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

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

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


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

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


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


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


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


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


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


/* Fonts */

@import url('//fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* font-family: 'Open Sans', sans-serif; */


/* Fonts */


/* Reset CSSS */

* {
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none !important;
    outline: none !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

body {
    font-size: 16px;
    line-height: 1.9;
    color: #293343;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-weight: 400;
    overflow-x: hidden;
}

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

figure {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

a {
    color: #474747;
}

a:hover {
    color: #3BF2A8
}

a:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px 0;
}

h1 {
    font-size: 43px;
    line-height: 47px;
}

h2 {
    font-size: 56px;
    line-height: 1.2;
}

h3 {
    font-size: 36px;
    line-height: 1.2;
}

h4 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 19px;
}

h5 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

h6 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: 400;
}

p {
    margin: 0 0 20px 0;
}

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

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

a {
    transition: 0.3s all ease-in-out 0s;
    -webkit-transition: 0.3s all ease-in-out 0s;
    -moz-transition: 0.3s all ease-in-out 0s;
}

.dropdown-toggle:focus {
    outline: none;
}

mark {
    color: #4dbdf4;
    font-weight: 700;
    background: transparent;
    padding: 0;
}

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,
.form-control {
    padding: 5px 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 2px solid #82bc10;
    border-radius: 0;
}

select {
    background: url(images/down-arrow.svg) right 10px center no-repeat;
    background-size: 20px;
}

select[multiple] {
    background: transparent;
    min-height: 85px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: pink;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: pink;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: pink;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: pink;
}

button,
input[type="button"],
input[type="submit"] {
    text-align: center;
    padding: 8px 34px;
    font-size: 15px;
    line-height: 22px;
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
    background: #3bf2a8;
    border: 1px solid #3bf2a8;
    transition: 0.3s all ease-in-out 0s;
    -webkit-transition: 0.3s all ease-in-out 0s;
    -moz-transition: 0.3s all ease-in-out 0s;
    cursor: pointer;
    display: inline-block;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    height: 46px;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    background: #0d4e66;
    color: #fff;
    outline: none;
    text-decoration: none;
    border-color: #0d4e66;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
    width: 100%;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/*checkbox open*/

.check-pro {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.check-pro input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.check-pro:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.check-pro input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.check-pro input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.check-pro .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Create a custom radio button */


/*checkbox end*/


/*radio open*/

.radio-pro {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

.radio-pro input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.radio-pro .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.radio-pro:hover input~.checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.radio-pro input:checked~.checkmark {
    background-color: #2196F3;
}


/* Show the indicator (dot/circle) when checked */

.radio-pro input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.radio-pro .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


/*radio end*/

.navbar-nav li:before {
    display: none;
}


/*file upload open*/

.customfile_input {
    height: 31px;
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
}

.customfile_label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    padding-left: 215px;
    line-height: 25px;
}

.customfile_label::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 197px;
    background: none;
    border: 2px solid #e9c04a;
    display: block;
    content: 'Choose File';
    height: 100%;
    text-align: center;
    line-height: 27px;
    cursor: pointer;
    font-family: 'CenturyGothic';
    font-size: 16px;
    color: #e9c04a;
    text-transform: uppercase;
}

.customfile_inputin:hover+.customfile_label::after {
    background: #e9c04a;
    color: #2a597f;
}

.customfile_inputin {
    position: relative;
    z-index: 2;
    width: auto;
    margin: 0;
    opacity: 0;
    height: 100%;
    cursor: pointer;
}

.imageupload_inp {
    padding-top: 10px;
    width: 100%;
}


/*file upload end*/


/*images-check box open*/

.support_forminptradio {
    position: relative;
}

.support_forminptradio label {
    margin: 0;
    position: relative;
    display: inline-block;
    ;
}

.support_forminptradio_label {
    padding-left: 34px;
}

.support_forminptradio input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.support_forminptradio input[type="checkbox"]+.support_forminptradio_label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    background: url(images/chk2.png) no-repeat center center;
    cursor: pointer;
}

.support_forminptradio input[type="checkbox"]:checked+.support_forminptradio_label::before {
    background-image: url(images/chk1.png);
}


/*images-check box end*/


/*images-radio box open*/

.support_forminptradio input[type="radio"] {
    visibility: hidden;
    display: none;
}

.support_forminptradio input[type="radio"]+.support_forminptradio_label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    background: url(images/red1.png) no-repeat center center;
    cursor: pointer;
}

.support_forminptradio input[type="radio"]:checked+.support_forminptradio_label::before {
    background-image: url(images/red2.png);
}


/*images-radio box end*/


/*back to top open*/

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: url(images/up-arrow.png) center no-repeat #588752;
    background-size: 25px;
    width: 52px;
    height: 52px;
    display: block;
    text-decoration: none;
    z-index: 999;
    border-radius: 0;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: url(images/up-arrow.png) center no-repeat #000;
    background-size: 25px;
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


/*back to top end*/


/* Reset CSSS */


/* Header Section */

.header_outer {
    background-color: transparent;
    padding: 30px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}

.top_hdr_in {
    margin-bottom: 30px;
}

.top_hdr_in ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.top_hdr_in ul li {
    margin-right: 22px;
}

.top_hdr_in ul li:last-child {
    margin-right: 0;
}

.stck_bttn {
    /* width: 181px;
  min-width: 181px; */
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* height: 40px; */
    font-size: 10px;
    line-height: 15px;
    padding: 12px 15px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
}

.stck_bttn:hover {
    background-color: #fff;
    color: #000;
}

.stck_bttn span {
    display: inline-block;
    padding: 0 3px;
    color: #3bf1a8;
}

.stck_dwn span {
    color: #ff4747;
}

.header_outer .navbar-nav li {
    margin: 0 23px;
    position: relative;
    padding: 18px 0;
}

.navbar-nav li:first-child {
    /*margin-left: 0;*/
}

.navbar-nav li:last-child {
    margin-right: 0;
}

.navbar-expand-lg,
.navbar-expand-lg .navbar-nav .nav-link,
.navbar-expand-md,
.navbar-expand-md .navbar-nav .nav-link {
    padding: 0;
}

.header_outer .navbar-nav {
    padding: 0 38px;
    background-color: rgba(23, 30, 41, 0.31);
}

.header_outer .navbar-nav li a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
}

.header_outer .navbar-nav li.current-menu-item a,
.header_outer .navbar-nav li.menu-item-has-children:hover>a,
.header_outer .navbar-nav li a:hover,
.header_outer .navbar-nav li.menu-item-has-children:hover>a+span,
.header_outer .navbar-nav li.menu-item-has-children.current-menu-item>a+span,
.header_outer .navbar-nav li a:focus {
    color: #3bf1a8;
}

.navbar-brand {
    padding: 0;
    width: 352px;
}

.clickD {
    position: relative;
    right: 0;
    top: 11px;
    width: 15px;
    height: 9px;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 8px;
    margin-top: 0;
    padding-left: 5px;
    color: #fff;
    line-height: 0;
}

.navbar-nav>li .sub-menu {
    position: absolute;
    left: 17px;
    top: 100%;
    display: none;
    z-index: 100;
    width: 250px;
    background: #fff;
    padding: 28px 23px 23px;
}

.navbar-nav>li:hover>.sub-menu {
    display: block;
}

.navbar-nav>li:hover>.sub-menu::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #e4e4e5;
    top: -10px;
    left: 23px;
}

.header_outer .navbar-nav>li>.sub-menu>ul>li {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 11px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 38px;
}

.navbar-nav>li .sub-menu>li:last-child {
    margin-bottom: 0;
}

.header_outer .navbar-nav>li>.sub-menu>ul>li>a {
    color: #293343;
    position: relative;
}

.header_outer .navbar-nav>li>.sub-menu>ul>li>a::before {
    position: absolute;
    content: "";
    left: -38px;
    top: 2px;
    background: url(images/arw_rght.png) no-repeat;
    background-position: center center;
    background-size: 20px;
    width: 20px;
    height: 15px;
    display: none;
}

.header_outer .navbar-nav>li>.sub-menu>ul>li>a:hover::before {
    display: block;
}


/* Banner Section */

.banner_sec {
    line-height: 0;
    position: relative;
    overflow: hidden;
    padding: 457px 0 372px;
}

.banner_sec::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(images/bnnr_before.png) no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

.bnnr_bg_logo {
    position: absolute;
    left: 50%;
    bottom: 76px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 710px;
}

.bnnr_vdeo_area {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.bnr_vdeo {
    width: 100%;
    overflow: hidden;
    object-position: center center;
    object-fit: cover;
    height: 100%;
}

.bnnr_txt_outr {
    position: relative;
    z-index: 1;
}

.bnnr_txt {
    /* max-width: 943px; */
    margin: 0 auto;
}

.bnnr_txt h1 {
    font-size: 108px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 0;
}

.scrll_dwn {
    position: absolute;
    left: 50%;
    bottom: 138px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 54px;
    z-index: 1;
}

.cmn-gap {
    padding: 90px 0;
}


/* Recent News Section */

.recnt_nws_sec {
    overflow: hidden;
    padding: 80px 0 80px;
}

.rcnt_sldr_outr {
    position: relative;
    margin-right: -326px;
}

.rcnt_sldr_outr::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    width: 22%;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 2;
}

.page_heading h2 {
    font-size: 56px;
    line-height: 1.2;
    color: #1d222b;
    margin-bottom: 60px;
    font-weight: 700;
}

.itm_dtls {
    padding: 20px 25px 20px 0;
}

.rcnt_sldr .slick-slide {
    margin-left: 30px;
    margin-right: 30px;
}

.rcnt_sldr .slick-list {
    margin-left: -30px;
    margin-right: -30px;
}

.artcle_txt a {
    font-size: 14px;
    line-height: 22px;
    color: #293343;
    font-weight: 600;
}

.artcle_txt a:hover {
    color: #3bf1a8;
}

.top_tag {
    margin-bottom: 12px;
}

.top_tag ul {
    margin-bottom: 22px;
}

.top_tag ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 4px;
    font-size: 14px;
    list-style: 1.2;
    color: #1d222b;
    position: relative;
    padding-right: 4px;
    line-height: 100%;
}

.top_tag ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.top_tag ul li::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 3px;
    background-color: #1d222b;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
}

.top_tag ul li:last-child::after {
    display: none;
}

.rde_btn_hldr {
    margin-top: 21px;
}

.rde_btn {
    font-size: 14px;
    line-height: 18px;
    color: #1d222b;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 10px;
}

.rde_btn::after {
    position: absolute;
    content: "";
    left: 0;
    right: -15px;
    height: 3px;
    background-color: #3bf1a8;
    bottom: 0;
}

.sldr_arrws {
    margin-top: 20px;
}

.sldr_arrws .slick-arrow {
    padding: 0;
    background-color: transparent;
    border: 0;
    line-height: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 77px;
}

.sldr_arrws .slick-arrow:last-child {
    margin-right: 0;
}

.environment .e-wraper {
    /* max-width: 1365px;  */
    margin-left: auto;
    margin-right: auto;
}

.environment .e-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.environment .e-row .e-col:first-child {
    width: 50%;
    padding: 0 3% 27px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
}

.environment .e-row .e-col {
    width: 25%;
    height: 352px;
}

.environment .e-row .e-col>a img {
    height: 352px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.environment .e-row .e-col:nth-child(3) {
    background: #3b8aff;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.e-image {
    max-width: 92px;
    margin: 0 auto 30px auto;
}

.environment .e-content h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.environment .e-content p {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.environment .e-col:first-child h2 {
    position: relative;
    z-index: 2;
    font-size: 43px;
}


/* .environment .e-col:first-child p {
  font-size: 16px;
} */

.environment .e-col:first-child h2::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 20px;
    width: 50%;
    background: #3bf1a8;
    z-index: 1;
}

.environment .e-col:first-child h2 span {
    position: relative;
    z-index: 2;
}

.cmn-btn {
    display: inline-block;
    position: relative;
    padding-right: 50px;
    font-size: 16px;
    text-transform: capitalize;
    transition: 0.5s ease-in-out;
}

.cmn-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url(images/arw_rght.png) no-repeat center center;
    background-size: 100%;
    width: 40px;
    height: 15px;
    transition: 0.5s ease-in-out;
}

.cmn-btn:hover:before {
    right: -5px;
}

.environment .e-row:nth-child(even) .e-col {
    width: 25%;
}

.environment .e-row:nth-child(even) .e-col:first-child {
    background: #293343;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.environment .e-row:nth-child(even) .e-col:nth-child(3) {
    background: #293343;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.environment .e-row:last-child .e-col:first-child {
    width: 25%;
    padding: 0;
}

.environment .e-row:last-child .e-col:first-child a {
    padding-right: 0;
}

.environment .e-row:last-child .e-col:first-child a::before {
    display: none;
}

.environment .e-row:last-child .e-col:nth-child(2) a img {
    width: auto;
    height: auto;
}

.environment .e-row:last-child .e-col:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.environment .e-row .e-col>a {
    display: inline-block;
    width: 100%;
}

.environment .e-row:last-child .e-col:nth-child(3) {
    /* background: #293343; */
    padding: 0;
}

.zeroemissions h2 {
    margin-bottom: 98px;
}

.zeroemissions .zeroemissions-wrap {
    max-width: 1100px;
    margin: 0 auto;
}

.zeroemissions .container {
    position: relative;
    z-index: 3;
}

.zeroemissions .mission-image {
    padding-right: 85px;
}

.zeroemissions .mission-row {
    align-items: center;
    background: #fff;
}

.zeroemissions .mission-cont {
    max-width: 462px;
}

.zeroemissions .mission-cont h3 {
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 35px;
}

.zeroemissions .mission-cont h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 86px;
    height: 3px;
    background: #3bf1a8;
}

.zeroemissions .mission-cont p {
    margin-bottom: 60px;
}

.zeroemissions {
    position: relative;
}

.zeroemissions::before {
    content: "";
    position: absolute;
    top: 60%;
    right: 0;
    transform: translateY(-50%);
    background: url(images/dot.png) no-repeat center center;
    background-size: 100%;
    width: 170px;
    height: 250px;
}

.energy-sec {
    background-size: cover !important;
    position: relative;
    overflow-y: hidden;
}

.energy-sec.cmn-gap {
    padding: 200px 0;
    overflow: hidden;
}

.globe-secP {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    background: #1E8CE4;
    background: linear-gradient(135deg, #1E8CE4 0%, #00F3CA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1E8CE4",
    endColorstr="${colourEnd}",
    GradientType=1);
}

.energy-sec .energy-sec-cont {
    /* max-width: 840px;
  margin: 0 auto; */
}

.energy-sec .energy-sec-cont h2 {
    font-size: 108px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
}

.energy-sec .energy-sec-cont p {
    color: #fff;
    margin-bottom: 48px;
}

.energy-sec .energy-sec-cont h2::before {
    content: "";
    position: absolute;
    top: 0;
    right: 101%;
    width: 1920px;
    height: 100%;
    background: #3bf2a8;
}

.cmn-btn-green {
    display: inline-block;
    background: #3bf2a8;
    color: #000;
    text-transform: uppercase;
    padding: 20px 65px;
    font-weight: 600;
}

.cmn-btn-green:hover {
    background: #0d4e66;
    color: #fff;
}

.footer-sec {
    background: #293343;
}

.footer-sec .footer-top {
    padding: 79px 0;
}

.footer-top .footer-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.footer-top .footer-row .footer-col {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
}

.footer-top .footer-row .footer-col:first-child,
.footer-top .footer-row .footer-col:last-child {
    width: 27.5%;
}

.footer-top .footer-row .logo>a {
    display: inline-block;
    margin: 0 auto 30px auto;
    width: 75%;
}

.footer-top .footer-row .logo>p {
    color: #748196;
    font-size: 14px;
    margin-bottom: 23px;
}

.footer-top .logo ul li a {
    width: 33px;
    height: 33px;
    line-height: 0;
    display: inline-block;
}

.footer-top .logo ul li a:hover {
    opacity: 0.5;
}

.footer-top .logo ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.footer-top .logo ul li {
    margin-right: 20px;
    margin-bottom: 0;
}

.footer-top .logo ul li:last-child {
    margin-right: 0;
}

.footer-top .footer-col h4 {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    position: relative;
    padding-bottom: 12px;
}

.footer-top .footer-col h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 17px;
    height: 3px;
    background: #3bf1a8;
}

.footer-top .footer-col ul li a {
    display: inline-block;
    color: #748196;
    font-size: 14px;
    line-height: 1.2;
}

.footer-top .footer-col ul li a:hover {
    color: #fff;
}

.footer-top .footer-col ul li {
    line-height: 0;
    margin-bottom: 19px;
}

.footer-top .footer-col input[type="email"] {
    border: 1px solid #909eb5;
    height: 58px;
    width: 100%;
    padding: 10px 24px;
    background: transparent;
    outline: none;
    font-size: 15px;
    color: #909eb5;
}

.footer-top .footer-col input[type="email"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #909eb5;
    opacity: 1;
}

.footer-top .footer-col input[type="email"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #909eb5;
    opacity: 1;
}

.footer-top .footer-col input[type="email"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #909eb5;
    opacity: 1;
}

.footer-top .footer-col input[type="email"]:-moz-placeholder {
    /* Firefox 18- */
    color: #909eb5;
    opacity: 1;
}

.footer-top .footer-col .form-input {
    margin-bottom: 15px;
}

.footer-top .footer-col .form-input:last-child {
    margin-bottom: 0;
}

.footer-sec .footer-bottom {
    padding-bottom: 65px;
}

.footer-sec .footer-bottom-wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.footer-sec .foooter-bottom-menu ul li a {
    display: inline-block;
    font-size: 15px;
    color: #748196;
}

.footer-sec .foooter-bottom-menu ul li a:hover {
    color: #fff;
}

.footer-sec .copy-right p {
    color: #748196;
    font-size: 14px;
}

.footer-sec .foooter-bottom-menu ul {
    display: flex;
    align-items: center;
}

.footer-sec .foooter-bottom-menu {
    position: relative;
    padding-right: 50px;
}

.foooter-bottom-menu::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: 440px;
    height: 1px;
    background: #748196;
}

.footer-sec .foooter-bottom-menu ul li {
    margin-right: 55px;
}

.footer-sec .foooter-bottom-menu ul li:last-child {
    margin-right: 0;
}

.inner-banner img {
    width: 100%;
    height: 691px;
    object-fit: cover;
    object-position: center;
}

.inner-banner {
    position: relative;
}

.inner-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(30, 34, 41, 0.33);
    z-index: 1;
}

.inner-banner .inner-cont {
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    transform: translateY(55%);
    z-index: 3;
}

.inner-banner .inner-cont h2 {
    color: #fff;
}

.inner-banner .inner-cont {
    color: #fff;
}

.utah-sec .utah-image {
    margin: 0 auto;
}

.utah-cont {
    padding-right: 100px;
}

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

.utah-sec .heading h2 {
    position: relative;
    z-index: 2;
}

.utah-sec .heading h2::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 15px;
    width: 188px;
    background: #3bf1a8;
    z-index: -1;
}

.number-wrap .number-image {
    margin-bottom: 25px;
}

.number-wrap .number-image img {
    height: 70px;
}

.number-wrap .number-cont h5 {
    font-weight: 900;
    font-size: 25px;
    line-height: 1.2;
}

.number-cont h3 {
    font-weight: 900;
    margin-bottom: 5px;
    min-height: 95px;
}

.number-wrap .number-cont span {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    min-height: 85px;
}

.number-sec h2 {
    margin-bottom: 60px;
}

.number-sec .number-wrap {
    border: 1px solid #d8dce2;
    padding: 40px 35px;
}

.production-sec {
    background: #293343;
}

.production-sec .production-image-sec {
    position: relative;
}

.production-sec .production-image-sec span {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
}

.production-sec .production-row {
    align-items: center;
}

.production-sec h2 {
    color: #fff;
    font-size: 50px;
    line-height: 1.2;
}

.production-sec .production-image-sec {
    max-width: 557px;
    position: relative;
    margin: 0 auto;
}

.production-sec .production-image-sec span:nth-child(2) {
    top: -7px;
    left: -17px;
}

.production-sec .production-image-sec span:nth-child(3) {
    top: 75px;
    right: -105px;
}

.production-sec .production-image-sec span:nth-child(4) {
    bottom: 8px;
    left: -164px;
}

.production-sec .production-wrap {
    border-bottom: 2px solid #5d697c;
    padding-bottom: 90px;
}

.production-sec {
    padding-bottom: 0;
}

.sustainability-sec .row {
    align-items: center;
}

.sustainability-chart {
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

.sustainability-chart span {
    text-transform: uppercase;
}

.sustainability-01 {
    position: absolute;
    left: -24%;
    top: 10%;
}

.sustainability-02 {
    position: absolute;
    left: 96%;
    top: 1%;
}

.sustainability-03 {
    position: absolute;
    left: 50%;
    bottom: -6%;
}

.sustainability-chat-cont {
    text-align: center;
}

.gen-text h4 {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
    padding-right: 30px;
    margin-bottom: 30px;
}

.gen-text h4:before {
    content: "";
    position: absolute;
    height: 4px;
    background: #3BF1A8;
    width: 100%;
    left: 0;
    bottom: 0;
}

.gen-text h3 {
    margin-bottom: 60px;
}

.client-pro figure {
    margin-bottom: 0;
}

.client-pro figure img {
    width: 100%;
}

.client-pro-text {
    background: #FF5924;
    padding: 27px 52px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.client-pro-text h3 {
    font-size: 24px;
    margin-bottom: 5px;
}

.client-sec .row {
    align-items: center;
    position: relative;
    z-index: 3;
}

.client-text {
    /* max-width: 512px; */
    margin: 0 auto;
    padding: 135px 135px;
    background: #fff;
    position: relative;
    z-index: 9;
}

.client-sec .row {
    margin: 0;
}

.client-sec .client-text-item {
    padding: 0;
    background: #fff;
}

.client-sec .client-pro-item {
    padding: 0;
}

.client-sec-area {
    padding: 0 50px;
    position: relative;
}

.client-text-item {
    position: relative;
}

.client-text-item:before {
    content: "";
    position: absolute;
    background: url(images/dot.svg) center no-repeat;
    background-size: 295px;
    width: 295px;
    height: 295px;
    left: -50px;
    top: -44px;
    z-index: 1;
}

.client-sec-area:before {
    content: "";
    position: absolute;
    background: url(images/dot.svg) center no-repeat;
    background-size: 295px;
    width: 295px;
    height: 295px;
    right: -15px;
    bottom: -65px;
    z-index: 1;
}

.counting-layout {
    display: flex;
    margin: 0 -15px;
}

.counting-item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px;
    border-right: 1px solid #2CF5BE;
    text-align: center;
}

.counting-item:last-child {
    border-right: 0;
}

.counting-item h3 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #2CF5BE;
}

.counting-item span {
    font-size: 97px;
    line-height: 1.2;
    color: #2CF5BE;
    font-weight: 700;
    display: block;
    margin-top: 50px;
}

.counting-item p {
    font-size: 16px;
    color: #2CF5BE;
    font-weight: 400;
    text-transform: uppercase;
}

.counter-sec {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,b0fae7+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #b0fae7 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #b0fae7 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #b0fae7 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#b0fae7', GradientType=0);
    /* IE6-9 */
}

.counter-sec.cmn-gap.Cus_sustainability {
    padding: 120px 0;;
}

.counter-sec.cmn-gap.Cus_sustainability .counting-layout{
    margin: 0;
}

.counter-sec.cmn-gap {
    padding: 250px 0;
}


.Cus_sustainability h3{
    position: relative;
    z-index: 2;
    font-size: 20px;
    line-height: 21px;
}

.Cus_sustainability h3::after {
        content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    height: 20px;
    width: 50%;
    background: #3bf1a8;
    z-index: -1;
}

.Cus_sustainability p{
    line-height: 24px;
    margin-bottom: 30px;
}

.Cus_sustainability em {
    font-weight: 700;
        margin-left: -15px;
    font-size: 12px;
}


.technology-sec {
    background: #293343;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.sec-head {
    text-align: center;
    margin-bottom: 90px;
}

.sec-head p {
    max-width: 704px;
    margin: 0 auto;
    font-size: 20px;
}

.technology-item {
    text-align: center;
    border-right: 1px solid #3BF1A8;
    padding-bottom: 50px;
}

.technology-item:last-child {
    border-right: 0;
}

.technology-item i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 98px;
    margin-bottom: 40px;
}

.technology-item h3 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
}

.technology-item p {
    font-size: 16px;
    color: #7F8A9A;
}

.case-area {
    background: #293343;
    color: #fff;
}

.sec-head.text-left {
    text-align: left;
    max-width: 100%;
}

.case-area .sec-head p {
    max-width: 100%;
}

.case-area p {
    color: #7F8A9A;
}

.case-area-pro {
    align-items: center;
}

.case-stb-sec {
    padding-top: 90px;
}

.case-stb-sec .row {
    margin: 0 -40px;
}

.case-stb-item {
    border-right: 1px solid #7F8A9A;
    padding: 0 40px;
}

.case-stb-item:last-child {
    border-right: 0;
}

.follow-video {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 9;
}

.follow-video-wrap {
    /* -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; */
}

.follow-video-wrap .card a {
    position: relative;
}

.follow-video-wrap .card a:before {
    content: "";
    width: 196px;
    height: 196px;
    background: url(images/play.svg) center no-repeat;
    background-size: 195px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
}

.follow-sec {
    position: relative;
}

.follow-sec-item {
    margin-left: auto;
}

.follow-sec-area {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.follow-sec-item-area {
    padding-left: 115px;
}

.follow-video {
    position: relative;
    width: 50%;
}

.rus-nmb {
    background: #FF5924;
}

.canada-nmb {
    background: #FFA934;
}

.united-nmb {
    background: #2CF5BE;
}

.map-btn {
    max-width: 370px;
    padding: 23px 10px;
    /*background: #FF5924;*/
    font-size: 44px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1;
}

.map-area-btn {
    margin-top: 35px;
    padding: 0 20px;
}

.map-area-btn ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.map-area-btn ul li {
    min-width: 212px;
    padding: 5px;
}

.map-area-btn ul li a {
    width: 100%;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    color: #1D222B;
    text-align: center;
    display: inline-block;
}

.canada-btn {
    border: 1px solid #FFA934;
}

.canada-btn.active {
    background: #FFA934;
    color: #fff;
}

.united-btn {
    border: 1px solid #2CF5BE;
}

.united-btn.active {
    background: #2CF5BE;
    color: #fff;
}

.russia-btn {
    border: 1px solid #FF5924;
    /*color: #fff;*/
}

.russia-btn.active {
    background: #FF5924;
    color: #fff;
}


/*.map-area-btn ul li a.russia-btn{
  color: #fff;
}*/

.map-area-text {
    margin-top: 40px;
}

.management_tab .resp-tab-content h2 {
    text-align: center;
    margin-bottom: 40px;
}

.partners-item figure {
    margin-bottom: 0px;
}

.partners-item figure img {
    width: 100%;
}

.partners-cont {
    padding: 40px 36px;
}

.patent-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.patent-img {
    max-width: 300px;
    flex-basis: 300px;
    padding-right: 70px;
    position: relative;
}

.patent-text {
    flex-basis: calc(100% - 300px);
    max-width: calc(100% - 300px);
}

.patent-img figure {
    overflow: hidden;
}

.patent-linkdin {
    position: absolute;
    right: 20px;
    bottom: -10px;
}

.patent-style {
    position: relative;
}

.close-btn {
    position: absolute;
    right: 25px;
    top: 25px;
    background: url(images/close.svg) center center no-repeat !important;
    width: 25px;
    height: 25px;
    font-size: 0;
    line-height: 0;
    border: 0;
}

.patent-style.fancybox-content {
    padding: 75px 65px;
    width: 100% !important;
    max-width: 1140px !important;
}

.patent-text h3 {
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
}

.patent-text h3 {
    position: relative;
    margin-bottom: 25px;
}

.patent-text h3:after {
    content: "";
    position: absolute;
    height: 4px;
    background: #3BF1A8;
    width: 76px;
    left: 0;
    bottom: -5px;
}

.header_outer .navbar-nav {
    padding: 0 30px;
}


/* / 15-02-2021 / */

.rde_btn {
    display: inline-block;
}

.cmn-btn {
    width: auto !important;
}

.navbar-nav>li .sub-menu {
    left: 0;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

.header_outer.nobanner-header {
    position: relative;
}

.header_outer.nobanner-header .stck_bttn {
    color: #1D222B;
    background-color: transparent;
}

.bordered-title h2:before {
    width: 340px;
    height: 14px;
    background: #3BF1A8;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}

.bordered-title h2 {
    padding-bottom: 42px;
    position: relative;
    margin-bottom: 40px;
}

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

.block-col-row {
    margin-left: -30px;
    margin-right: -30px;
}

.block-col-row .block-col1,
.block-col-row .block-col2 {
    padding-left: 30px;
    padding-right: 30px;
}

.full-featuresec {
    background-size: cover !important;
    position: relative;
}

.full-featuresec:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(41, 51, 67, 0.7);
}

.full-feature-col {
    border-right: 1px solid rgba(135, 168, 222, 0.5);
    height: 100vh;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #fff;
}

.full-feature-col:last-child {
    border: none;
}

.full-feature-col .rde_btn {
    color: #fff;
}

.full-feature-col .rde_btn:hover {
    color: #3BF1A8;
}

.full-feature-con {
    position: absolute;
    top: 100%;
    transform: translateY(-100%);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 70px;
}

.full-feature-con .full-feature-bottom {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}

.full-feature-col .full-feature-bullet {
    color: #fff;
    font-size: 79px;
    font-weight: 600;
    opacity: 0.3;
    line-height: 1;
    margin-bottom: 14px;
}

.full-feature-col h3 {
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 9px;
    color: #fff;
    line-height: 1;
    margin-bottom: 90px;
    position: relative;
}

.full-feature-col h3:after {
    width: 152px;
    height: 3px;
    background-color: #3BF1A8;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    opacity: 0;
}

.full-feature-col:hover .full-feature-con {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.full-feature-col:hover .full-feature-con .full-feature-bottom {
    position: relative;
    pointer-events: all;
    opacity: 1;
}

.full-feature-col:hover {
    background: #3B8AFF;
}

.full-feature-col:hover .full-feature-bullet {
    font-size: 155px;
    margin-bottom: 30px;
}

.full-feature-col:hover h3 {
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.full-feature-col:hover h3:after {
    opacity: 1;
}

.irqc-box {
    position: relative;
    display: inline-block;
}

.irqc-box .irqc-box-vid {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.irqc-box img {
    position: relative;
}

.core-value-accor .card-header,
.core-value-accor .card {
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
}

.core-value-accor .card {
    margin-bottom: 40px;
}

.core-value-accor .card:last-child {
    margin-bottom: 0;
}

.core-value-accor .card-header .btn {
    width: 100%;
    text-align: left;
    padding: 0;
    font-size: 36px;
    font-weight: 700;
    color: #1D222B;
    position: relative;
    line-height: 1.2;
}

.core-value-accor .card-header .btn span {
    display: inline-block;
    position: relative;
}

.core-value-accor .card-header .btn span:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 20px;
    width: 100%;
    background: #3bf1a8;
    z-index: -1;
    opacity: 1;
}

.core-value-accor .card-header .btn.collapsed span:before {
    opacity: 0;
}

.core-value-accor .card-body {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
}

.core-values-col1 {
    padding-right: 50px;
}

.core-values-col2 {
    text-align: center;
}

.historyblock h3 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.historyblock h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 140px;
    height: 5px;
    background: #3bf1a8;
}

.historyblock {
    max-width: 50%;
}

.history-chart .historyblock-row .historyblock {
    position: relative;
    min-height: 196px;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.history-chart .historyblock-row .historyblock:after {
    height: calc(100% - 50px);
    top: 56px;
    width: 2px;
    background: #3BF1A8;
    content: '';
    position: absolute;
    left: -1px;
    opacity: 0.6;
}

.history-chart .historyblock-row .historyblock:before {
    content: '';
    width: 18px;
    height: 18px;
    background: #3BF1A8;
    border-radius: 100%;
    position: absolute;
    top: 15px;
}

.history-chart .historyblock-row:nth-child(odd) .historyblock {
    margin-left: auto;
    text-align: left;
    padding-left: 45px;
}

.history-chart .historyblock-row:nth-child(odd) .historyblock:before {
    left: -9px;
}

.history-chart .historyblock-row:nth-child(even) .historyblock {
    text-align: right;
    padding-right: 45px;
}

.history-chart .historyblock-row:nth-child(even) .historyblock:before {
    right: -9px;
}

.history-chart .historyblock-row:nth-child(even) .historyblock h3:before {
    right: 0;
    left: inherit;
}

.history-chart .historyblock-row:nth-child(even) .historyblock:after {
    right: -1px;
    left: inherit;
}

.history-chart .historyblock-row:last-child .historyblock:after {
    display: none;
}

.history-chart .historyblock-row:nth-child(1) .historyblock::before,
.history-chart .historyblock-row:nth-child(1) .historyblock::after,
.history-chart .historyblock-row:nth-child(2) .historyblock::before {
    background-color: #3BF1A8;
}

.history-sec h2 {
    width: 50%;
    text-align: right;
    padding-right: 85px;
    margin-bottom: -60px;
}

.history-sec-bg {
    position: relative;
    padding-top: 150px !important;
}

.history-sec-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: -70px;
    background: url(images/dot.png) no-repeat center center;
    background-size: 100%;
    width: 300px;
    height: 300px;
}

.management_tab {
    padding-top: 40px;
}

.management_tab .resp-tabs-list {
    text-align: center;
}

.management_tab .resp-tabs-list li {
    float: none;
    display: inline-block;
    width: 240px;
    text-align: center;
    padding: 5px 10px;
    border: none !important;
    border-right: 1px solid #EDF0F6 !important;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    line-height: 1.2;
}

.management_tab .resp-tabs-list li:before {
    content: '';
    height: 8px;
    width: calc(100% - 20px);
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -20px;
    background: #3BF2A8;
    position: absolute;
    opacity: 0;
}

.management_tab .resp-tabs-list li:after {
    content: '';
    height: 8px;
    width: calc(100% - 20px);
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
    background: #3BF2A8;
    position: absolute;
    opacity: 0;
}

.management_tab .resp-tabs-list li.resp-tab-active:after,
.management_tab .resp-tabs-list li.resp-tab-active:before {
    opacity: 1;
}

.management_tab .resp-tabs-list li:last-child {
    border-right: none !important;
}

.management_tab .resp-tab-content {
    border: none !important;
    padding: 80px 0 0;
}

.team-box {
    padding: 30px;
    text-align: center;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team-box figure {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    width: 260px;
    height: 260px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.team-list {
    margin-bottom: -70px;
}

.team-list .team-col {
    margin-bottom: 70px;
}

.team-box h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.team-box h3:after {
    content: '';
    width: 74px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #3BF2A8;
    bottom: 0;
}

.team-box p {
    font-size: 14px;
    margin-bottom: 0;
}

.team-box:hover {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(144, 158, 181, 0.2);
    -moz-box-shadow: 0px 10px 30px 0px rgba(144, 158, 181, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(144, 158, 181, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* 15-02-2021  end*/


/* GLOBE */


/* .globe {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.globe .globe-list {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  list-style: none;
  display: none;
}

.globe .globe-list {
  opacity: 0;
  transition: opacity 3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.globe .globe-list.active {
  opacity: 1;
}

.globe .globe-list > li {
  opacity: 0.4;
  position: absolute;
  margin-left: -8px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #00FFD3;
  transition: opacity 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.globe .globe-list > li.active {
  opacity: 1;
  margin-left: -12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
}

.globe .globe-list > li:before {
  content: "";
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #00FFD3;
  -webkit-animation: 2s pulse infinite linear;
  animation: 2s pulse infinite linear;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
.globe .globe-list > li.active:before {
  margin-left: -12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
}

.globe .globe-list > li.active,
.globe .globe-list > li.active:before {
  background: #FFFFFF;
}

.globe .globe-list .text {
  position: absolute;
  opacity: 0.8;
  right: 21px;
  top: 50%;
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-align: right;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  color: #FFFFFF;
  white-space: nowrap;
  transform: translateY(-50%);
}

.globe .globe-list > li.active .text {
  opacity: 1;
  right: 29px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.globe .globe-canvas {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.globe svg {
  height: 100%;
  width: 100%;
  opacity: 0.3;
  -webkit-animation: rotation 10s linear infinite;
          animation: rotation 10s linear infinite;
}

.svg-wrapper {
  opacity: 0;
  display: inline-block;
  position: absolute;
  width: 80vh;
  height: 80%;
  left: 0;
  right: 0;
  top: 10%;
  margin: auto;
  transform: scale(0.5);
  transition: opacity 1s ease-out 1.6s, transform 1s ease-out 1.6s;
}
.svg-wrapper.active {
  opacity: 1;
  transform: none;
}

@-webkit-keyframes rotation {
  0% {
    transform: scaleX(-1) rotate(360deg);
  }
  100% {
    transform: scaleX(-1) rotate(0deg);
  }
}

@keyframes rotation {
  0% {
    transform: scaleX(-1) rotate(360deg);
  }
  100% {
    transform: scaleX(-1) rotate(0deg);
  }
} */


/* globe open  */


/* GLOBE */


/* GLOBE */


/* GLOBE */

.globe {
    position: relative;
    width: 100vw;
    height: 100vh;
}

.globe .globe-list {
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    list-style: none;
    display: none;
}

.globe .globe-list {
    opacity: 0;
    transition: opacity 3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.globe .globe-list.active {
    opacity: 1;
}

.globe .globe-list>li {
    opacity: 0.4;
    position: absolute;
    margin-left: -8px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #00FFD3;
    transition: opacity 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.globe .globe-list>li.active {
    opacity: 1;
    margin-left: -12px;
    margin-top: -12px;
    width: 24px;
    height: 24px;
}

.globe .globe-list>li:before {
    content: "";
    opacity: 0.5;
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #00FFD3;
    -webkit-animation: 2s pulse infinite linear;
    animation: 2s pulse infinite linear;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}

.globe .globe-list>li.active:before {
    margin-left: -12px;
    margin-top: -12px;
    width: 24px;
    height: 24px;
}

.globe .globe-list>li.active,
.globe .globe-list>li.active:before {
    background: #FFFFFF;
}

.globe .globe-list .text {
    position: absolute;
    opacity: 0.8;
    right: 21px;
    top: 50%;
    display: block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    text-align: right;
    text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
    color: #FFFFFF;
    white-space: nowrap;
    transform: translateY(-50%);
}

.globe .globe-list>li.active .text {
    opacity: 1;
    right: 29px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}

.globe .globe-canvas {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}

.globe svg {
    height: 100%;
    width: 100%;
    opacity: 0.3;
    -webkit-animation: rotation 10s linear infinite;
    animation: rotation 10s linear infinite;
}

.svg-wrapper {
    opacity: 0;
    display: inline-block;
    position: absolute;
    width: 80vh;
    height: 80%;
    left: 0;
    right: 0;
    top: 10%;
    margin: auto;
    transform: scale(0.5);
    transition: opacity 1s ease-out 1.6s, transform 1s ease-out 1.6s;
}

.svg-wrapper.active {
    opacity: 1;
    transform: none;
}

@-webkit-keyframes rotation {
    0% {
        transform: scaleX(-1) rotate(360deg);
    }
    100% {
        transform: scaleX(-1) rotate(0deg);
    }
}

@keyframes rotation {
    0% {
        transform: scaleX(-1) rotate(360deg);
    }
    100% {
        transform: scaleX(-1) rotate(0deg);
    }
}

.globe-area {
    position: absolute;
    right: -36%;
    top: 0;
    z-index: 1;
}


/* globe end  */

.energy-sec .container {
    z-index: 9;
    position: relative;
}


/**18.02.2021**/

.sedar_filingsec_heading {
    text-align: center;
    margin-bottom: 60px;
}

.sedar_filingsec_heading h4 {
    font-size: 20px;
    color: #1D222B;
    line-height: 24px;
}

.sedar_filingsec_heading p a {
    color: #2CF5BE;
}

.sedar_filingsec {
    background: #FCFDFF;
}

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

.sedar_filingsec-topfrm {
    max-width: 1057px;
    margin: 40px auto;
    background: #fff;
    padding: 24px 0px;
}

.sedar_filingsec-topfrm ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.sedar_filingsec-topfrm ul li {
    display: block;
    border-left: 1px solid #edf0f6;
    padding: 0px 40px;
    text-align: center;
    max-width: 25%;
    flex: 0 0 25%;
}

.sedar_filingsec-topfrm ul li span {
    color: #1D222B;
    font-size: 16px;
    line-height: 19px;
    display: block;
    padding: 15px 0px;
}

.sedar_filingsec-topfrm ul li:first-child {
    border-left: 0;
}

.sedar_filingsec-topfrm ul li:first-child span {
    background: #dbfef4;
    font-size: 20px;
    color: #2CF5BE;
    line-height: 24px;
}

.sedar_filingsec-bottomfrm {
    max-width: 630px;
    margin: 0px auto;
    text-align: left;
}

.sedar_filingsec-bottomfrm label {
    display: block;
    width: 100%;
    color: #1D222B;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
}

.sedar_filingsec-bottomfrm input[type="text"] {
    width: 100%;
    max-width: 295px;
    height: 50px;
    background: #fff;
    border: 0;
    color: #1D222B;
    font-size: 16px;
    line-height: 19px;
}

.sedar_filingsec-bottomfrm select {
    width: 100%;
    height: 50px !important;
    border: 0;
    color: #1D222B;
    font-size: 16px;
    line-height: 19px;
    background: #fff url(images/select-arrw-btn.png) right 10px center no-repeat !important;
    background-size: 9px;
}

.sedar_filingsec-bottomfrm .form-group {
    margin-bottom: 24px;
}

.sedar_filingsec-bottomfrm input[type="text"]::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1D222B;
    opacity: 1;
    /* Firefox */
}

.sedar_filingsec-bottomfrm input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #1D222B;
}

.sedar_filingsec-bottomfrm input[type="text"]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #1D222B;
}

.datefilds {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.datefilds-inputt1 {
    max-width: 36%;
    flex: 0 0 36%;
    margin-right: 12px;
}

.datefilds-inputt2 {
    max-width: 20%;
    flex: 0 0 20%;
    margin-right: 12px;
}

.datefilds-inputt3 {
    max-width: 31%;
    flex: 0 0 31%;
}

.shot-options ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.shot-options ul li {
    padding-right: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.shot-options ul li:last-child {
    padding-right: 0;
}

.shot-options ul li input[type=radio] {
    position: absolute;
    opacity: 0;
}

.radio-label {
    color: #1D222B;
    font-weight: 16px;
    line-height: 19px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
}

.shot-options input[type=radio]+.radio-label:before {
    content: "";
    background: #fff;
    display: inline-block;
    width: 29px;
    height: 29px;
    position: relative;
    top: 0;
    margin-right: 15px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.shot-options input[type=radio]:checked+.radio-label:before {
    background-color: #2cf5be;
}

.submitbtnn {
    text-align: center;
    margin-top: 20px;
}

.frm-concultiontxt {
    max-width: 815px;
    margin: 25px auto 0;
}

.frm-concultiontxt p {
    color: #293343;
    font-size: 10px;
    line-height: 25px;
}

.top-breadcrumb {
    background: #293343;
    padding: 35px 0px;
}

.top-breadcrumb ul li {
    display: inline-block;
    padding: 0px 40px;
}

.top-breadcrumb ul li:first-child {
    padding-left: 0;
}

.top-breadcrumb ul li:last-child {
    padding-right: 0;
}

.top-breadcrumb ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 19px;
}

.top-breadcrumb ul li a:hover {
    color: #2CF5BE;
}

.sedar_filingsec_heading p a:hover {
    color: #000;
}

.emailallrts {
    background: #FF5924;
    text-align: center;
}

.emailallrts h2 {
    color: #fff;
}

.emialsignup_btn {
    color: #000000;
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
    background: #fff;
    font-weight: bold;
    padding: 25px 88px;
    margin-top: 20px;
}

.emialsignup_btn:hover {
    background: #000;
    color: #fff;
}

.sedar_filingsec-topfrm ul li:nth-child(2) span {
    display: inline-block;
    background: url(images/select-arrw-btn1.png) left 0px center no-repeat !important;
    background-size: 9px;
    padding-left: 15px;
}

.frm-slct {
    position: relative;
}

.frm-slct:before {
    position: absolute;
    content: "";
    width: 7%;
    height: 1px;
    background: #000;
    top: 65%;
    right: -10px;
    pointer-events: none;
}


/*--23.2.2021--*/

.response_box_form {
    margin-bottom: 50px;
    text-align: center;
}

.carhead {
    margin-bottom: 60px;
    text-align: center;
}

.carhead h2 {
    position: relative;
    display: inline-block;
    z-index: 2;
    margin: 0;
}

.carhead h2::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 20px;
    width: 50%;
    background: #3bf1a8;
    z-index: -1;
}

.response_box_form select {
    background: url(images/down-arrow.svg) right 20px center no-repeat;
    appearance: none;
    background-size: 20px;
    font-size: 20px;
    padding: 7px 70px 7px 40px;
    border-radius: 30px;
    border: 1px solid #d8dce2;
    width: 100%;
    max-width: 400px;
}

.response_box_container .number-wrap {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    box-shadow: inset 0 0 0 0px #d8dce2;
    border: 1px solid #d8dce2;
}

.response_box_container .number-wrap:hover {
    box-shadow: inset 0 0 0 2px #3bf2a8;
    border: 1px solid #3bf2a8;
}

.response_box_container .number-wrap .number-image {
    flex: 0 0 100px;
    max-width: 100px;
    width: 100%;
}

.response_box_container .number-wrap .number-image img {
    height: auto;
    width: 100%
}

.response_box_container .number-cont {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding-left: 25px;
    color: #1d222b;
}

.response_box_container .number-cont p {
    margin-bottom: 8px;
}

.response_box_container .number-cont p:last-of-type {
    margin-bottom: 0px;
}

.response_box_container .number-cont p span {
    color: #293343;
    font-weight: 600;
}

.response_box_container .number-col {
    margin-bottom: 30px;
}

.response_box_container .number-cont h3 {
    font-size: 30px;
}

.response_box_container {
    padding: 0;
    margin-bottom: -30px;
}

.carhead_top h2 {
    margin: 0;
    text-align: center;
    padding: 0 0 20px;
    border-bottom: 1px solid #d8dce2;
}

.custom_main_career {
    padding-top: 60px;
}


/*--end--*/

.management_tab .team-box figure {
    width: 83px;
    height: auto;
}

.management_tab .team-box h3 {
    font-size: 18px;
}

.fancybox-stage .fancybox-button.fancybox-close-small {
    display: none;
}

.fancybox-stage .patent-img {
    max-width: 186px;
    flex-basis: 186px;
}

.patent-text {
    flex-basis: calc(100% - 190px);
    max-width: calc(100% - 190px);
    padding-left: 15px;
}

.patent-style.fancybox-content .patent-text h3 {
    text-transform: capitalize !important;
}


/*30.03.21*/

.iconns .scrll_dwn {
    position: absolute;
    left: 50%;
    margin-top: 8px;
    bottom: auto;
}

.page-template-technology .row.block-col-row.align-items-center {
    margin-bottom: 30px;
}

.page-id-219 .map-area-text ul li {
    list-style: square;
    margin-left: 20px;
}


/*30.03.21*/


/*SG 31-03-21*/

.environment .e-row:last-child .e-col:nth-child(2) {
    padding: 0;
}

.environment .e-row:last-child .e-col:nth-child(2) a {
    height: 100%;
}

.environment .e-row:last-child .e-col:nth-child(2) a img {
    height: 100%;
    object-fit: cover;
}

.map-btn.extech {
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    min-width: 202px;
    line-height: 2;
    margin-top: 17px;
    display: block;
    margin: 50px auto 0px;
    width: 176px;
}

.extraopp .number-col {
    padding: 15px;
}

.extraopp .number-row {
    margin: -15px;
}

.number-sec.extraopp .number-wrap {
    min-height: 425px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


/* .number-sec.extraopp .number-image {
  display: none;
} */

.number-sec.extraopp .number-wrap {
    min-height: 307px;
}


/**/

.map-area .cuss_tech {
    display: flex;
    flex-wrap: wrap;
}

.map-area .cuss_tech figure {
    max-width: 100%;
}

.map-area .map-area-btn {
    max-width: 100%;
    align-self: flex-end;
}

html,
body {
    overflow-x: hidden;
}


/**/


/* 8-4-2021-work */


/* .environment .e-row .e-col:first-child {
	width: 25%;
} */

.environment .e-row:last-child .e-col:nth-child(2),
.environment .e-row:last-child .e-col:nth-child(4) {
    background: #293343;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*09.04.21*/

.menu-item .sub-menu li {
    padding: 4px;
    margin: 0 !important;
}


/* 12.04.21 */

.nop_job {
    text-align: center;
}

.environment .e-col p {
    font-size: 15px;
    line-height: 1.5;
}

.cus_jobss .response_box_container .number-cont p span {
    min-height: auto;
}


/* Responsive CSS */

@media(min-width:1200px) {}

@media(min-width:1700px) {
    /* .environment .e-wraper{ max-width: 100%; } */
    .environment .e-row .e-col:first-child {
        /* padding: 90px 237px 0 237px; */
    }
    .environment .e-row .e-col>a img {
        height: 431px;
    }
    .environment .e-row .e-col {
        min-height: 431px;
    }
    .energy-sec .energy-sec-cont {
        max-width: 100%;
    }
}

@media(min-width: 1367px) {
    .container {
        max-width: 1365px;
    }
    .foooter-bottom-menu::before {
        width: 645px;
    }
}

@media(max-width:1500px) {
    .production-sec .production-image-sec {
        max-width: 409px;
    }
}

@media(min-width:992px) {
    .header_outer.nobanner-header .navbar-nav li.current-menu-item a,
    .header_outer.nobanner-header .navbar-nav li a:hover {
        color: #3bf1a8;
    }
    .header_outer.nobanner-header .navbar-nav li a {
        color: #1D222B;
    }
    .header_outer.nobanner-header .navbar-nav>li>.clickD {
        color: #1D222B;
    }
    .header_outer.nobanner-header .navbar-nav {
        background: transparent;
    }
    .patent-style.fancybox-content {
        height: 97% !important;
    }
}

@media(max-width: 1366px) {
    h2 {
        font-size: 46px;
    }
    .bordered-title h2 {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .bordered-title h2::before {
        height: 10px;
    }
    .history-sec h2 {
        margin-bottom: -52px;
    }
    .history-sec-bg::before {
        width: 235px;
        height: 235px;
    }
    .team-box figure {
        width: 190px;
        height: 190px;
    }
    .map-area-btn ul li {
        min-width: 186px;
    }
    .client-text {
        padding: 98px 112px;
    }
    .map-btn.extech {
        min-width: 176px;
        margin-top: 0px;
    }
    .environment .e-col:first-child h2 {
        font-size: 37px;
    }
    .environment .e-col p {
        margin-bottom: 10px;
    }
}

@media(max-width: 1199px) {
    .navbar-brand {
        width: 200px;
    }
    .header_outer .navbar-nav li {
        margin: 0 18px;
    }
    .navbar-nav li:first-child {
        margin-left: 0;
    }
    .navbar-nav li:last-child {
        margin-right: 0;
    }
    .banner_sec {
        padding: 250px 0 200px;
    }
    .scrll_dwn {
        bottom: 102px;
    }
    .bnnr_txt h1 {
        font-size: 88px;
    }
    .management_tab .resp-tabs-list li {
        width: 218px;
    }
    .team-box h3 {
        font-size: 20px;
    }
    .team-box figure {
        width: 150px;
        height: 150px;
    }
    .energy-sec .energy-sec-cont h2 {
        font-size: 80px;
    }
    .page_heading h2 {
        font-size: 48px;
    }
    .team-list .team-col {
        margin-bottom: 20px;
    }
    .map-area-btn ul li a {
        padding: 10px;
        font-size: 16px;
    }
    .map-area-btn ul li {
        min-width: 147px;
    }
    .map-btn {
        max-width: 320px;
        padding: 15px 10px;
        font-size: 32px;
    }
    .follow-video-wrap .card a:before {
        width: 150px;
        height: 150px;
        background-size: 150px;
    }
    .client-text {
        padding: 46px 70px;
    }
    .number-cont h3 {
        font-size: 26px;
    }
    .foooter-bottom-menu::before {
        width: 273px;
    }
    .counter-sec.cmn-gap {
        padding: 146px 0;
    }
    .full-feature-con {
        padding: 0 30px;
    }
    .full-feature-col:hover .full-feature-bullet {
        font-size: 110px;
    }
    .full-feature-col h3 {
        font-size: 28px;
    }
    .full-feature-col h3 {
        font-size: 22px;
    }
    .full-feature-col:hover .full-feature-bullet {
        font-size: 76px;
    }
    .client-pro-text {
        padding: 20px 30px;
    }
    .client-text-item:before {
        background-size: 250px;
        width: 250px;
        height: 250px;
        left: -38px;
        top: -39px;
    }
    .client-sec-area:before {
        right: -13px;
        bottom: -64px;
    }
    .inner-banner img {
        height: 540px;
    }
    .sedar_filingsec-topfrm ul li {
        padding: 0px 22px;
    }
    .production-sec .production-image-sec {
        max-width: 280px;
    }
    .production-sec .production-image-sec span:nth-child(2) {
        top: -7px;
        left: -30px;
    }
    .map-btn.extech {
        min-width: 137px;
        margin-top: 0px;
        font-size: 16px;
        padding: 10.2px;
    }
    .number-sec.extraopp .number-wrap {
        min-height: 385px;
    }
    .extraopp .number-col {
        padding: 8px;
    }
    .extraopp .number-row {
        margin: -8px;
    }
    .number-sec.extraopp .number-wrap {
        min-height: 268px;
    }
    .number-sec .number-wrap {
        padding: 40px 20px;
    }
    .environment .e-col:first-child h2 {
        font-size: 34px;
    }
    .environment .e-row .e-col>a {
        line-height: 1;
    }
    .environment .e-col:first-child h2 {
        font-size: 31px;
    }
}

@media(max-width: 991px) {
    .cmn-gap {
        padding: 50px 0;
    }
    .header_outer {
        padding: 15px 0;
    }
    .navbar-brand {
        width: 310px;
    }
    .header_outer .navbar-toggler {
        padding: 3px 8px;
        background-color: #02003a;
        line-height: 0;
        width: auto;
        height: auto;
        color: #fff;
    }
    .header_outer .navbar-toggler-icon {
        width: auto;
        height: auto;
    }
    .custom_nav {
        position: absolute;
        width: 300px;
        top: 100%;
        right: 0;
        z-index: 1;
        padding: 0;
    }
    .custom_nav .navbar-nav {
        padding: 0;
        background: #fff;
        border-top: 0 solid #54b5ea;
        margin-left: 0;
        background: #3bf1a8;
    }
    .header_outer .navbar-nav li {
        margin-right: 0;
    }
    .custom_nav ul li {
        margin-bottom: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #02003a;
        margin-right: 0;
    }
    .custom_nav ul li:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .navbar-nav>li .sub-menu {
        position: static;
        left: inherit;
        top: inherit;
        width: 100%;
        padding: 0;
    }
    .navbar-nav li .clickD.toggled+.sub-menu {
        display: block;
    }
    .bnnr_txt h1 {
        font-size: 65px;
    }
    .environment .e-col:first-child h2 {
        font-size: 40px;
    }
    .header_outer .navbar-nav li {
        margin-left: 0;
        padding: 0;
        border-bottom: 1px solid #14b776;
        margin: 0;
    }
    .header_outer .navbar-nav li a {
        padding: 15px 20px;
        font-size: 16px;
        width: 100%;
        font-weight: 600;
    }
    .clickD {
        position: absolute;
        height: 15px;
        width: 20px;
        padding: 0;
        top: 16px;
        right: 15px;
    }
    .clickD svg {
        width: 20px !important;
        height: 15px;
    }
    .navbar-nav>li .sub-menu {
        background: #28d690;
        -webkit-box-shadow: inherit;
        -moz-box-shadow: inherit;
        box-shadow: inherit;
    }
    .header_outer .navbar-nav>li>.sub-menu>ul>li {
        padding-left: 0;
        margin: 0;
    }
    .navbar-nav>li:hover>.sub-menu::before {
        display: none;
    }
    .header_outer .navbar-nav li.current-menu-item a,
    .header_outer .navbar-nav li.menu-item-has-children:hover>a,
    .header_outer .navbar-nav li a:hover,
    .header_outer .navbar-nav li.menu-item-has-children:hover>a+span,
    .header_outer .navbar-nav li.menu-item-has-children.current-menu-item>a+span,
    .header_outer .navbar-nav li a:focus {
        color: #fff;
    }
    .header_outer .navbar-nav>li.current-menu-item>a {
        background: #14b776;
    }
    .header_outer .navbar-nav>li>.sub-menu>ul>li>a {
        color: #fff;
    }
    .mission-col img {
        width: 100%;
    }
    .zeroemissions .mission-image {
        padding-right: 0;
    }
    .energy-sec.cmn-gap {
        padding: 130px 0;
    }
    .block-col-row .block-col1 {
        margin-bottom: 20px;
    }
    .foooter-bottom-menu::before {
        width: 35px;
    }
    .footer-top .footer-row .footer-col,
    .footer-top .footer-row .footer-col:first-child,
    .footer-top .footer-row .footer-col:last-child {
        width: 33.3%;
    }
    .management_tab .resp-tabs-list li {
        width: 169px;
    }
    .management_tab .resp-tabs-list li {
        font-size: 14px;
    }
    .management_tab .resp-tabs-list li:before {
        top: -5px;
    }
    .management_tab .resp-tabs-list li:after {
        bottom: -5px;
    }
    figure {
        margin-bottom: 30px;
    }
    .technology-item {
        border-bottom: 1px solid #3BF1A8;
        border-right: 0;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .technology-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }
    .case-stb-item {
        border-bottom: 1px solid #7F8A9A;
        border-right: 0;
        margin-bottom: 30px;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .case-stb-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }
    .sec-head {
        margin-bottom: 50px;
    }
    .case-stb-sec {
        padding-top: 50px;
    }
    .case-stb-sec .row {
        margin: 0 -15px;
    }
    .follow-video {
        margin: 0 auto;
    }
    .follow-sec-area {
        position: static;
        transform: inherit;
    }
    .full-feature-col {
        height: 520px;
    }
    .history-sec-bg {
        padding-top: 0 !important;
    }
    .follow-video {
        margin-bottom: 30px;
    }
    .follow-sec-item-area {
        padding-left: 0;
    }
    .follow-video {
        max-width: 720px;
        width: auto;
    }
    .follow-sec {
        padding-top: 50px;
    }
    .inner-banner img {
        height: 460px;
    }
    .counter-sec.cmn-gap {
        padding: 100px 0;
    }
    .sustainability-chat-cont {
        order: -1;
    }
    .sustainability-03 {
        bottom: 0;
    }
    .client-pro-item {
        order: -1;
    }
    .client-sec-area:before {
        right: -13px;
        top: -64px;
        bottom: inherit;
    }
    .client-text-item:before {
        bottom: -39px;
        top: inherit
    }
    .counting-item span {
        font-size: 60px;
        margin-top: 25px;
    }
    .utah-cont {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .utah-image {
        text-align: center;
    }
    .production-sec h2 {
        margin-bottom: 30px;
    }
    .environment .e-content h3 {
        font-size: 30px;
    }
    .environment .e-content h3 {
        font-size: 24px;
    }
    .environment .e-col:first-child h2 {
        font-size: 32px;
    }
    .zeroemissions h2 {
        margin-bottom: 40px;
    }
    h2.resp-accordion,
    h2.resp-tab-active {
        padding: 18px 15px !important;
        font-size: 18px;
    }
    h2.resp-tab-active {
        border-bottom: 1px solid #c1c1c1 !important;
    }
    .resp-arrow {
        border-top-color: #3bf1a8;
    }
    h2.resp-tab-active span.resp-arrow {
        border-bottom-color: #3bf1a8;
    }
    .management_tab .resp-tab-content {
        padding: 30px 0 0;
    }
    .team-list .team-col {
        margin-bottom: 0;
    }
    .patent-img {
        max-width: 200px;
        flex-basis: 200px;
        padding-right: 55px;
    }
    .patent-text {
        flex-basis: calc(100% - 200px);
        max-width: calc(100% - 200px);
    }
    .patent-linkdin {
        right: 30px;
        bottom: 0;
    }
    .patent-style.fancybox-content {
        padding: 52px 34px;
    }
    .team-list {
        margin-bottom: 0;
    }
    .sedar_filingsec-topfrm ul li {
        max-width: 100%;
        flex: 0 0 100%;
        border-left: 0;
        border-bottom: 1px solid #edf0f6;
        padding: 10px 15px;
    }
    .sedar_filingsec-topfrm {
        max-width: 100%;
        padding: 24px 15px;
    }
    .top-breadcrumb ul li {
        padding: 0px 20px;
    }
    .response_box_container .number-cont h3 {
        font-size: 24px;
    }
    .response_box_container .number-wrap .number-image {
        flex: 0 0 70px;
        max-width: 70px;
    }
    .response_box_container .number-cont {
        flex: 0 0 calc(100% - 70px);
        max-width: calc(100% - 70px);
        padding-left: 20px;
    }
    .response_box_form {
        margin-bottom: 40px;
    }
    .production-sec .production-image-sec span:nth-child(2) {
        top: -7px;
        left: -31px;
    }
    .number-sec.extraopp .number-wrap {
        min-height: auto;
    }
    .number-cont h3 {
        min-height: inherit;
    }
    .number-wrap .number-cont span {
        min-height: auto;
    }
    .environment .e-col p {
        font-size: 13px;
    }
    .environment .e-col:first-child h2 {
        font-size: 24px;
    }
}

@media(max-width: 767px) {
    
    .counter-sec.cmn-gap.Cus_sustainability {
        padding: 40px 0;
    }
    
    .Cus_sustainability em {

        margin-left: 0;

    }
    
    h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 28px;
    }
    .navbar-brand {
        width: 250px;
    }
    .environment .e-row .e-col:first-child {
        width: 100%;
    }
    .environment .e-row .e-col {
        width: 50%;
    }
    .environment .e-row:nth-child(even) .e-col {
        width: 50%;
    }
    .environment .e-wraper {
        border-top: 1px solid #e8e8e8;
    }
    .bnnr_txt h1 {
        font-size: 54px;
    }
    .page_heading h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .production-sec h2 {
        font-size: 35px;
    }
    .environment.cmn-gap {
        padding-top: 0;
        padding-bottom: 0;
    }
    .recnt_nws_sec {
        padding: 40px 0;
    }
    .mission-image {
        margin-bottom: 30px;
    }
    .energy-sec .energy-sec-cont h2 {
        font-size: 50px;
    }
    .energy-sec.cmn-gap {
        padding: 75px 0;
    }
    .footer-top .footer-row .footer-col,
    .footer-top .footer-row .footer-col:first-child,
    .footer-top .footer-row .footer-col:last-child {
        width: 50%;
    }
    .footer-top .footer-row .footer-col:last-child {
        width: 100%;
    }
    .footer-sec .foooter-bottom-menu ul li {
        margin-right: 20px;
    }
    .foooter-bottom-menu::before {
        display: none;
    }
    .footer-sec .footer-bottom-wrap {
        flex-direction: column;
        align-items: center;
    }
    .footer-sec .footer-top {
        padding: 40px 0;
    }
    .footer-sec .footer-bottom {
        padding-bottom: 35px;
    }
    .footer-sec .foooter-bottom-menu ul li {
        margin: 0;
        padding: 0 10px;
    }
    .footer-sec .foooter-bottom-menu {
        padding-right: 0;
    }
    .full-feature-col {
        border-right: 0;
        border-bottom: 1px solid rgba(135, 168, 222, 0.5);
    }
    h2.resp-accordion {
        border-top: 1px solid #c1c1c1;
    }
    .counting-layout {
        flex-direction: column;
    }
    .counting-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        border-right: 0 solid #2CF5BE;
        border-bottom: 1px solid #2CF5BE;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .counting-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }
    .counting-item span {
        margin-top: 0;
    }
    .production-sec .production-image-sec span:nth-child(2) {
        top: -24px;
        left: 0;
    }
    .production-sec .production-image-sec span:nth-child(4) {
        bottom: -33px;
        left: 0;
    }
    .production-sec .production-image-sec span:nth-child(3) {
        top: 45px;
        right: 0;
    }
    .sustainability-01 {
        position: absolute;
        left: 0;
        top: 5%;
    }
    .sustainability-02 {
        right: 0;
        left: inherit;
        top: -2%;
    }
    .gen-text h3 {
        margin-bottom: 40px;
    }
    .zeroemissions .mission-cont p {
        margin-bottom: 30px;
    }
    .counter-sec.cmn-gap {
        padding: 40px 0;
    }
    .client-text {
        padding: 30px 30px;
    }
    .top-breadcrumb ul li {
        display: block;
        padding: 5px 0px;
        text-align: center;
    }
    .frm-slct:before {
        display: none;
    }
    .response_box_container .number-cont h3 {
        font-size: 22px;
        margin-bottom: 0;
    }
    .response_box_container .number-cont p {
        margin-bottom: 0;
    }
    .response_box_container .number-wrap {
        padding: 15px;
    }
    .response_box_form {
        margin-bottom: 30px;
    }
    .patent-style.fancybox-content {
        padding: 20px;
    }
}

@media(max-width:650px) {
    .patent-row {
        flex-direction: column;
    }
    .patent-text {
        flex-basis: 100%;
        max-width: 100%;
    }
    .patent-img {
        padding-right: 24px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .patent-linkdin {
        right: 0;
    }
    .globe.js-globe {
        height: 400px !important;
        width: 400px !important;
    }
    .globe-area {
        top: inherit;
        bottom: 0;
    }
    .svg-wrapper {
        width: 100%;
        height: 80%;
    }
}

@media(max-width: 520px) {
    .bnnr_txt h1 {
        font-size: 45px;
    }
    .energy-sec .energy-sec-cont h2 {
        font-size: 40px;
    }
    .history-sec-bg::before {
        display: none;
    }
    .map-area-btn ul li {
        min-width: 100%;
        width: 100%;
    }
    .environment .e-row .e-col:first-child {
        padding: 0 15px;
    }
    .map-btn.extech {
        min-width: 100%;
    }
}

@media(max-width: 575px) {
    .shot-options ul li {
        padding-right: 0;
        width: 100%;
    }
    .production-sec .production-image-sec {
        max-width: 225px;
    }
}

@media(max-width: 479px) {
    .custom_nav {
        width: 100%;
    }
    .navbar-brand {
        width: 200px;
    }
    .production-sec .production-image-sec span:nth-child(2) {
        top: -22px;
    }
    .top_hdr_in ul li {
        margin: 0;
        padding: 0 2px;
    }
    .top_hdr_in ul {
        margin: 0 -2px;
        justify-content: center;
    }
    .footer-sec .foooter-bottom-menu ul li a {
        font-size: 13px;
    }
    .footer-sec .foooter-bottom-menu ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .stck_bttn {
        padding: 8px 3px;
    }
    .historyblock {
        max-width: 100%;
    }
    .history-chart .historyblock-row:nth-child(even) .historyblock {
        text-align: left;
        padding-right: 0;
        padding-left: 45px;
    }
    .history-chart .historyblock-row:nth-child(even) .historyblock:before {
        right: inherit;
        left: -9px;
    }
    .history-chart .historyblock-row:nth-child(even) .historyblock:after {
        right: inherit;
        left: -1px;
    }
    .history-chart .historyblock-row:nth-child(even) .historyblock h3:before {
        right: inherit;
        left: 0;
    }
    .history-sec h2 {
        margin-bottom: 20px;
    }
    .history-chart {
        padding-left: 10px;
    }
    .history-sec h2 {
        text-align: left;
    }
    .map-area-btn {
        padding: 0;
    }
    .globe.js-globe {
        height: 300px !important;
        width: 300px !important;
    }
    .emialsignup_btn {
        font-size: 15px;
        padding: 18px 50px;
    }
    .response_box_container .number-wrap .number-image {
        margin: 0 auto 20px;
    }
    .response_box_container .number-cont {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }
    .response_box_container {
        margin-bottom: -15px;
    }
    .response_box_container .number-col {
        margin-bottom: 15px;
    }
    .carhead_top h2 {
        padding: 0 0 10px;
    }
    .custom_main_career {
        padding-top: 40px;
    }
    .carhead {
        margin-bottom: 30px;
    }
    .environment>.e-wraper .e-row:first-child .e-col:first-child {
        margin-bottom: 60px;
    }
    .environment .e-row:last-child .e-col:first-child {
        width: 50%;
    }
}

@media(max-width: 374px) {
    .environment .e-content h3 {
        font-size: 20px;
    }
}


/* Contact Form Styling */

.contact-form .wpcf7-form .wpcf7-form-control-wrap input,
.contact-form .wpcf7-form .wpcf7-form-control-wrap textarea {
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    border-radius: 4px;
    margin-bottom: 15px;
}

.contact-form .wpcf7-form {
    text-align: left;
}

.contact-form .wpcf7-form label {
    font-weight: bold;
}

.page-template-contact h2 {
    font-size: 2em;
}

.page-template-contact h3 {
    font-size: 1.4em
}


/* Sub Menu - Styling */

.menu-item .sub-menu li a {
    color: #474747;
}

.menu-item .sub-menu {
    padding: 22px;
}

.menu-item .sub-menu li {
    padding: 4px;
}


/* Nav Links - Arrows */

#navHeader #menu-header-menu .menu-item-has-children .sub-menu .menu-item a {
    position: relative;
}

#navHeader #menu-header-menu .menu-item-has-children .sub-menu .menu-item a::before {
    content: "";
    display: none;
    background: url(images/arw_rght.png) no-repeat;
    background-position: center center;
    background-size: 20px;
    width: 20px;
    height: 15px;
    left: -30px;
    top: 2px;
    position: absolute;
}

#navHeader #menu-header-menu .menu-item-has-children .sub-menu .menu-item a:hover::before {
    display: block;
}

.navbar-nav>li .sub-menu {
    padding: 6px 36px;
}