/*$mio: 'Material Icons Outlined';*/
/*$heading-color: #83AD12;
$heading-black-color: #000000;
$theme-color: #83AD12;
$theme-darker: #6C900A;
$white: #fff;
$off-white: #D9D8D6;
$light-blue: #7DBFEB;
$gray-bg: #F8F8F8;
$text-color: #000000;
$link-color: #83AD12;
$pink-color:#DB1A79;
$orange-color:#F17A20;
$yellow-color:#F4DD32;*/
/* half circle mixin */
/* Gradient mixin */
.bg-gradient-rev-slider-top {
  background: linear-gradient(180deg, rgba(0, 15, 16, 0.5970763305) 0%, rgba(7, 84, 105, 0) 100%);
}

.bg-gradient-rev-slider-left {
  background: linear-gradient(90deg, rgb(0, 41, 35) 0%, rgba(108, 105, 106, 0.0424544818) 100%);
}

.bg-gradient-intro-overlay {
  background: linear-gradient(107deg, rgba(25, 164, 163, 0.7987570028) 27%, rgba(7, 83, 105, 0.8015581232) 100%);
}

.bg-gradient-statistic-overlay {
  background: linear-gradient(107deg, rgba(2, 31, 33, 0.8771883754) 0%, rgba(1, 54, 62, 0.8267682073) 100%);
}

.bg-gradient-products-bg {
  background: linear-gradient(to bottom, #1AA79C 70%, #fff 30%);
}

/*=========================
    1. Start COMMON css 
==========================*/
@font-face {
  font-family: "Certo Sans";
  src: url("../fonts/CertoSans-Bold.eot");
  src: url("../fonts/CertoSans-Boldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/CertoSans-Bold.woff2") format("woff2"), url("../fonts/CertoSans-Bold.woff") format("woff"), url("../fonts/CertoSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Certo Sans";
  src: url("../fonts/CertoSans-Light.eot");
  src: url("../fonts/CertoSans-Lightd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/CertoSans-Light.woff2") format("woff2"), url("../fonts/CertoSans-Light.woff") format("woff"), url("../fonts/CertoSans-Light.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Certo Sans";
  src: url("../fonts/CertoSans-Heavy.eot");
  src: url("../fonts/CertoSans-Heavyd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/CertoSans-Heavy.woff2") format("woff2"), url("../fonts/CertoSans-Heavy.woff") format("woff"), url("../fonts/CertoSans-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Certo Sans";
  src: url("../fonts/CertoSans-Regular.eot");
  src: url("../fonts/CertoSans-Regulard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/CertoSans-Regular.woff2") format("woff2"), url("../fonts/CertoSans-Regular.woff") format("woff"), url("../fonts/CertoSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  background: #fff;
  opacity: 1;
  transition: 1s opacity;
}

body {
  font-family: "Certo Sans";
  font-weight: normal;
  color: #313131;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  overflow-x: hidden;
}
@media (max-width: 767.98px) {
  body {
    font-size: 16px;
  }
}

body.inside {
  opacity: 0;
}

.caret {
  border-left: solid 3px transparent;
  border-right: solid 3px transparent;
  border-top: solid 3px #F6630C;
  position: absolute;
  right: 0px;
  top: 25px;
}

.section-title {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .section-title {
    margin-bottom: 0px;
  }
}

a {
  color: #F6630C;
  text-decoration: none;
  /*font-weight: normal;*/
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
a:hover, a:focus {
  text-decoration: none;
}
a:hover {
  color: #E5A93F;
}

img.border-radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Certo Sans";
  /*    color: $heading-color;*/
  margin: 0px;
  margin-bottom: 0.5rem;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  color: #003C34;
}

h1 {
  font-size: 52px;
  line-height: 65px;
}

h2 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 1399.98px) {
  h2 {
    font-size: 38px;
  }
}
@media (max-width: 1199.98px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  h2 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 22px;
    line-height: 30px;
  }
}

h3 {
  font-size: 25px;
  line-height: 36px;
  color: #313131;
}
@media (max-width: 991.98px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  h3 {
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 27px;
  }
}

h4 {
  font-size: 30px;
  line-height: 2.4rem;
  font-weight: 500;
}
@media (max-width: 1399.98px) {
  h4 {
    font-size: 26px;
  }
}

h5 {
  font-size: 42px;
  line-height: 28px;
  font-weight: 500;
}

h6 {
  font-size: 20px;
  line-height: 26px;
  font-family: "Certo Sans";
  color: #F6630C;
  text-transform: uppercase;
  font-weight: 500;
}

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

p {
  color: #313131;
  margin: 0px;
  margin-bottom: 1.8rem;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.7px;
  line-height: 1.9rem;
}
@media (max-width: 1399.98px) {
  p {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  p {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  p {
    font-size: 16px;
    line-height: 1.6rem;
  }
}
@media (max-width: 480px) {
  p {
    font-size: 16px;
    line-height: 1.6rem;
  }
}
@media (max-width: 388px) {
  p {
    font-size: 15px;
    line-height: 1.6rem;
  }
}

.abstract {
  /*	color: $theme-color;*/
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
}

strong,
b {
  font-weight: bold;
}

small {
  font-size: 13px;
}

input,
textarea {
  display: inherit;
}

img {
  max-width: 100%;
}

section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
section.no-padding-bottom {
  padding-bottom: 0;
}
section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (max-width: 991.98px) {
  body {
    font-size: 18px;
    line-height: 1.4;
  }
  h1 {
    font-size: 38px;
    line-height: 1.2;
  }
}
@media (max-width: 991.98px) {
  body {
    font-size: 18px;
    line-height: 1.4;
  }
  h1 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 16px;
    line-height: 1.6;
  }
  h1 {
    font-size: 22px;
    line-height: 1.2;
  }
  h4 {
    font-size: 22px;
    line-height: 28px;
  }
  h5 {
    font-size: 20px;
    line-height: 26px;
  }
  h6 {
    font-size: 14px;
    line-height: 24px;
  }
  .abstract {
    font-size: 16px;
    margin-bottom: 10px;
  }
  section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
/* @media (max-width: 767.98px) {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
} */
.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z9 {
  z-index: 9;
}

.z99 {
  z-index: 99;
}

.z999 {
  z-index: 999;
}

.z9999 {
  z-index: 9999;
}

.theme {
  /*color: $theme-color;*/
}

.strong {
  font-family: "Certo Sans";
}

.semi-strong {
  font-family: "Certo Sans";
}

.font-weight-400 {
  font-weight: 400;
}

.rm-rl-container .more-text {
  display: none;
}

.read-more-link .less {
  display: none;
}

/* PAGE TRANSITION */
.first-transition {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9;
  right: 0;
  top: 0;
  background: #1AA79C;
  animation: first-transition 1s;
  animation-fill-mode: forwards;
}

@keyframes first-transition {
  from {
    right: 0;
  }
  to {
    right: -100%;
  }
}
.page-transition {
  width: 0;
  height: 100%;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  background: #1AA79C;
  transition: all ease 1s;
}

.page-transition.active {
  width: 100%;
}

hr {
  background-color: #003C34;
  opacity: 1;
  margin: 30px 0;
}
@media (max-width: 1440px) {
  hr {
    margin: 20px 0;
  }
}
@media (max-width: 1199.98px) {
  hr {
    margin: 20px 0;
  }
}
@media (max-width: 991.98px) {
  hr {
    margin: 10px 0;
  }
}
@media (max-width: 480px) {
  hr {
    margin: 10px 0;
  }
}

/***************************************************
  Header
****************************************************/
.header-top {
  position: relative;
  z-index: 2;
  padding: 15px 0px 15px;
}

.header-top img {
  height: 90px;
}
@media (max-width: 1199.98px) {
  .header-top img {
    height: 80px;
  }
}
@media (max-width: 575.98px) {
  .header-top img {
    height: 60px;
  }
}

.header-top .main-side-block {
  padding-top: 10px;
}
@media (max-width: 1199.98px) {
  .header-top .main-side-block {
    margin-right: 7px;
    margin-right: 16px;
    margin: 0px;
    right: 30px;
    padding: 0;
    top: 17px;
    z-index: 999;
    position: relative;
  }
}
@media (max-width: 991.98px) {
  .header-top .main-side-block {
    padding-top: 0px;
    top: 24px;
  }
}
@media (max-width: 575.98px) {
  .header-top .main-side-block {
    top: 29px;
  }
}

ul.header-top-right {
  display: flex;
  float: right;
  align-items: center;
  padding-bottom: 10px;
  margin-right: 25px;
}
@media (max-width: 767.98px) {
  ul.header-top-right {
    margin-right: 8px;
  }
}
@media (max-width: 1199.98px) {
  ul.header-top-right {
    display: none;
  }
}

ul.header-top-right li {
  border-right: 1px solid #ebebeb;
  line-height: 11px;
  padding: 0 12px;
}
@media (max-width: 991.98px) {
  ul.header-top-right li {
    padding-bottom: 8px;
  }
}
@media (max-width: 767.98px) {
  ul.header-top-right li {
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 2px;
    line-height: 7px;
  }
}

ul.header-top-right a {
  font-size: 14px;
  font-weight: 500;
  color: #003C34;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  ul.header-top-right a {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  ul.header-top-right a {
    font-size: 11px;
    padding: 0 7px;
  }
}
ul.header-top-right a:hover {
  color: #F6630C;
}

ul.header-top-right li:last-child {
  border-right: 0px;
  padding-right: 0px;
}

ul.header-top-right li:first-child a span {
  font-size: 32px;
}
@media (max-width: 991.98px) {
  ul.header-top-right li:first-child a span {
    font-size: 22px;
  }
}

ul.header-top-right li a span {
  color: #F6630C;
  padding-right: 10px;
  font-size: 24px;
}
@media (max-width: 991.98px) {
  ul.header-top-right li a span {
    font-size: 18px;
  }
}

ul.header-social-media {
  display: flex;
  float: right;
  align-items: center;
}
@media (max-width: 767.98px) {
  ul.header-social-media {
    display: none !important;
  }
}

ul.header-social-media li {
  padding-right: 15px;
}
ul.header-social-media li:last-child {
  padding-right: 0px;
}
ul.header-social-media li a {
  color: #F6630C;
}
ul.header-social-media li a:hover {
  color: #fff;
}

/*ul.header-social-media li:last-child{
    padding-right: 0px;
    }*/
/*ul.header-social-media li a{ 
    color: $link-color;

    &:hover{
          color:$white;
    }
}*/
/***************************************************
  Main Navigation
****************************************************/
.main-navigation {
  border-top: 1px solid #ebebeb;
  position: relative;
  z-index: 2;
  height: 50px;
  clear: both;
  padding-top: 13px;
  margin-top: 30px;
}
@media (max-width: 1199.98px) {
  .main-navigation {
    border: 0px;
    z-index: 1;
    position: absolute;
    top: 38px;
    width: 100%;
    right: 0px;
    margin-top: 8px;
  }
}
@media (max-width: 991.98px) {
  .main-navigation {
    padding-top: 2px;
    margin-top: 23px;
  }
}
@media (max-width: 575.98px) {
  .main-navigation {
    top: 18px;
    right: 0px;
  }
}

.main-navigation-inner {
  position: absolute;
  background: transparent;
  width: 100%;
}

.main-navigation-right {
  float: right;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .main-navigation-right {
    float: left;
  }
}
@media (max-width: 1199.98px) {
  .main-navigation-right {
    float: right;
    margin-right: 0px;
  }
}
@media (max-width: 480px) {
  .main-navigation-right {
    margin-right: 10px;
  }
}

.main-navigation-right .search-icon {
  font-size: 22px;
  padding-top: 4px;
}
@media (max-width: 1199.98px) {
  .main-navigation-right .search-icon {
    margin-right: 40px;
    padding-top: 13px;
  }
}
@media (max-width: 575.98px) {
  .main-navigation-right .search-icon {
    padding-top: 19px;
  }
}
@media (max-width: 480px) {
  .main-navigation-right .search-icon {
    margin-right: 30px;
  }
}
.main-navigation-right .search-icon a {
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.main-navigation-right .search-icon a:hover {
  color: #fff !important;
}
.main-navigation-right .search-icon .icon-search {
  color: #E5A93F;
}

.main-navigation-right a.arabic {
  font-family: "Cairo", sans-serif;
  color: #fff;
  font-size: 14px;
  margin-right: 30px;
  padding-top: 8px;
}
@media (max-width: 480px) {
  .main-navigation-right a.arabic {
    margin-right: 20px;
  }
}
.main-navigation-right a.arabic:hover {
  color: #F6630C;
}

.arabic {
  float: right;
  margin-top: -11px;
  color: #E5A93F;
  font-family: "Cairo", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  .arabic {
    margin-right: 44px;
    margin-top: -68px;
  }
}
.arabic:hover {
  color: #F6630C;
}

@media (max-width: 1199.98px) {
  .navik-menu {
    margin-top: 73px;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .navik-menu {
    margin-top: 69px;
  }
}
@media (max-width: 575.98px) {
  .navik-menu {
    margin-top: 68px;
    width: 100%;
    left: 0px;
    right: 0px;
  }
}
@media (max-width: 480px) {
  .navik-menu {
    width: 100%;
    left: 0px;
    margin-top: 69px;
  }
}

@media (max-width: 1199.98px) {
  .navik-menu ul li > a {
    font-weight: 500;
  }
}

@media (max-width: 1199.98px) {
  .navik-menu ul li:hover > a {
    color: #075469;
  }
}

@media (max-width: 1199.98px) {
  .navik-header-container {
    top: -22px;
  }
}

@media (max-width: 1199.98px) {
  .navik-menu > ul {
    top: -12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.ipo-menu {
  border: 1px solid #E5A93F !important;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .ipo-menu {
    background: #E5A93F;
    text-align: left;
  }
}
.ipo-menu:hover {
  background: #E5A93F;
  color: #fff;
}
.ipo-menu a {
  color: #E5A93F !important;
  width: 100%;
  padding: 0 7px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-bottom: 2px !important;
}
.ipo-menu a:hover {
  color: #fff !important;
}
@media (max-width: 1199.98px) {
  .ipo-menu a {
    padding: 10px 7px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    color: #fff !important;
  }
}

/***************************************************
  Page Search
****************************************************/
.page_search_box {
  position: fixed;
  width: 100%;
  height: 0;
  /*background: rgba(0, 79, 163, 0.98);*/
  background: #003C34;
  z-index: 9999999;
  left: 0;
  top: 0;
  transition: 0.3s;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}

.page_search_box.active {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.page_search_box .searchinput {
  width: 70%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767.98px) {
  .page_search_box .searchinput {
    width: 90%;
  }
}

/*@media only screen and (max-width: 767px) {
  .page_search_box .searchinput {
    width: 90%;
  }
}*/
.page_search_box .searchinput input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
}

.page_search_box .searchinput input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}

.page_search_box .searchinput input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.5);
}

.page_search_box .searchinput input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}

.page_search_box .searchinput input {
  width: 100%;
  background: none;
  height: 50px;
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  padding: 0 35px 0 0px;
}
@media (max-width: 767.98px) {
  .page_search_box .searchinput input {
    width: 90%;
    font-size: 16px;
  }
}

/*@media only screen and (max-width: 767px) {
  .page_search_box .searchinput input {
    width: 90%;
    font-size: 16px;
  }
}*/
.page_search_box .searchinput button {
  position: absolute;
  bottom: 11px;
  right: 0;
  border: 0;
  padding: 0;
  background: none;
  font-size: 20px;
  color: #E5A93F;
}
@media (max-width: 767.98px) {
  .page_search_box .searchinput button {
    font-size: 18px;
  }
}

.page_search_box .searchinput button:hover {
  color: #F6630C;
}

/*@media only screen and (max-width: 767px) {
  .page_search_box .searchinput button {
    font-size: 18px;
  }
}*/
.page_search_box .searchinput p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}

.search_close {
  position: absolute;
  top: 50px;
  right: 100px;
  padding: 5px;
  font-size: 24px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .search_close {
    top: 22px;
    right: 30px;
  }
}

.search_close:hover span {
  color: #F6630C;
}

/*@media only screen and (max-width: 767px) {
  .search_close {
    top: 22px;
    right: 30px;
  }
}*/
.search_close span {
  font-size: 24px;
  cursor: pointer;
  transform: scale(1) rotate(0deg);
  display: inline-block;
  transition: 0.5s;
  color: #E5A93F;
}

.search_close span:hover {
  color: #F6630C;
  transform: scale(1.1) rotate(180deg);
}

/***************************************************
  Rev Slider
****************************************************/
@media (max-width: 767.98px) {
  .forcefullwidth_wrapper_tp_banner {
    height: 500px !important;
  }
}
@media (max-width: 575.98px) {
  .forcefullwidth_wrapper_tp_banner {
    height: 400px !important;
  }
}
@media (max-width: 388px) {
  .forcefullwidth_wrapper_tp_banner {
    height: 350px !important;
  }
}

@media (max-width: 767.98px) {
  .rev-slider {
    height: 500px !important;
  }
}
@media (max-width: 575.98px) {
  .rev-slider {
    height: 400px !important;
  }
}
@media (max-width: 388px) {
  .rev-slider {
    height: 350px !important;
  }
}
.rev-slider .tp-parallax-wrap {
  /*@media (max-width: 1399.98px) {
  			margin-left: 100px;
  		}

  		@media (max-width: 1199.98px) {
  			margin-left: 150px;
  		}

  		@media (max-width: 575.98px) {
  			margin-left: 30px;
  		}
  */
}
@media (max-width: 388px) {
  .rev-slider .tp-parallax-wrap .main-btn {
    margin-top: 10px !important;
  }
}

@media (max-width: 1199.98px) {
  .rev-slider-wrapper {
    margin-top: 0px;
  }
}
.rev-slider-wrapper .banner-pattern {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.rev-slider-wrapper .overlay-top {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.rev-slider-wrapper .overlay-left {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media (max-width: 767.98px) {
  .rev-slider-wrapper .main-btn {
    padding: 10px 25px !important;
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .rev-slider-wrapper .main-btn {
    padding: 13px 13px !important;
    font-size: 13px !important;
  }
}
@media (max-width: 388px) {
  .rev-slider-wrapper .main-btn {
    padding: 12px 13px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 575.98px) {
  .rev-slider-wrapper .outline {
    margin-left: 30px !important;
  }
}

.tp-dottedoverlay.twoxtwo {
  background: transparent;
  /*background: rgba(0, 0, 0, 0.5) !important;*/
  /*@include gradient(rev-slider-top, rev-slider-left);*/
}

@media (max-width: 1440px) {
  [class*=scaption][class*=-large] {
    font-size: 65px !important;
    line-height: 70px;
    left: -60px !important;
  }
}
@media (max-width: 1199.98px) {
  [class*=scaption][class*=-large] {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 767.98px) {
  [class*=scaption][class*=-large] {
    margin-top: 105px !important;
    left: -119px !important;
    line-height: 40px !important;
  }
}
@media (max-width: 575.98px) {
  [class*=scaption][class*=-large] {
    margin-top: 85px !important;
    left: -15px !important;
    line-height: 30px !important;
  }
}
@media (max-width: 480px) {
  [class*=scaption][class*=-large] {
    line-height: 11px !important;
    margin-top: 77px !important;
    left: -15px !important;
  }
}
@media (max-width: 388px) {
  [class*=scaption][class*=-large] {
    line-height: 24px !important;
    margin-top: 77px !important;
    font-size: 23px !important;
  }
}
[class*=scaption][class*=-large] p {
  font-size: 78px;
  line-height: 80px;
  font-family: "Certo Sans";
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1440px) {
  [class*=scaption][class*=-large] p {
    font-size: 65px !important;
    line-height: 70px !important;
  }
}
@media (max-width: 1399.98px) {
  [class*=scaption][class*=-large] p {
    font-size: 60px !important;
  }
}
@media (max-width: 1199.98px) {
  [class*=scaption][class*=-large] p {
    font-size: 50px !important;
  }
}
@media (max-width: 991.98px) {
  [class*=scaption][class*=-large] p {
    line-height: 55px !important;
  }
}
@media (max-width: 767.98px) {
  [class*=scaption][class*=-large] p {
    font-size: 35px !important;
    line-height: 45px !important;
  }
}
@media (max-width: 575.98px) {
  [class*=scaption][class*=-large] p {
    font-size: 30px !important;
    line-height: 25px !important;
  }
}
@media (max-width: 480px) {
  [class*=scaption][class*=-large] p {
    font-size: 24px !important;
    line-height: 28px !important;
  }
}
@media (max-width: 388px) {
  [class*=scaption][class*=-large] p {
    font-size: 24px !important;
    line-height: 28px !important;
  }
}

.tp-caption span {
  font-size: 78px;
}
@media (max-width: 1440px) {
  .tp-caption span {
    font-size: 65px !important;
    line-height: 70px !important;
  }
}
@media (max-width: 1399.98px) {
  .tp-caption span {
    font-size: 60px !important;
  }
}
@media (max-width: 1199.98px) {
  .tp-caption span {
    font-size: 50px !important;
  }
}
@media (max-width: 991.98px) {
  .tp-caption span {
    line-height: 55px !important;
  }
}
@media (max-width: 767.98px) {
  .tp-caption span {
    font-size: 35px !important;
    line-height: 25px !important;
  }
}
@media (max-width: 575.98px) {
  .tp-caption span {
    font-size: 30px !important;
    line-height: 38px !important;
  }
}
@media (max-width: 480px) {
  .tp-caption span {
    font-size: 24px !important;
    line-height: 28px !important;
  }
}
@media (max-width: 388px) {
  .tp-caption span {
    font-size: 22px !important;
    line-height: 25px !important;
  }
}

[class*=scaption][class*=-medium] {
  font-size: 25px;
  line-height: 35px;
  color: #fff;
  font-family: "Certo Sans";
  font-weight: 500;
}
@media (max-width: 1440px) {
  [class*=scaption][class*=-medium] {
    left: -60px !important;
  }
}
@media (max-width: 991.98px) {
  [class*=scaption][class*=-medium] {
    line-height: 22px !important;
    font-size: 15px !important;
    margin-top: 25px !important;
  }
}
@media (max-width: 767.98px) {
  [class*=scaption][class*=-medium] {
    display: none;
  }
}

.banner-orange {
  color: #F6630C;
  /*@media (max-width: 1199.98px) {
  	font-size: 46px !important;
  }

  @media (max-width: 991.98px) {
  	font-size: 47px !important;
  }

  @media (max-width: 767.98px) {
  	font-size: 30px !important;
  }

  @media (max-width: 575.98px) {
  	font-size: 23px !important;
  }

  @media (max-width: 480px) {
  	font-size: 21px !important;
  }

  @media (max-width: 388px) {
  	font-size: 18px !important;
  }*/
}

@media (max-width: 1440px) {
  .banner-button {
    left: -60px !important;
  }
}
@media (max-width: 991.98px) {
  .banner-button {
    margin-top: 30px !important;
  }
}
@media (max-width: 767.98px) {
  .banner-button {
    margin-top: -50px !important;
    left: -117px !important;
  }
}
@media (max-width: 575.98px) {
  .banner-button {
    margin-top: 20px !important;
    left: -15px !important;
  }
}
@media (max-width: 480px) {
  .banner-button {
    margin-top: 7px !important;
    margin-right: 130px;
    left: -15px !important;
  }
}
@media (max-width: 388px) {
  .banner-button {
    margin-top: 25px !important;
    margin-right: 130px;
  }
}

.banner-button .main-btn.big-font {
  color: #E5A93F !important;
}
@media (max-width: 991.98px) {
  .banner-button .main-btn.big-font {
    font-size: 15px !important;
  }
}
@media (max-width: 767.98px) {
  .banner-button .main-btn.big-font {
    font-size: 15px !important;
    padding-left: 0px !important;
  }
}
.banner-button .main-btn.big-font:hover {
  color: #F6630C !important;
}
@media (max-width: 575.98px) {
  .banner-button .main-btn.big-font {
    padding: 13px 0px !important;
    padding-right: 24px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 767.98px) {
  .banner-button .main-btn.right-arrow:after {
    right: 2px;
    bottom: 8px;
    font-size: 9px;
  }
}
@media (max-width: 575.98px) {
  .banner-button .main-btn.right-arrow:after {
    bottom: 13px !important;
    font-size: 8px !important;
  }
}

@media (max-width: 575.98px) {
  .banner-button .main-btn.right-arrow:hover:after {
    right: 1px;
  }
}

.tp-caption .btn.shadow {
  box-shadow: 0px 8px 21px 0px rgba(179, 200, 213, 0.45) !important;
}

.tp-caption .btn.shadow2 {
  box-shadow: 0px 8px 21px 0px rgba(67, 71, 68, 0.45) !important;
}

.tp-caption .btn.shadow3 {
  box-shadow: 0px 8px 21px 0px rgba(179, 209, 197, 0.45) !important;
}

.tp-caption .btn.shadow4 {
  box-shadow: 0px 8px 21px 0px rgba(59, 56, 59, 0.45) !important;
}

.tp-bullets.preview4 .bullet {
  border-color: #202020 !important;
}

.main-slider .tp-bullets.preview4 .bullet {
  background: rgb(255, 255, 255) !important;
  border: 5px solid !important;
  box-shadow: none;
  height: 6px !important;
  width: 6px !important;
}

.main-slider .tp-bullets.preview4 .bullet:hover,
.main-slider .tp-bullets.preview4 .bullet.selected {
  background: rgb(255, 255, 255) !important;
  border: 5px solid rgb(0, 0, 0) !important;
}

/***************************************************
Introduction
****************************************************/
.intro-sideimg {
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .intro-sideimg {
    margin-top: 30px;
    margin-bottom: 0px;
  }
}
.intro-sideimg .overlay {
  clip-path: polygon(100% 13%, 0% 100%, 100% 100%);
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 70%;
  height: 80%;
}
@media (max-width: 575.98px) {
  .intro-sideimg .overlay {
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.intro-sideimg .bg-gradient-intro-overlay {
  position: absolute;
  z-index: 1;
  width: 80%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .intro-sideimg .bg-gradient-intro-overlay {
    width: 55%;
    height: 60%;
  }
}
@media (max-width: 767.98px) {
  .intro-sideimg .bg-gradient-intro-overlay {
    width: 70%;
    height: 75%;
  }
}
@media (max-width: 575.98px) {
  .intro-sideimg .bg-gradient-intro-overlay {
    width: 100%;
    height: 100%;
    top: 0px;
  }
}

.intro-sideimg .overlay .text {
  position: absolute;
  right: 0px;
  bottom: 0px;
  text-align: right;
  padding-right: 30px;
  padding-bottom: 5px;
}
.intro-sideimg .overlay .text h2 {
  color: #fff;
  font-family: "Certo Sans";
  font-size: 80px;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .intro-sideimg .overlay .text h2 {
    font-size: 60px;
  }
}
.intro-sideimg .overlay .text h3 {
  font-family: "Certo Sans";
  color: #fff;
  font-weight: 400;
  line-height: 20px;
  font-size: 22px;
  letter-spacing: 1px;
}
@media (max-width: 575.98px) {
  .intro-sideimg .overlay .text h3 {
    font-size: 16px;
  }
}
.intro-sideimg .overlay .text p {
  color: #D5D5D5;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}
@media (max-width: 575.98px) {
  .intro-sideimg .overlay .text p {
    font-size: 12px;
  }
}

/***************************************************
  Footer
****************************************************/
.footer {
  background: #F4F4F4;
  color: #808080;
  font-size: 12px;
  line-height: 22px;
  position: relative;
  overflow: hidden;
  padding: 5rem 0rem;
}
@media (max-width: 1199.98px) {
  .footer {
    padding: 3rem 0rem;
  }
}
@media (max-width: 991.98px) {
  .footer {
    padding: 2.5rem 0rem !important;
  }
}
@media (max-width: 767.98px) {
  .footer {
    padding: 2rem 0rem !important;
  }
}
.footer .footer-links {
  margin-top: 30px;
}
.footer li {
  padding-bottom: 10px;
  display: inline-block;
  width: calc(50% - 20px);
}
@media (max-width: 767.98px) {
  .footer li {
    padding-bottom: 5px;
  }
}
.footer a {
  color: #808080;
  font-size: 18px;
  font-weight: normal;
}
@media (max-width: 1199.98px) {
  .footer a {
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  .footer a {
    font-size: 16px;
  }
}
.footer a:hover {
  color: #F6630C;
}
.footer span {
  color: #4D4D4D;
  font-size: 20px;
}
.footer span.icon-fax {
  font-size: 18px;
}
.footer span.icon-email {
  font-size: 16px;
}
.footer a.location {
  color: #1AA79C;
}
.footer a.location:hover {
  color: #fff;
}
.footer h4 {
  color: #1AA79C;
  font-family: "Certo Sans";
}
@media (max-width: 991.98px) {
  .footer h4 {
    margin-top: 20px;
  }
}
.footer p {
  color: #D5D5D5;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 10px;
}
.footer img {
  height: 112px;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .footer img {
    height: 85px;
  }
}
.footer ul.footer-numbers {
  display: block;
  margin-top: 32px;
}
@media (max-width: 767.98px) {
  .footer ul.footer-numbers {
    margin-left: -30px;
  }
}
@media (max-width: 575.98px) {
  .footer ul.footer-numbers {
    margin-left: 0px;
    margin-top: 10px;
  }
}
.footer ul.footer-numbers li {
  display: flex;
  padding-bottom: 10px;
  width: 100%;
}
.footer ul.footer-numbers a {
  color: #4D4D4D;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 4px;
}
@media (max-width: 1199.98px) {
  .footer ul.footer-numbers a {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .footer ul.footer-numbers a {
    font-size: 20px;
    margin-bottom: 0px;
  }
}
.footer ul.footer-numbers :hover {
  color: #F6630C;
}
.footer ul.footer-numbers span {
  display: inline-flex;
  align-items: center;
}
.footer .header-social-media {
  float: none;
  margin-top: 15px;
}
.footer .header-social-media span {
  font-size: 22px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.footer .header-social-media li {
  width: auto;
}
.footer .header-social-media :hover {
  color: #F6630C;
}

.copyright {
  background: #F4F4F4;
  padding: 15px 0px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  color: #D5D5D5;
  font-size: 12px;
}
.copyright a {
  color: #696969;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
}
.copyright a:hover {
  color: #F6630C;
}
.copyright ul {
  color: #696969;
}
.copyright li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  line-height: 20px;
}
.copyright li:last-child {
  border: 0px;
}
.copyright li:first-child {
  padding-left: 0px;
}
.copyright .right {
  float: right;
}
@media (max-width: 767.98px) {
  .copyright .right {
    float: left;
  }
}
.copyright .boxon-logo {
  height: 16px;
  padding-left: 4px;
}
@media (max-width: 991.98px) {
  .copyright .boxon-logo {
    margin-top: -10px;
    height: 14px;
  }
}
@media (max-width: 480px) {
  .copyright .boxon-logo {
    margin-top: -7px;
  }
}
.copyright .copy-text {
  color: #9f9f9f;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
@media (max-width: 991.98px) {
  .copyright .copy-text {
    font-size: 12px;
  }
}

.scroll-indicator {
  position: absolute;
  z-index: 9999;
  left: 0;
  bottom: 1rem;
  width: 100%;
  text-align: center;
  display: block;
  animation: bounce 9s 0s ease infinite;
  /*cursor: pointer;*/
}

.scroll-indicator span {
  font-size: 30px;
  color: #fff;
}

.scroll-indicator:hover span {
  color: #fff;
}

.menu-padding {
  padding: 0px;
}

/*===== All Button Style =====*/
button {
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}

.main-btn {
  position: relative;
  text-transform: uppercase;
  display: inline-flex !important;
  align-items: center;
  width: fit-content;
  z-index: 1;
  padding: 15px 40px;
  color: #003C34;
  font-size: 18px;
  line-height: 22px;
  background-color: #E5A93F;
  font-weight: 500;
  margin-right: 30px;
  overflow: hidden;
  text-transform: uppercase;
  font-family: "Certo Sans";
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  border-width: 1px !important;
}
.main-btn span.icon {
  padding-left: 5px;
}
.main-btn.outline {
  background-color: transparent;
  border: 1px solid #1AA79C;
  color: #1AA79C;
}
.main-btn.outline.white-outline {
  border: 1px solid #fff;
  color: #fff;
}
.main-btn.outline.white-outline:hover {
  background: #1AA79C;
  border: 1px solid #1AA79C;
  color: #fff;
}
.main-btn.big-font {
  font-size: 22px;
}
@media (max-width: 1440px) {
  .main-btn.big-font {
    font-size: 20px;
  }
}
@media (max-width: 1399.98px) {
  .main-btn.big-font {
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  .main-btn.big-font {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .main-btn.big-font {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .main-btn.big-font {
    font-size: 14px;
  }
}
.main-btn.big-medium {
  font-size: 20px;
}
@media (max-width: 1440px) {
  .main-btn.big-medium {
    font-size: 18px;
  }
}
@media (max-width: 1399.98px) {
  .main-btn.big-medium {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .main-btn.big-medium {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .main-btn.big-medium {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .main-btn.big-medium {
    font-size: 14px;
  }
}
.main-btn.right-arrow {
  position: relative;
  padding-right: 45px;
  padding-left: 0px;
  background: transparent;
  color: #F6630C;
  text-transform: capitalize;
}
@media (max-width: 480px) {
  .main-btn.right-arrow {
    padding-left: 0px;
  }
}
@media (max-width: 991.98px) {
  .main-btn.right-arrow {
    padding-right: 35px;
  }
}
.main-btn.right-arrow:after {
  font-family: "icomoon" !important;
  position: absolute;
  font-size: 11px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  content: "\e904";
  right: 10px;
  bottom: 13px;
}
@media (max-width: 1199.98px) {
  .main-btn.right-arrow:after {
    right: 4px;
    bottom: 11px;
  }
}
@media (max-width: 991.98px) {
  .main-btn.right-arrow:after {
    right: 3px;
    bottom: 15px;
    font-size: 8px;
  }
}
@media (max-width: 767.98px) {
  .main-btn.right-arrow:after {
    font-size: 9px;
    bottom: 8px;
  }
}
@media (max-width: 480px) {
  .main-btn.right-arrow:after {
    right: 10px;
  }
}
.main-btn.right-arrow:hover {
  color: #003C34 !important;
  background: transparent;
}
.main-btn.right-arrow:hover:after {
  right: 5px;
}
.main-btn.left-arrow {
  position: relative;
  padding-left: 45px;
  padding-right: 0px;
  background: transparent;
  color: #F6630C;
  text-transform: capitalize;
}
@media (max-width: 480px) {
  .main-btn.left-arrow {
    padding-right: 0px;
  }
}
@media (max-width: 991.98px) {
  .main-btn.left-arrow {
    padding-left: 35px;
  }
}
.main-btn.left-arrow:before {
  font-family: "icomoon" !important;
  position: absolute;
  font-size: 11px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  content: "\e904";
  left: -210px;
  bottom: 14px;
  transform: rotate(180deg);
}
@media (max-width: 1440px) {
  .main-btn.left-arrow:before {
    left: -197px;
  }
}
@media (max-width: 1399.98px) {
  .main-btn.left-arrow:before {
    left: -174px;
  }
}
@media (max-width: 991.98px) {
  .main-btn.left-arrow:before {
    left: -81px;
  }
}
@media (max-width: 767.98px) {
  .main-btn.left-arrow:before {
    font-size: 9px;
    bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .main-btn.left-arrow:before {
    left: -72px;
  }
}
.main-btn.left-arrow:hover {
  color: #E5A93F !important;
  background: transparent;
}
.main-btn.left-arrow:hover:before {
  bottom: 14px;
}
@media (max-width: 767.98px) {
  .main-btn.left-arrow:hover:before {
    bottom: 10px;
  }
}
.main-btn.left-arrow2 {
  position: relative;
  padding-left: 30px;
  padding-right: 0px;
  background: transparent;
  color: #F6630C;
  text-transform: capitalize;
}
@media (max-width: 480px) {
  .main-btn.left-arrow2 {
    padding-right: 0px;
  }
}
@media (max-width: 991.98px) {
  .main-btn.left-arrow2 {
    padding-left: 35px;
  }
}
@media (max-width: 767.98px) {
  .main-btn.left-arrow2 {
    padding-left: 26px;
  }
}
.main-btn.left-arrow2:before {
  font-family: "icomoon" !important;
  position: absolute;
  font-size: 11px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  content: "\e908";
  left: 0px;
  bottom: 0px;
  top: 16px;
}
@media (max-width: 767.98px) {
  .main-btn.left-arrow2:before {
    font-size: 9px;
    bottom: 0px;
    top: 12px;
  }
}
.main-btn.left-arrow2:hover {
  color: #E5A93F !important;
  background: transparent;
}
.main-btn.left-arrow2:hover:before {
  bottom: 0px;
}
@media (max-width: 767.98px) {
  .main-btn.left-arrow2:hover:before {
    bottom: 0px;
  }
}
.main-btn.plus-icon {
  position: relative;
  padding-left: 25px;
  padding-right: 0px;
  background: transparent;
  color: #1AA79C;
}
@media (max-width: 480px) {
  .main-btn.plus-icon {
    padding-left: 25px;
  }
}
.main-btn.plus-icon:after {
  font-family: "st-icons" !important;
  position: absolute;
  font-size: 8px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  content: "\e911";
  left: 2px;
  font-size: 16px;
}
.main-btn.plus-icon:hover {
  color: #99dcd7 !important;
  background: transparent;
}
.main-btn.plus-icon:hover:after {
  right: 10px;
  color: #99dcd7;
}
.main-btn:hover {
  /*color: $;*/
  background-color: #F6630C;
}
.main-btn:hover:before {
  bottom: 0;
}
.main-btn:focus {
  color: #fff;
}
.main-btn:active {
  color: #fff;
  background-color: transparent;
}
.main-btn:before {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: transparent;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.main-btn .btn-icon {
  padding-right: 5px;
  font-size: 24px;
  opacity: 0.8;
}
.main-btn.btn-med {
  padding: 8px 25px !important;
  font-size: 14px;
}
.main-btn.btn-med .btn-icon {
  font-size: 20px;
  opacity: 0.8;
}
.main-btn.btn-small {
  padding: 4px 20px !important;
  font-size: 13px;
}
.main-btn.btn-small .btn-icon {
  font-size: 18px;
  opacity: 0.8;
}
.main-btn.filled-btn {
  /* background-color: $theme-color;*/
  /*    border: 1px solid $theme-color;*/
  color: #fff !important;
}
.main-btn.no-fill {
  border: none;
  background-color: transparent;
  /*	color: $theme-color !important;*/
}
.main-btn:hover {
  border-color: transparent;
  color: #fff !important;
}
.main-btn:hover:before {
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .main-btn {
    padding: 10px 15px;
    font-size: 14px;
  }
  .main-btn.btn-small {
    padding: 4px 10px !important;
  }
}

.abstract-text-main {
  font-size: 22px;
  line-height: 33px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .abstract-text-main {
    font-size: 18px;
    line-height: 1.9rem;
  }
}
@media (max-width: 1399.98px) {
  .abstract-text-main {
    font-size: 17px;
  }
}
@media (max-width: 1199.98px) {
  .abstract-text-main {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .abstract-text-main {
    font-size: 15px;
    line-height: 29px;
  }
}
@media (max-width: 767.98px) {
  .abstract-text-main {
    font-size: 14px;
    line-height: 28px;
  }
}
@media (max-width: 575.98px) {
  .abstract-text-main {
    font-size: 14px;
    line-height: 27px;
  }
}

.home-abt-space {
  margin-top: 57px;
}
@media (max-width: 1199.98px) {
  .home-abt-space {
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .home-abt-space {
    margin-top: 0px;
  }
}
@media (max-width: 1399.98px) {
  .home-abt-space img {
    width: 80%;
  }
}

@media (max-width: 1440px) {
  .oil-dril-svg img {
    width: 82%;
  }
}
@media (max-width: 1399.98px) {
  .oil-dril-svg img {
    width: 79%;
  }
}
@media (max-width: 991.98px) {
  .oil-dril-svg img {
    width: 65%;
  }
}
@media (max-width: 767.98px) {
  .oil-dril-svg img {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .oil-dril-svg img {
    width: 50%;
  }
}

.gallery-play {
  position: relative;
}
.gallery-play img {
  display: block;
  transition: transform 0.4s;
  width: 100%;
}
.gallery-play a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.gallery-play .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 60, 52, 0.6);
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.gallery-play:hover .overlay {
  background: rgba(0, 60, 52, 0.8);
}
.gallery-play:hover img {
  transform: scale(1.1);
  transform-origin: 50% 50%;
}

/*.gallery-play a:before {
	content: '\e907';
	position: absolute;
	font-family: 'icomoon';
	z-index: 1111;
	color: $dark-orange;
    top: 50%;
  left: 50%;
	transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
	opacity: 1;
	font-size: 20px !important;
	@include transition(.3s);
}*/
.play-btn {
  width: 65px;
  height: 65px;
  background: radial-gradient(rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0.5) 62%);
  border-radius: 50%;
  position: absolute;
  display: block;
  top: 50%;
  right: 10%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .play-btn {
    right: 3%;
  }
}
@media (max-width: 480px) {
  .play-btn {
    right: 0%;
  }
}

/* triangle */
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #F6630C;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.75);
  top: -24%;
  left: -26%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    /* box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);*/
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    /*box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);*/
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
.background-two-color {
  background: -webkit-linear-gradient(bottom, #F4F4F4 50%, white 50%);
  background: -moz-linear-gradient(bottom, #F4F4F4 50%, white 50%);
  background: -ms-linear-gradient(bottom, #F4F4F4 50%, white 50%);
  background: linear-gradient(bottom, #F4F4F4 50%, white 50%);
  padding-bottom: 100px;
}
@media (max-width: 991.98px) {
  .background-two-color {
    padding-bottom: 60px;
  }
}

/*video big2*/
.gallery-play2 {
  position: relative;
}
.gallery-play2 img {
  display: block;
  transition: transform 0.4s;
  width: 100%;
}
@media (max-width: 480px) {
  .gallery-play2 img {
    transform: scale(4.2);
  }
}
@media (max-width: 480px) {
  .gallery-play2 .img-gallery {
    height: 400px;
  }
}
.gallery-play2 a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.gallery-play2 .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(59, 59, 59, 0.6);
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.gallery-play2:hover .overlay {
  background: rgba(255, 255, 255, 0.1);
}
.gallery-play2:hover img {
  transform: scale(1.1);
  transform-origin: 50% 50%;
}
@media (max-width: 480px) {
  .gallery-play2:hover img {
    transform: scale(4.2);
    transform-origin: unset;
  }
}

/*.gallery-play a:before {
	content: '\e907';
	position: absolute;
	font-family: 'icomoon';
	z-index: 1111;
	color: $dark-orange;
    top: 50%;
  left: 50%;
	transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
	opacity: 1;
	font-size: 20px !important;
	@include transition(.3s);
}*/
.play-btn2 {
  width: 65px;
  height: 65px;
  background: radial-gradient(rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0.5) 62%);
  border-radius: 50%;
  position: absolute;
  display: block;
  top: 47%;
  right: 10%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 9;
}
@media (max-width: 767.98px) {
  .play-btn2 {
    right: 0%;
  }
}

/* triangle */
.play-btn2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #F6630C;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-btn2:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.75);
  top: -24%;
  left: -26%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    /*  box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);*/
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    /* box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);*/
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
.video-text-area {
  position: absolute;
  top: 20%;
  margin: 0 auto;
  width: 100%;
  left: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  .video-text-area {
    top: 18%;
  }
}
@media (max-width: 767.98px) {
  .video-text-area {
    top: 13%;
  }
}
@media (max-width: 480px) {
  .video-text-area {
    top: 31%;
  }
}
.video-text-area h1 {
  color: #fff;
}
@media (max-width: 388px) {
  .video-text-area h1 {
    font-size: 20px;
    line-height: 25px;
  }
}
.video-text-area p {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  line-height: 37px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 1440px) {
  .video-text-area p {
    font-size: 20px;
    line-height: 1.8rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 1199.98px) {
  .video-text-area p {
    font-size: 20px;
    margin-bottom: 0px;
  }
}
@media (max-width: 991.98px) {
  .video-text-area p {
    font-size: 18px;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 575.98px) {
  .video-text-area p {
    display: none;
  }
}

.position-rel {
  position: relative;
}

/*video2 end*/
.copy-right-main {
  border-top: 1px solid rgba(77, 77, 77, 0.1);
  padding-top: 27px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 25px;
}
@media (max-width: 767.98px) {
  .copy-right-main {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.container-fluid.sustainability {
  position: relative;
  height: 750px;
}
@media (max-width: 1440px) {
  .container-fluid.sustainability {
    height: 650px;
  }
}
@media (max-width: 1199.98px) {
  .container-fluid.sustainability {
    height: 580px;
  }
}
@media (max-width: 991.98px) {
  .container-fluid.sustainability {
    height: auto;
  }
}

.container-fluid.sustainability .sustainability-background {
  position: absolute;
  width: 50%;
  height: 100%;
  content: "";
  background: #fff;
  right: 0px;
  top: 0px;
}
@media (max-width: 991.98px) {
  .container-fluid.sustainability .sustainability-background {
    width: 100%;
    height: 500px;
    position: unset;
  }
}

.sustainability-background:after {
  width: 100%;
  height: 100%;
  content: "";
}

.sustainability-section-home {
  margin-top: 150px;
  padding-right: 130px;
}
.sustainability-section-home h1 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sustainability-section-home .abstract-text-main {
  color: #4D4D4D;
  font-size: 22px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (max-width: 991.98px) {
  .sustainability-section-home .abstract-text-main {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .sustainability-section-home .abstract-text-main {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .sustainability-section-home .abstract-text-main {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .sustainability-section-home .abstract-text-main {
    font-size: 15px;
  }
}
@media (max-width: 1440px) {
  .sustainability-section-home {
    margin-top: 80px;
    padding-right: 110px;
  }
}
@media (max-width: 1199.98px) {
  .sustainability-section-home {
    margin-top: 65px;
    padding-right: 50px;
  }
}
@media (max-width: 991.98px) {
  .sustainability-section-home {
    margin-top: 0px;
    padding-right: 2%;
    padding-left: 2%;
  }
}
@media (max-width: 575.98px) {
  .sustainability-section-home {
    padding-left: 15px;
    margin-top: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .sustainability-section-home {
    margin-top: 4px;
  }
}
@media (max-width: 991.98px) {
  .sustainability-section-home h1 {
    color: #003C34;
  }
  .sustainability-section-home .abstract-text-main {
    color: #fff;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .sustainability-section-home .abstract-text-main {
    color: #4D4D4D;
  }
}

@media (max-width: 991.98px) {
  .news-slider .owl-nav {
    right: 40px;
    position: absolute;
    top: -70px;
  }
}
@media (max-width: 575.98px) {
  .news-slider .owl-nav {
    top: -54px;
  }
}

.news-slider .owl-nav .owl-prev:before {
  font-family: "icomoon" !important;
  font-size: 14px !important;
  content: "\e908";
}
@media (max-width: 991.98px) {
  .news-slider .owl-nav .owl-prev:before {
    font-size: 10px !important;
    position: relative;
    top: -1px;
  }
}
@media (max-width: 575.98px) {
  .news-slider .owl-nav .owl-prev:before {
    font-size: 8px !important;
    position: relative;
    top: -3px;
  }
}

.news-slider .owl-nav .owl-prev:hover {
  color: #F6630C;
}

.news-slider .owl-nav .owl-next {
  background: #fff !important;
  width: 67px;
  height: 63px;
  border-radius: 0;
}
@media (max-width: 1399.98px) {
  .news-slider .owl-nav .owl-next {
    width: 67px;
  }
}
@media (max-width: 1199.98px) {
  .news-slider .owl-nav .owl-next {
    width: 67px;
  }
}
@media (max-width: 991.98px) {
  .news-slider .owl-nav .owl-next {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 575.98px) {
  .news-slider .owl-nav .owl-next {
    width: 33px;
    height: 31px;
  }
}

.news-slider .owl-nav .owl-prev {
  background: #fff !important;
  width: 66px;
  height: 63px;
  border-radius: 0;
}
@media (max-width: 991.98px) {
  .news-slider .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 575.98px) {
  .news-slider .owl-nav .owl-prev {
    width: 33px;
    height: 31px;
  }
}

.news-slider .owl-nav .owl-next:before {
  font-family: "icomoon" !important;
  font-size: 14px !important;
  content: "\e904";
  color: #F6630C;
}
@media (max-width: 991.98px) {
  .news-slider .owl-nav .owl-next:before {
    font-size: 10px !important;
    position: relative;
    top: -1px;
  }
}
@media (max-width: 575.98px) {
  .news-slider .owl-nav .owl-next:before {
    font-size: 8px !important;
    position: relative;
    top: -3px;
  }
}

.news-slider .owl-nav .owl-next:hover {
  color: #003C34;
}

.news-slider .owl-nav .owl-prev span {
  text-indent: -20000px;
}

.news-slider .owl-nav .owl-next span {
  text-indent: -20000px;
}

.news-slider .owl-nav {
  position: absolute;
  right: -83px;
  bottom: 4%;
}
@media (max-width: 991.98px) {
  .news-slider .owl-nav {
    right: -17px;
  }
}

.our-people h1 {
  color: #fff;
}
@media (max-width: 991.98px) {
  .our-people h1 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.our-people p {
  color: #fff;
}
@media (max-width: 991.98px) {
  .our-people p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.awards-main {
  position: relative;
  padding: 0px;
}

.awards-main:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(0, 60, 52);
  background: -moz-linear-gradient(90deg, rgba(0, 60, 52, 0.1180847339) 42%, rgb(0, 60, 52) 83%);
  background: -webkit-linear-gradient(90deg, rgba(0, 60, 52, 0.1180847339) 42%, rgb(0, 60, 52) 83%);
  background: linear-gradient(90deg, rgba(0, 60, 52, 0.1180847339) 42%, rgb(0, 60, 52) 83%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003c34", endColorstr="#003c34", GradientType=1);
  bottom: 0px;
}

.awards-main-inner {
  padding-top: 100px;
  position: relative;
}
@media (max-width: 575.98px) {
  .awards-main-inner {
    background: rgba(12, 76, 66, 0.6);
    padding-bottom: 70px;
    padding-top: 70px;
  }
}

.trans-font {
  letter-spacing: 7px;
  -webkit-text-stroke-width: 1px;
  -moz-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.5);
  -moz-text-stroke-color: rgba(255, 255, 255, 0.5);
  color: transparent !important;
  font-size: 80px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Certo Sans";
}
@media (max-width: 1399.98px) {
  .trans-font {
    font-size: 70px;
  }
}
@media (max-width: 991.98px) {
  .trans-font {
    font-size: 58px;
  }
}
@media (max-width: 767.98px) {
  .trans-font {
    font-size: 48px;
  }
}

.awards-section-main {
  background: rgba(39, 39, 39, 0.86);
  margin-top: 115px;
  position: relative;
}
@media (max-width: 575.98px) {
  .awards-section-main {
    margin-top: 0px;
  }
}
.awards-section-main .awards-section-inner {
  padding-top: 76px;
}
@media (max-width: 991.98px) {
  .awards-section-main .awards-section-inner {
    padding-top: 46px;
  }
}
@media (max-width: 767.98px) {
  .awards-section-main .awards-section-inner {
    padding-top: 26px;
  }
}
.awards-section-main .awards-col .awards-name {
  color: #E5A93F;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.awards-section-main .awards-col p {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .awards-section-main .awards-col p {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .awards-section-main .awards-col p {
    font-size: 18px;
  }
}

.awards-slider {
  margin-top: 55px;
  padding-bottom: 40px;
  position: relative;
}
@media (max-width: 991.98px) {
  .awards-slider {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.awards-slider .owl-nav {
  position: absolute;
  right: 0px;
  top: -85px;
  font-size: 31px;
}
@media (max-width: 1199.98px) {
  .awards-slider .owl-nav {
    right: 20px;
  }
}
@media (max-width: 767.98px) {
  .awards-slider .owl-nav {
    top: -108px;
  }
}
@media (max-width: 575.98px) {
  .awards-slider .owl-nav {
    right: 37px;
  }
}
@media (max-width: 388px) {
  .awards-slider .owl-nav {
    display: none;
  }
}
.awards-slider .owl-nav button:before {
  font-family: "icomoon";
  color: #D6D6D6;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  font-size: 11px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 5px;
}
.awards-slider .owl-nav button.owl-prev:before {
  content: "\e900";
  right: 25px;
}
@media (max-width: 991.98px) {
  .awards-slider .owl-nav button.owl-prev:before {
    top: 10px;
  }
}
@media (max-width: 767.98px) {
  .awards-slider .owl-nav button.owl-prev:before {
    top: 13px;
  }
}
.awards-slider .owl-nav button.owl-next:before {
  content: "\e901";
}
@media (max-width: 991.98px) {
  .awards-slider .owl-nav button.owl-next:before {
    top: 10px;
  }
}
@media (max-width: 767.98px) {
  .awards-slider .owl-nav button.owl-next:before {
    top: 13px;
  }
}
.awards-slider .owl-nav [class*=owl-]:hover {
  background: none !important;
  color: #E5A93F;
  text-decoration: none;
}
.awards-slider .owl-prev span {
  margin-right: 14px;
  background: none;
  font-size: 28px;
}
.awards-slider .owl-next span {
  position: relative;
  left: 15px;
  top: 2px;
}
.awards-slider .owl-prev span:hover {
  padding: 20px;
}

.media-tab {
  border-bottom: 1px solid #D3D3D3;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 15px;
}
@media (max-width: 1199.98px) {
  .media-tab {
    padding-top: 32px;
    padding-bottom: 11px;
  }
}
@media (max-width: 991.98px) {
  .media-tab {
    padding-top: 0px;
  }
}
.media-tab ul {
  float: right;
}
@media (max-width: 991.98px) {
  .media-tab ul {
    float: left;
  }
}
.media-tab li {
  float: left;
  padding: 0 22px;
}
@media (max-width: 767.98px) {
  .media-tab li {
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .media-tab li {
    padding: 0 14px;
  }
}
@media (max-width: 388px) {
  .media-tab li {
    padding: 0 6px;
  }
}
.media-tab li:last-child {
  padding-right: 0px;
}
@media (max-width: 991.98px) {
  .media-tab li:first-child {
    padding-left: 0px;
  }
}
.media-tab li a {
  font-size: 22px;
  font-weight: 500;
  color: #959595;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
@media (max-width: 1199.98px) {
  .media-tab li a {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .media-tab li a {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .media-tab li a {
    font-size: 16px;
  }
}
@media (max-width: 388px) {
  .media-tab li a {
    font-size: 15px;
  }
}
.media-tab li a:hover {
  color: #F6630C;
}
.media-tab .current a {
  color: #F6630C;
}

.media-slider {
  margin-top: 50px;
}
@media (max-width: 1199.98px) {
  .media-slider {
    margin-top: 30px;
  }
}
.media-slider .item a {
  width: 100%;
}
.media-slider .item h2 {
  color: #fff;
  text-align: center;
  padding: 5rem 0;
  margin: 0;
  font-style: italic;
  font-weight: 300;
  font-size: 2.3125rem;
}
.media-slider .owl-carousel .owl-dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #fc0;
  margin: 10px;
  border-radius: 50%;
}
.media-slider .owl-carousel .owl-dot.active {
  background: #ff3f4d;
}
.media-slider .owl-carousel .owl-dot.active:before {
  content: "";
  height: 10px;
  background: rgb(247, 97, 139);
  background: -moz-linear-gradient(left, rgb(247, 97, 139) 0%, rgb(42, 120, 247) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(247, 97, 139)), color-stop(100%, rgb(42, 120, 247)));
  background: -webkit-linear-gradient(left, rgb(247, 97, 139) 0%, rgb(42, 120, 247) 100%);
  background: -o-linear-gradient(left, rgb(247, 97, 139) 0%, rgb(42, 120, 247) 100%);
  background: -ms-linear-gradient(left, rgb(247, 97, 139) 0%, rgb(42, 120, 247) 100%);
  background: linear-gradient(to right, rgb(247, 97, 139) 0%, rgb(42, 120, 247) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7618b", endColorstr="#2a78f7", GradientType=1);
  position: absolute;
  z-index: 99;
  left: 0;
}
.media-slider .owl-scrollbar {
  margin-top: 40px;
  border-radius: 10px;
  height: 5px;
  width: 100%;
  background: #f1f1f1;
  border: 1px solid #e4e4e4;
  box-shadow: inset 0 0 10px -9px rgba(30, 30, 30, 0.4);
  position: relative;
}
.media-slider .owl-scrollbar .owl-scroll-handle {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #003C34;
  position: absolute;
  top: -5px;
  left: -1px;
}
.media-slider .owl-scrollbar .owl-scroll-handle:hover {
  transform: scale(2);
  transition: transform 0.2s ease-in-out;
}
.media-slider .owl-scrollbar .owl-scroll-progress {
  background: #F6630C;
  height: 5px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

/*video news */
.gallery-play3 {
  position: relative;
}
.gallery-play3 img {
  display: block;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  width: 100%;
}
.gallery-play3 a {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.gallery-play3 p {
  position: absolute;
  font-size: 35px;
  color: #fff;
  z-index: 999;
  font-weight: 500;
  left: 50px;
  right: 50px;
  bottom: 20px;
  line-height: 2.8rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1440px) {
  .gallery-play3 p {
    font-size: 32px;
  }
}
@media (max-width: 1399.98px) {
  .gallery-play3 p {
    left: 20px;
    font-size: 30px;
  }
}
@media (max-width: 1199.98px) {
  .gallery-play3 p {
    font-size: 25px;
    line-height: 2rem;
  }
}
@media (max-width: 991.98px) {
  .gallery-play3 p {
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 767.98px) {
  .gallery-play3 p {
    font-size: 22px;
    bottom: 35px;
    margin-bottom: 1rem;
  }
}
@media (max-width: 575.98px) {
  .gallery-play3 p {
    font-size: 20px;
    bottom: 10px;
    margin-bottom: 10px;
    line-height: 1.8rem;
  }
}
.gallery-play3 .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 60, 52, 0.6);
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.gallery-play3:hover .overlay {
  background: rgba(0, 60, 52, 0.8);
}
.gallery-play3:hover img {
  transform: scale(1.1);
  transform-origin: 50% 50%;
}

.image-zoom-in {
  overflow: hidden;
  height: 100%;
}
.image-zoom-in img {
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.image-zoom-in:hover img {
  transform: scale(1.1);
}

.gallery-play3 a:before {
  content: "\e907";
  position: absolute;
  font-family: "icomoon";
  z-index: 1111;
  color: #F6630C;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 1;
  font-size: 32px !important;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  background: rgba(255, 255, 255, 0.6);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: center;
  padding-top: 46px;
}
@media (max-width: 1399.98px) {
  .gallery-play3 a:before {
    width: 90px;
    height: 90px;
    padding-top: 31px;
    font-size: 27px !important;
  }
}
@media (max-width: 767.98px) {
  .gallery-play3 a:before {
    width: 60px;
    height: 60px;
    padding-top: 16px;
    font-size: 19px !important;
  }
}

.news-home-thumb {
  position: relative;
}
.news-home-thumb .news-first-head {
  position: absolute;
  bottom: 50px;
  left: 50px;
  right: 50px;
  font-size: 35px;
  line-height: 2.8rem;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  z-index: 999;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1440px) {
  .news-home-thumb .news-first-head {
    font-size: 30px;
    right: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 1399.98px) {
  .news-home-thumb .news-first-head {
    font-size: 30px;
    left: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 1199.98px) {
  .news-home-thumb .news-first-head {
    font-size: 25px;
    left: 20px;
    right: 20px;
    line-height: 2rem;
  }
}
@media (max-width: 767.98px) {
  .news-home-thumb .news-first-head {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .news-home-thumb .news-first-head {
    font-size: 20px;
    bottom: 20px;
    line-height: 1.7rem;
  }
}
.news-home-thumb .news-home-text {
  bottom: -232px;
  background: #fff;
  position: absolute;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  padding: 27px 7px;
  font-size: 35px;
  color: #003C34;
  font-weight: 500;
  line-height: 45px;
  border-right: 45px solid #E5A93F;
  z-index: 999;
  /*background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6909357492997199) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6909357492997199) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6909357492997199) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);*/
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  /*&:hover {
  	background: #fff;
  	border-right: 45px solid #E5A93F;
  	color: $green-color;
  	@include transition(.5s);

  	.date {
  		display: block;
  		@include transition(.5s);

  	}

  	&:after {
  		display: block;
  		right: -36px;
  	}
  }*/
}
.news-home-thumb .news-home-text:hover .news-first-head {
  opacity: 0;
}
.news-home-thumb .news-home-text .date {
  display: block;
}
.news-home-thumb .news-home-text:after {
  content: "\e904";
  position: absolute;
  font-family: "icomoon";
  font-size: 14px !important;
  color: #003C34;
  text-align: right;
  top: 77px;
  right: -36px;
}
@media (max-width: 991.98px) {
  .news-home-thumb .news-home-text:after {
    top: 60px;
  }
}
@media (max-width: 767.98px) {
  .news-home-thumb .news-home-text:after {
    right: -29px;
    font-size: 11px !important;
    top: 41%;
  }
}
@media (max-width: 1440px) {
  .news-home-thumb .main-text {
    font-size: 30px;
  }
}
@media (max-width: 1399.98px) {
  .news-home-thumb .main-text {
    font-size: 30px;
    line-height: 36px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 1199.98px) {
  .news-home-thumb .main-text {
    font-size: 25px;
    line-height: 34px;
  }
}
@media (max-width: 767.98px) {
  .news-home-thumb .main-text {
    font-size: 23px;
  }
}
@media (max-width: 575.98px) {
  .news-home-thumb .main-text {
    font-size: 19px;
    line-height: 30px;
    -webkit-line-clamp: 3;
  }
}

.linkedin-tab-home {
  background: #003C34;
  padding: 50px;
}
@media (max-width: 1399.98px) {
  .linkedin-tab-home {
    padding: 32px 40px;
  }
}
@media (max-width: 767.98px) {
  .linkedin-tab-home {
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  .linkedin-tab-home {
    padding: 13.5px 20px;
  }
}
.linkedin-tab-home h6 {
  color: #E5A93F;
}
.linkedin-tab-home .linked-home-img img {
  width: auto;
}
@media (max-width: 1440px) {
  .linkedin-tab-home .linked-home-img img {
    width: 200px;
  }
}
@media (max-width: 1399.98px) {
  .linkedin-tab-home .linked-home-img img {
    width: 70%;
  }
}
@media (max-width: 1199.98px) {
  .linkedin-tab-home .linked-home-img img {
    width: 54%;
  }
}
@media (max-width: 991.98px) {
  .linkedin-tab-home .linked-home-img img {
    width: 62%;
  }
}
@media (max-width: 767.98px) {
  .linkedin-tab-home .linked-home-img img {
    width: 59.6%;
  }
}
@media (max-width: 767.98px) {
  .linkedin-tab-home .linked-home-img img {
    width: 65.7%;
  }
}
.linkedin-tab-home .linked-head {
  margin-bottom: 30px;
}
@media (max-width: 1399.98px) {
  .linkedin-tab-home .linked-head {
    margin-bottom: 15px;
  }
}
.linkedin-tab-home .linked-head .lned-home-head-link {
  vertical-align: text-bottom;
  margin-left: 15px;
}
@media (max-width: 767.98px) {
  .linkedin-tab-home .linked-head .lned-home-head-link {
    margin-left: 0px;
  }
}
.linkedin-tab-home .linked-head img {
  width: auto;
}
@media (max-width: 767.98px) {
  .linkedin-tab-home .linked-head img {
    width: 70%;
    height: 70%;
  }
}
.linkedin-tab-home .linked-head a {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .linkedin-tab-home .linked-head a {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .linkedin-tab-home .linked-head a {
    font-size: 23px;
  }
}
@media (max-width: 767.98px) {
  .linkedin-tab-home .linked-head a {
    font-size: 20px;
  }
}
.linkedin-tab-home .lniked-home-text {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  margin-top: 42px;
  margin-bottom: 57px;
  line-height: 1.9rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (max-width: 1440px) {
  .linkedin-tab-home .lniked-home-text {
    font-size: 20px;
    -webkit-line-clamp: 2;
    margin-bottom: 32px;
  }
}
@media (max-width: 1399.98px) {
  .linkedin-tab-home .lniked-home-text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 20px;
    margin-top: 17px;
    margin-bottom: 13px;
  }
}
@media (max-width: 1199.98px) {
  .linkedin-tab-home .lniked-home-text {
    -webkit-line-clamp: 2;
    margin-top: 14px;
    margin-bottom: 12px;
  }
}
@media (max-width: 991.98px) {
  .linkedin-tab-home .lniked-home-text {
    line-height: 28px;
  }
}
@media (max-width: 767.98px) {
  .linkedin-tab-home .lniked-home-text {
    -webkit-line-clamp: 2;
    font-size: 16px;
    margin-bottom: 1px;
  }
}
@media (max-width: 575.98px) {
  .linkedin-tab-home .lniked-home-text {
    font-size: 13px;
    line-height: 21px;
  }
}
@media (max-width: 480px) {
  .linkedin-tab-home .lniked-home-text {
    font-size: 17px;
    line-height: 27px;
    margin-top: 36px;
    margin-bottom: 33px;
    -webkit-line-clamp: 3;
  }
}
.linkedin-tab-home .lniked-home-text a {
  color: #E5A93F;
}
.linkedin-tab-home .lniked-home-text a:hover {
  color: #fff;
}

.at-a-glance {
  margin-top: 100px;
}
@media (max-width: 1440px) {
  .at-a-glance .section-title {
    padding-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .at-a-glance .section-title {
    padding-top: 0px;
  }
}
@media (max-width: 991.98px) {
  .at-a-glance {
    margin-top: 30px;
  }
}

.our-values-inner {
  padding: 100px 0px;
  position: relative;
}
@media (max-width: 991.98px) {
  .our-values-inner {
    padding: 60px 0px;
  }
}
.our-values-inner h1 {
  color: #fff;
}
.our-values-inner .at-a-glance h1 {
  color: #fff;
}
@media (max-width: 767.98px) {
  .our-values-inner .at-a-glance h1 {
    margin-bottom: 30px;
  }
}
.our-values-inner .at-a-glance-yellow {
  background: #E5A93F;
  padding: 4rem;
  margin-left: 80px;
}
@media (max-width: 1199.98px) {
  .our-values-inner .at-a-glance-yellow {
    padding: 3rem;
  }
}
@media (max-width: 991.98px) {
  .our-values-inner .at-a-glance-yellow {
    margin-left: 0px;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .our-values-inner .at-a-glance-yellow {
    padding: 2rem;
  }
}
.our-values-inner .at-a-glance-yellow .number-employee h1 {
  font-size: 110px;
  font-weight: bold;
  color: #003C34;
  line-height: 90px;
}
@media (max-width: 1440px) {
  .our-values-inner .at-a-glance-yellow .number-employee h1 {
    font-size: 90px;
    line-height: 69px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1399.98px) {
  .our-values-inner .at-a-glance-yellow .number-employee h1 {
    font-size: 90px;
    line-height: 80px;
  }
}
@media (max-width: 1199.98px) {
  .our-values-inner .at-a-glance-yellow .number-employee h1 {
    font-size: 70px;
    line-height: 55px;
  }
}
@media (max-width: 767.98px) {
  .our-values-inner .at-a-glance-yellow .number-employee h1 {
    font-size: 60px;
    margin-bottom: 0px;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  .our-values-inner .at-a-glance-yellow .number-employee h1 {
    font-size: 50px;
  }
}
.our-values-inner .at-a-glance-yellow .number-employee .number-sub-head {
  color: #003C34;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 1199.98px) {
  .our-values-inner .at-a-glance-yellow .number-employee .number-sub-head {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .our-values-inner .at-a-glance-yellow .number-employee .number-sub-head {
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
  .our-values-inner .at-a-glance-yellow .number-employee .number-sub-head {
    font-size: 18px;
  }
}
.our-values-inner .at-a-glance-yellow .number-employee .number-sub-head2 {
  color: #454545;
  font-size: 22px;
  font-weight: 300;
}
@media (max-width: 1199.98px) {
  .our-values-inner .at-a-glance-yellow .number-employee .number-sub-head2 {
    font-size: 18px;
  }
}
.our-values-inner .at-a-glance-yellow .saudization {
  text-align: left;
  margin-top: 90px;
  margin-left: 102px;
}
@media (max-width: 1440px) {
  .our-values-inner .at-a-glance-yellow .saudization {
    margin-top: 60px;
  }
}
@media (max-width: 1399.98px) {
  .our-values-inner .at-a-glance-yellow .saudization {
    margin-left: 85px;
  }
}
@media (max-width: 1199.98px) {
  .our-values-inner .at-a-glance-yellow .saudization {
    margin-left: 50px;
  }
}
@media (max-width: 991.98px) {
  .our-values-inner .at-a-glance-yellow .saudization {
    text-align: left;
    margin-left: 0px;
  }
}
@media (max-width: 1199.98px) {
  .our-values-inner .at-a-glance-yellow .saudization {
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .our-values-inner .at-a-glance-yellow .saudization {
    margin-top: 30px;
  }
}
.our-values-inner .at-a-glance-yellow .saudization h1 {
  font-size: 110px;
  font-weight: bold;
  color: #003C34;
  line-height: 90px;
  margin-left: -14px;
}
@media (max-width: 1440px) {
  .our-values-inner .at-a-glance-yellow .saudization h1 {
    font-size: 90px;
  }
}
@media (max-width: 1399.98px) {
  .our-values-inner .at-a-glance-yellow .saudization h1 {
    font-size: 90px;
    line-height: 80px;
    margin-left: -14px;
  }
}
@media (max-width: 1199.98px) {
  .our-values-inner .at-a-glance-yellow .saudization h1 {
    font-size: 70px;
    line-height: 52px;
    margin-left: -14px;
  }
}
@media (max-width: 991.98px) {
  .our-values-inner .at-a-glance-yellow .saudization h1 {
    margin-left: 0px;
  }
}
@media (max-width: 767.98px) {
  .our-values-inner .at-a-glance-yellow .saudization h1 {
    font-size: 60px;
    margin-bottom: 0px;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  .our-values-inner .at-a-glance-yellow .saudization h1 {
    font-size: 50px;
  }
}
.our-values-inner .at-a-glance-yellow .saudization .number-sub-head {
  color: #003C34;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 1199.98px) {
  .our-values-inner .at-a-glance-yellow .saudization .number-sub-head {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .our-values-inner .at-a-glance-yellow .saudization .number-sub-head {
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
  .our-values-inner .at-a-glance-yellow .saudization .number-sub-head {
    font-size: 18px;
  }
}
.our-values-inner .at-a-glance-yellow .saudization .number-sub-head2 {
  color: #454545;
  font-size: 22px;
  font-weight: 300;
}
@media (max-width: 1199.98px) {
  .our-values-inner .at-a-glance-yellow .saudization .number-sub-head2 {
    font-size: 18px;
  }
}
.our-values-inner .at-a-glance-yellow .saudization .saudization-hr {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .our-values-inner .at-a-glance-yellow .saudization .saudization-hr {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199.98px) {
  .our-values-inner .at-a-glance-yellow .saudization .saudization-hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.our-values-main {
  position: relative;
}
@media (max-width: 480px) {
  .our-values-main {
    overflow: hidden;
  }
}

.our-values-main:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(0, 60, 52);
  background: -moz-linear-gradient(0deg, rgb(0, 60, 52) 30%, rgba(0, 60, 52, 0.8603816527) 100%);
  background: -webkit-linear-gradient(0deg, rgb(0, 60, 52) 30%, rgba(0, 60, 52, 0.8603816527) 100%);
  background: linear-gradient(0deg, rgb(0, 60, 52) 30%, rgba(0, 60, 52, 0.8603816527) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003c34", endColorstr="#003c34", GradientType=1);
  bottom: 0px;
}

.rigs-dtls:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(0, 60, 52);
  background: -moz-linear-gradient(29deg, rgba(0, 60, 52, 0.8155637255) 31%, rgba(0, 60, 52, 0.193714986) 100%);
  background: -webkit-linear-gradient(29deg, rgba(0, 60, 52, 0.8155637255) 31%, rgba(0, 60, 52, 0.193714986) 100%);
  background: linear-gradient(29deg, rgba(0, 60, 52, 0.8155637255) 31%, rgba(0, 60, 52, 0.193714986) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003c34", endColorstr="#003c34", GradientType=1);
  bottom: 0px;
}

.oil-rig-main-inner .rigs-dtls:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(0, 60, 52);
  background: -moz-linear-gradient(0deg, rgba(0, 60, 52, 0.8155637255) 31%, rgba(0, 60, 52, 0.193714986) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 60, 52, 0.8155637255) 31%, rgba(0, 60, 52, 0.193714986) 100%);
  background: linear-gradient(0deg, rgba(0, 60, 52, 0.8155637255) 31%, rgba(0, 60, 52, 0.193714986) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003c34", endColorstr="#003c34", GradientType=1);
  bottom: 0px;
}

.oil-rig-main {
  margin-top: -250px;
}
@media (max-width: 1199.98px) {
  .oil-rig-main {
    margin-top: -150px;
  }
}
@media (max-width: 991.98px) {
  .oil-rig-main {
    margin-top: 0px;
  }
}
.oil-rig-main .number-employee {
  position: relative;
  padding: 80px 70px;
}
@media (max-width: 991.98px) {
  .oil-rig-main .number-employee {
    text-align: left;
    padding: 3rem;
  }
}
@media (max-width: 767.98px) {
  .oil-rig-main .number-employee {
    padding: 50px;
  }
}
@media (max-width: 480px) {
  .oil-rig-main .number-employee {
    padding: 30px;
  }
}
.oil-rig-main h1 {
  font-size: 110px;
  font-weight: bold;
  color: #fff;
  line-height: 90px;
}
@media (max-width: 1440px) {
  .oil-rig-main h1 {
    font-size: 90px;
    line-height: 70px;
  }
}
@media (max-width: 1399.98px) {
  .oil-rig-main h1 {
    font-size: 90px;
    line-height: 80px;
  }
}
@media (max-width: 1199.98px) {
  .oil-rig-main h1 {
    font-size: 70px;
    line-height: 52px;
  }
}
@media (max-width: 767.98px) {
  .oil-rig-main h1 {
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .oil-rig-main h1 {
    font-size: 55px;
  }
}
@media (max-width: 480px) {
  .oil-rig-main h1 {
    font-size: 40px;
    line-height: 35px;
  }
}
@media (max-width: 388px) {
  .oil-rig-main h1 {
    font-size: 35px;
    line-height: 33px;
  }
}
@media (max-width: 1199.98px) {
  .oil-rig-main h1 p {
    margin-bottom: 0px;
  }
}
.oil-rig-main hr {
  background-color: rgba(255, 255, 255, 0.5);
  width: 35%;
}
@media (max-width: 991.98px) {
  .oil-rig-main hr {
    width: 100%;
  }
}
.oil-rig-main .number-sub-head {
  color: #E5A93F;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .oil-rig-main .number-sub-head {
    margin-bottom: 0px;
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .oil-rig-main .number-sub-head {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .oil-rig-main .number-sub-head {
    font-size: 18px;
  }
}
.oil-rig-main .number-sub-head2 {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .oil-rig-main .number-sub-head2 {
    font-size: 18px;
  }
}
.oil-rig-main .drilled-in {
  margin-top: 65px;
}
@media (max-width: 480px) {
  .oil-rig-main .drilled-in {
    margin-top: 35px;
  }
}
.oil-rig-main .drilled-in hr {
  width: 37%;
}
@media (max-width: 991.98px) {
  .oil-rig-main .drilled-in hr {
    width: 100%;
  }
}

.saudi-vision {
  bottom: 100px;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0px;
}
.saudi-vision img {
  width: 260px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  opacity: 0.5;
}
@media (max-width: 1440px) {
  .saudi-vision img {
    width: 220px;
  }
}
@media (max-width: 1199.98px) {
  .saudi-vision img {
    width: 190px;
  }
}
@media (max-width: 991.98px) {
  .saudi-vision img {
    width: 200px;
  }
}
@media (max-width: 991.98px) {
  .saudi-vision img {
    width: 160px;
  }
}
@media (max-width: 991.98px) {
  .saudi-vision {
    display: none;
  }
}

.strive-cont {
  margin-top: 40px;
  margin-bottom: 72px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 55px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 87px;
}
@media (max-width: 767.98px) {
  .strive-cont {
    padding-top: 35px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1199.98px) {
  .strive-cont {
    margin-bottom: 99px;
  }
}
@media (max-width: 575.98px) {
  .strive-cont {
    margin-top: 20px;
  }
}
.strive-cont .col-lg-2 {
  text-align: center;
}

.our-values-parallax {
  background-attachment: fixed;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
@media (max-width: 575.98px) {
  .our-values-parallax {
    background-attachment: inherit !important;
  }
}

.awards-parallax {
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  position: relative;
}
@media (max-width: 575.98px) {
  .awards-parallax {
    background-attachment: inherit !important;
    background-position: -170px !important;
  }
}

.video-parallax {
  overflow: hidden;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  position: relative;
  height: 920px;
}
@media (max-width: 1399.98px) {
  .video-parallax {
    height: 600px;
  }
}
@media (max-width: 1199.98px) {
  .video-parallax {
    height: 500px;
  }
}
@media (max-width: 991.98px) {
  .video-parallax {
    height: 450px;
  }
}
@media (max-width: 575.98px) {
  .video-parallax {
    height: 380px;
    background-attachment: inherit !important;
  }
}
@media (max-width: 480px) {
  .video-parallax {
    height: 320px;
  }
}
@media (max-width: 388px) {
  .video-parallax {
    height: 300px;
  }
}

.at-a-glance .main-btn.right-arrow:hover {
  color: #e5a93f !important;
}

/*.icon-scroll {
	position: absolute;
	left: 50%;
	z-index: 99;
	width: 25px;
	height: 40px;
	margin-left: -20px;
	bottom: 5%;
	margin-top: -35px;
	cursor: pointer;
	border-radius: 25px;
	background: transparent;
	border: 2px solid $white;
	@media (max-width: 767.98px) {
		left: 52%;
		bottom: 10%;
        display: none;
	}
	&:before {
		position: absolute;
		left: 62%;
		z-index: 99;
		content: '';
		width: 3px;
		height: 5px;
		background: $white;
		border-radius: 2px;
		margin-left: -4px;
		top: 8px;
		-webkit-animation-duration: 1.5s;
		animation-duration: 1.5s;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		-webkit-animation-name: scroll;
		animation-name: scroll;
	}
}

@-webkit-keyframes scroll {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
}

@keyframes scroll {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
}*/
.icon-scroll {
  position: absolute;
  left: 50%;
  z-index: 99;
  width: 25px;
  height: 40px;
  margin-left: -20px;
  bottom: 5%;
  margin-top: -35px;
  cursor: pointer;
  border-radius: 25px;
  background: transparent;
}
@media (max-width: 767.98px) {
  .icon-scroll {
    margin-top: -60px;
  }
}

.chevron {
  position: absolute;
  width: 1.8rem;
  height: 0.1rem;
  opacity: 0;
  transform: scale(0.3);
  -webkit-animation: move-chevron 3s ease-out infinite;
  animation: move-chevron 3s ease-out infinite;
}
@media (max-width: 767.98px) {
  .chevron {
    width: 1.5rem;
    height: 0.1rem;
  }
}

.chevron:first-child {
  -webkit-animation: move-chevron 3s ease-out 2s infinite;
  animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:nth-child(2) {
  -webkit-animation: move-chevron 2s ease-out 4s infinite;
  animation: move-chevron 2s ease-out 4s infinite;
}

.chevron:before,
.chevron:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skewY(40deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(-40deg);
}

@-webkit-keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}
@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car .odometer-digit {
  padding: 0 0.2rem;
}

.strive-letter {
  color: #FFF;
  position: relative;
  cursor: pointer;
}
.strive-letter .meaning {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 26px;
  opacity: 0;
  bottom: -20px;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
  pointer-events: none;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .strive-letter .meaning {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .strive-letter .meaning {
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  .strive-letter .meaning {
    font-size: 17px;
  }
}
.strive-letter .meaning.active {
  bottom: -66px;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .strive-letter .meaning.active {
    bottom: -70px;
    font-size: 17px;
  }
}
@media (max-width: 575.98px) {
  .strive-letter .meaning.active {
    bottom: -40px;
    font-size: 15px;
  }
}

.strive-meaning {
  display: none;
  opacity: 0;
  margin-top: 1rem;
  color: #E5A93F;
}
@media (max-width: 575.98px) {
  .strive-meaning {
    display: block;
  }
}

.strive-desc {
  height: 50px;
  color: #FFF;
  position: relative;
  font-size: 25px;
  line-height: 36px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
@media (max-width: 575.98px) {
  .strive-desc {
    height: auto;
  }
}
.strive-desc p {
  position: absolute;
  width: 100%;
  color: #FFF;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  bottom: -50px;
}
@media (max-width: 575.98px) {
  .strive-desc p {
    position: static;
    min-height: 90px;
  }
}
@media (max-width: 575.98px) {
  .strive-desc p {
    opacity: 1;
  }
}
@media (max-width: 1399.98px) {
  .strive-desc p {
    font-size: 23px;
  }
}
@media (max-width: 991.98px) {
  .strive-desc p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 767.98px) {
  .strive-desc p {
    font-size: 15px;
    line-height: 22px;
  }
}
.strive-desc p.active {
  bottom: 0px;
  opacity: 1;
}

/*SVG STRIVE STARTS HERE*/
/*--------------LETTER R*/
svg .letter-r-1 {
  -webkit-transition: fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

svg .letter-r-2 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
  transition: fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
}

svg.active .letter-r-2 {
  fill: rgb(255, 163, 0);
}

/*--------------LETTER S*/
svg .letter-s-1 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

svg.active .letter-s-1 {
  fill: rgb(255, 163, 0);
}

/*--------------LETTER t*/
svg .letter-s-1 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

svg.active .letter-s-1 {
  fill: rgb(255, 163, 0);
}

/*--------------LETTER t*/
svg .letter-s-1 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

svg.active .letter-s-1 {
  fill: rgb(255, 163, 0);
}

/*--------------LETTER v*/
svg .letter-s-1 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

svg.active .letter-s-1 {
  fill: rgb(255, 163, 0);
}

/*--------------LETTER E*/
/***************************************************
 * Generated by SVG Artista on 8/4/2022, 6:15:55 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg .letter-s-1 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

svg.active .letter-s-1 {
  fill: rgb(255, 163, 0);
}

.navik-sticky-logo {
  display: none;
}

.sticky .navik-sticky-logo {
  display: block;
  float: left;
  padding-top: 10px;
  margin-right: 71px;
}
.sticky .navik-sticky-logo img {
  height: 65px;
}

.sticky .left-menu {
  float: right;
  padding-top: 18px;
}

.navik-header.sticky .navik-header-container {
  height: 85px;
}

.sticky .navik-menu ul li > a {
  font-size: 15px;
}

.navik-header.sticky .navik-menu {
  width: 100%;
}

.sticky .main-navigation-right {
  display: none;
}

.sticky .ipo-menu a {
  height: auto !important;
  line-height: 31px !important;
}

.navik-header.sticky .navik-menu > ul > li > a {
  height: 50px;
}

/*loader animation*/
/***************************************************
 * Generated by SVG Artista on 8/4/2022, 7:00:58 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg .svg-elem-1 {
  stroke-dashoffset: 462.0586547852px;
  stroke-dasharray: 462.0586547852px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: rgb(246, 99, 12);
}

svg .svg-elem-2 {
  stroke-dashoffset: 1871.0541992188px;
  stroke-dasharray: 1871.0541992188px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: stroke-dashoffset 5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

svg.active .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: #003C34;
}

span.odo-sign {
  padding-top: 20px;
  position: absolute;
}
@media (max-width: 991.98px) {
  span.odo-sign {
    padding-top: 12px;
  }
}
@media (max-width: 480px) {
  span.odo-sign {
    padding-top: 7px;
  }
}

@media (max-width: 1399.98px) {
  .navik-menu > ul > li > a {
    margin-right: 8px;
  }
  h1 {
    font-size: 46px;
    line-height: 58px;
    letter-spacing: 0px;
  }
  h6 {
    font-size: 18px;
  }
}
.years-trans {
  letter-spacing: 7px;
  -webkit-text-stroke-width: 3px;
  -moz-text-stroke-width: 3px;
  -webkit-text-stroke-color: rgb(246, 99, 12);
  -moz-text-stroke-color: rgb(246, 99, 12);
  color: transparent !important;
  font-size: 147px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Certo Sans";
}
@media (max-width: 1440px) {
  .years-trans {
    font-size: 135px;
  }
}
@media (max-width: 1399.98px) {
  .years-trans {
    font-size: 110px;
  }
}
@media (max-width: 1199.98px) {
  .years-trans {
    font-size: 105px;
  }
}
@media (max-width: 991.98px) {
  .years-trans {
    line-height: 97px;
  }
}
@media (max-width: 767.98px) {
  .years-trans {
    font-size: 90px;
    line-height: 90px;
  }
}
@media (max-width: 575.98px) {
  .years-trans {
    font-size: 80px;
    line-height: 90px;
    -webkit-text-stroke-width: 2px;
    -moz-text-stroke-width: 2px;
  }
}
@media (max-width: 480px) {
  .years-trans {
    font-size: 68px;
    line-height: 58px;
    -webkit-text-stroke-width: 1px;
    -moz-text-stroke-width: 1px;
  }
}
@media (max-width: 388px) {
  .years-trans {
    font-size: 50px;
    line-height: 58px;
  }
}

.years-trans2 {
  letter-spacing: 7px;
  -webkit-text-stroke-width: 3px;
  -moz-text-stroke-width: 3px;
  -webkit-text-stroke-color: rgb(246, 99, 12);
  -moz-text-stroke-color: rgb(246, 99, 12);
  color: transparent !important;
  font-size: 135px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Certo Sans";
}
@media (max-width: 1440px) {
  .years-trans2 {
    font-size: 135px;
  }
}
@media (max-width: 1399.98px) {
  .years-trans2 {
    font-size: 110px;
  }
}
@media (max-width: 1199.98px) {
  .years-trans2 {
    font-size: 105px;
  }
}
@media (max-width: 991.98px) {
  .years-trans2 {
    line-height: 97px;
  }
}
@media (max-width: 767.98px) {
  .years-trans2 {
    font-size: 90px;
    line-height: 90px;
  }
}
@media (max-width: 575.98px) {
  .years-trans2 {
    font-size: 80px;
    line-height: 90px;
    -webkit-text-stroke-width: 2px;
    -moz-text-stroke-width: 2px;
  }
}
@media (max-width: 480px) {
  .years-trans2 {
    font-size: 68px;
    line-height: 58px;
    -webkit-text-stroke-width: 1px;
    -moz-text-stroke-width: 1px;
  }
}
@media (max-width: 388px) {
  .years-trans2 {
    font-size: 50px;
    line-height: 58px;
  }
}

@media (max-width: 1199.98px) {
  .navik-menu ul li > a {
    font-size: 16px;
  }
  .logo-main {
    width: 100%;
  }
  .menu-block {
    width: 100%;
  }
  .navik-menu ul li:hover > a {
    color: #fff;
  }
  .navik-menu ul ul li > a {
    background-color: #efefef;
    /*background-color: #02342e;*/
    padding: 12px 15px 12px 15px;
  }
}
@media (max-width: 1440px) {
  h1 {
    font-size: 40px;
    line-height: 1.4em;
  }
  h6 {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .navik-menu > ul > li > a {
    margin-right: 13px;
  }
  h1 {
    font-size: 36px;
  }
  h6 {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 32px;
  }
  h6 {
    font-size: 14px;
  }
  .strive-letter svg {
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .sustainability-background:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .navik-menu ul li > a {
    padding: 12px 15px;
  }
  .navik-menu ul li > a {
    font-size: 14px;
  }
  h1 {
    font-size: 28px;
  }
  h6 {
    font-size: 13px;
  }
  .strive-letter svg {
    height: 68px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
}
@media (max-width: 575.98px) {
  h1 {
    font-size: 26px;
  }
  h6 {
    font-size: 13px;
    margin-bottom: 0px;
  }
  .strive-letter svg {
    margin-bottom: 30px;
  }
  .strive-cont {
    padding-top: 35px;
    padding-bottom: 0px;
    margin-bottom: 0;
  }
  .strive-letter svg {
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
}
@media (max-width: 575.98px) {
  .saudi-vision-ftr .text-end {
    text-align: left !important;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 23px;
  }
  h6 {
    font-size: 13px;
  }
  .strive-letter svg {
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
}
@media (max-width: 388px) {
  h1 {
    font-size: 20px;
  }
  h6 {
    font-size: 12px;
  }
  .strive-letter svg {
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
}
@media (max-width: 575.98px) {
  .loader svg {
    width: 70%;
  }
}

.video-div {
  overflow: hidden;
}

.scroll2 {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
}

@media (max-width: 575.98px) {
  .burger-menu {
    right: 20px;
    top: 21px;
  }
}

@media (max-width: 1440px) {
  .drilling-since {
    margin-left: -30px;
  }
}
@media (max-width: 991.98px) {
  .drilling-since {
    margin-left: -50px;
  }
}
@media (max-width: 767.98px) {
  .drilling-since {
    margin-left: -120px;
  }
}
@media (max-width: 575.98px) {
  .drilling-since {
    margin-left: -110px;
  }
}
@media (max-width: 480px) {
  .drilling-since {
    margin-left: -100px;
  }
}
@media (max-width: 388px) {
  .drilling-since {
    margin-left: -70px;
  }
}
.drilling-since h5 {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .drilling-since h5 {
    font-size: 16px;
  }
}
@media (max-width: 388px) {
  .drilling-since h5 {
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  .strive-last .meaning {
    margin-left: -50px;
  }
}

@media (max-width: 991.98px) {
  .sustainability-row {
    background: white;
    margin-top: -50px;
    margin-left: 2%;
    margin-right: 2%;
  }
}

@media (max-width: 575.98px) {
  .menu-main-mobile {
    position: absolute;
    left: 0px;
    right: 0px;
  }
}

@media (max-width: 575.98px) {
  .background-two-color .container {
    padding: 0px;
  }
}

.text-on-video {
  position: absolute;
  top: 40%;
  left: 5%;
  color: #fff;
  font-size: 42px;
  width: 50%;
  font-weight: 500;
  line-height: 50px;
}
@media (max-width: 1440px) {
  .text-on-video {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  .text-on-video {
    top: 37%;
    left: 5%;
    font-size: 38px;
    width: 70%;
    font-weight: 500;
    line-height: 43px;
  }
}
@media (max-width: 991.98px) {
  .text-on-video {
    top: 32%;
    left: 5%;
    font-size: 32px;
    width: 65%;
    line-height: 37px;
  }
}
@media (max-width: 767.98px) {
  .text-on-video {
    top: 31%;
    left: 5%;
    font-size: 24px;
    line-height: 33px;
  }
}
@media (max-width: 575.98px) {
  .text-on-video {
    font-size: 22px;
    line-height: 31px;
  }
}
@media (max-width: 480px) {
  .text-on-video {
    font-size: 20px;
    line-height: 26px;
    top: 26%;
  }
}
@media (max-width: 388px) {
  .text-on-video {
    font-size: 16px;
    line-height: 20px;
    top: 22%;
  }
}

.owl-scrollbar {
  width: 1320px !important;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199.98px) {
  .owl-scrollbar {
    width: 100% !important;
  }
}

.news-home-thumb:hover .news-home-text {
  bottom: 0px !important;
  opacity: 1 !important;
  min-height: 180px;
}
@media (max-width: 1399.98px) {
  .news-home-thumb:hover .news-home-text {
    min-height: auto;
  }
}

.news-home-thumb:hover .news-first-head {
  opacity: 0;
}

.news-home-thumb:after {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6909357493) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6909357493) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6909357493) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  position: absolute;
  content: "";
  height: 100%;
  bottom: 0px;
  display: block;
  width: 100%;
}

.main-text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*.left-menu{
     @media (max-width: 1199.98px) {
         position: fixed;
    width: 100%;
    left: 0px;
    right: 0px;
    margin-top: 0;
    padding-top: 100px !important;
             background: #003C34;

    }

}*/
.video-text-area2 {
  margin-top: 15%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1399.98px) {
  .video-text-area2 {
    margin-top: 11%;
  }
}
@media (max-width: 991.98px) {
  .video-text-area2 {
    top: 4%;
  }
}
@media (max-width: 767.98px) {
  .video-text-area2 {
    top: 13%;
  }
}
@media (max-width: 575.98px) {
  .video-text-area2 {
    top: 21%;
  }
}
@media (max-width: 480px) {
  .video-text-area2 {
    top: 16%;
  }
}
@media (max-width: 388px) {
  .video-text-area2 {
    top: 21%;
  }
}
.video-text-area2 h1 {
  color: #fff;
}
@media (max-width: 480px) {
  .video-text-area2 h1 {
    padding-right: 100px;
  }
}
@media (max-width: 388px) {
  .video-text-area2 h1 {
    font-size: 20px;
    line-height: 25px;
  }
}
.video-text-area2 p {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 0.5rem;
  line-height: 33px;
}
@media (max-width: 1440px) {
  .video-text-area2 p {
    font-size: 20px;
    line-height: 1.8rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 1199.98px) {
  .video-text-area2 p {
    font-size: 20px;
    margin-bottom: 0px;
  }
}
@media (max-width: 991.98px) {
  .video-text-area2 p {
    font-size: 18px;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 767.98px) {
  .video-text-area2 p {
    -webkit-line-clamp: 3;
    width: 67%;
    font-size: 17px;
  }
}
@media (max-width: 575.98px) {
  .video-text-area2 p {
    display: none;
  }
}

.video-parallax-main:after {
  background: rgba(59, 59, 59, 0.6);
  position: absolute;
  content: "";
  height: 100%;
  bottom: 0px;
  display: block;
  width: 100%;
}

.inside-page-header {
  width: 100%;
  min-height: 600px;
  background-position: top center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .inside-page-header {
    min-height: 550px;
  }
}
@media (max-width: 767.98px) {
  .inside-page-header {
    min-height: 450px;
  }
}
@media (max-width: 575.98px) {
  .inside-page-header {
    min-height: 400px;
  }
}
@media (max-width: 388px) {
  .inside-page-header {
    min-height: 350px;
  }
}
.inside-page-header:before {
  background: rgb(0, 14, 13);
  background: -moz-linear-gradient(147deg, rgba(0, 14, 13, 0.924807423) 17%, rgba(0, 15, 13, 0.3701855742) 100%);
  background: -webkit-linear-gradient(147deg, rgba(0, 14, 13, 0.924807423) 17%, rgba(0, 15, 13, 0.3701855742) 100%);
  background: linear-gradient(147deg, rgba(0, 14, 13, 0.924807423) 17%, rgba(0, 15, 13, 0.3701855742) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000e0d", endColorstr="#000f0d", GradientType=1);
  position: absolute;
  content: "";
  height: 100%;
  bottom: 0px;
  display: block;
  width: 100%;
}
.inside-page-header .heading {
  position: absolute;
  top: 45%;
  color: #fff;
  width: 100%;
}
.inside-page-header .heading h1 {
  font-size: 65px;
  font-weight: bold;
  color: #F6630C;
  width: 55%;
}
@media (max-width: 1440px) {
  .inside-page-header .heading h1 {
    line-height: 72px;
  }
}
@media (max-width: 1399.98px) {
  .inside-page-header .heading h1 {
    font-size: 60px;
    width: 80%;
    line-height: 72px;
  }
}
@media (max-width: 1199.98px) {
  .inside-page-header .heading h1 {
    font-size: 55px;
  }
}
@media (max-width: 991.98px) {
  .inside-page-header .heading h1 {
    line-height: 67px;
  }
}
@media (max-width: 767.98px) {
  .inside-page-header .heading h1 {
    font-size: 45px;
    width: 100%;
    line-height: 55px;
  }
}
@media (max-width: 575.98px) {
  .inside-page-header .heading h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 480px) {
  .inside-page-header .heading h1 {
    font-size: 32px;
    line-height: 40px;
    padding-right: 20px;
  }
}
@media (max-width: 388px) {
  .inside-page-header .heading h1 {
    font-size: 28px;
    line-height: 38px;
  }
}
.inside-page-header .heading p {
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  /*  width: 60%;*/
}
@media (max-width: 1399.98px) {
  .inside-page-header .heading p {
    font-size: 26px;
  }
}
@media (max-width: 1199.98px) {
  .inside-page-header .heading p {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .inside-page-header .heading p {
    font-size: 20px;
    padding-right: 30px;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .inside-page-header .heading p {
    font-size: 18px;
    padding-right: 30px;
    line-height: 1.5rem;
  }
}
@media (max-width: 388px) {
  .inside-page-header .heading p {
    font-size: 16px;
    line-height: 1.3rem;
  }
}

.breadcrumb-container {
  padding: 15px 0px;
  margin-top: -72px;
}
@media (max-width: 480px) {
  .breadcrumb-container {
    margin-top: -64px;
  }
}
@media (max-width: 388px) {
  .breadcrumb-container {
    margin-top: -63px;
  }
}
.breadcrumb-container .breadcrumb-container-block {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 15px;
}
.breadcrumb-container ul {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb-container ul li {
  padding-right: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .breadcrumb-container ul li {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .breadcrumb-container ul li {
    font-size: 11px;
  }
}
@media (max-width: 388px) {
  .breadcrumb-container ul li {
    font-size: 10px;
  }
}
.breadcrumb-container ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .breadcrumb-container ul li a {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .breadcrumb-container ul li a {
    font-size: 11px;
  }
}
@media (max-width: 388px) {
  .breadcrumb-container ul li a {
    font-size: 10px;
  }
}
.breadcrumb-container ul li a:hover {
  color: #F6630C;
}
.breadcrumb-container ul li:after {
  content: "/";
  padding-left: 10px;
  color: rgba(229, 229, 229, 0.7);
}
.breadcrumb-container ul li:last-child:after {
  content: "";
}

.share-this {
  display: flex;
  float: right;
  position: relative;
  font-size: 12px;
  align-items: center;
}
.share-this span {
  font-size: 20px;
  color: #fff;
}
.share-this span:hover {
  color: #F6630C !important;
}

.abstract-text-inner {
  font-size: 22px;
  line-height: 2.4rem;
  font-weight: 500;
  color: #313131;
  margin-right: 3rem;
}
@media (max-width: 1399.98px) {
  .abstract-text-inner {
    font-size: 20px;
  }
}
@media (max-width: 1199.98px) {
  .abstract-text-inner {
    font-size: 18px;
    line-height: 2rem;
  }
}
@media (max-width: 991.98px) {
  .abstract-text-inner {
    font-size: 18px;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .abstract-text-inner {
    font-size: 16px;
    line-height: 1.6rem;
  }
}

.icon-pdf:before {
  content: "\e90a";
  font-size: 20px;
  margin-right: 10px;
}

.gallery-play-inner {
  position: relative;
}
.gallery-play-inner img {
  display: block;
  transition: transform 0.4s;
  width: 100%;
}
.gallery-play-inner a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.gallery-play-inner .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 60, 52, 0.4);
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.gallery-play-inner:hover .overlay {
  background: rgba(0, 60, 52, 0.6);
}
.gallery-play-inner:hover img {
  transform: scale(1.1);
  transform-origin: 50% 50%;
}

/*.gallery-play a:before {
	content: '\e907';
	position: absolute;
	font-family: 'icomoon';
	z-index: 1111;
	color: $dark-orange;
    top: 50%;
  left: 50%;
	transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
	opacity: 1;
	font-size: 20px !important;
	@include transition(.3s);
}*/
.play-btn-inner {
  width: 65px;
  height: 65px;
  background: radial-gradient(rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0.5) 62%);
  border-radius: 50%;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* triangle */
.play-btn-inner::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #F6630C;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-btn-inner:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.75);
  top: -24%;
  left: -26%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    /* box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);*/
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    /*box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);*/
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
.text-on-video-inner-heritage {
  position: absolute;
  bottom: 20px;
  left: 4%;
  color: #fff;
  font-size: 42px;
  font-weight: 500;
  line-height: 2rem;
}
@media (max-width: 1399.98px) {
  .text-on-video-inner-heritage {
    font-size: 38px;
  }
}
@media (max-width: 1199.98px) {
  .text-on-video-inner-heritage {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .text-on-video-inner-heritage {
    bottom: 11px;
    font-size: 29px;
  }
}
@media (max-width: 575.98px) {
  .text-on-video-inner-heritage {
    bottom: 0px;
    font-size: 27px;
  }
}
@media (max-width: 480px) {
  .text-on-video-inner-heritage {
    font-size: 18px;
  }
}
@media (max-width: 388px) {
  .text-on-video-inner-heritage {
    font-size: 16px;
  }
}

.text-on-video-inner {
  position: absolute;
  bottom: 0%;
  left: 4%;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  line-height: 2rem;
}
@media (max-width: 1399.98px) {
  .text-on-video-inner {
    font-size: 22px;
  }
}
@media (max-width: 1199.98px) {
  .text-on-video-inner {
    font-size: 20px;
    line-height: 1.5rem;
  }
}
@media (max-width: 480px) {
  .text-on-video-inner {
    font-size: 18px;
  }
}
@media (max-width: 388px) {
  .text-on-video-inner {
    font-size: 14px;
    margin-bottom: 6px;
  }
}

.orange-text {
  color: #F6630C;
}

.grey-color {
  background: #F4F4F4;
  padding: 70px 50px;
}
@media (max-width: 1199.98px) {
  .grey-color {
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .grey-color {
    padding: 30px;
  }
}

.grey-para {
  margin-bottom: 0px;
}
@media (max-width: 767.98px) {
  .grey-para {
    margin-top: 26px;
  }
}

.oil-dril-svg-inner {
  margin-right: 30px;
}
@media (max-width: 991.98px) {
  .oil-dril-svg-inner {
    margin-right: 0px;
  }
}

@media (max-width: 767.98px) {
  .oil-rig-main-inner {
    margin: 0px !important;
  }
}
.oil-rig-main-inner .number-employee {
  position: relative;
  padding: 40px;
  padding-top: 27%;
}
@media (max-width: 1399.98px) {
  .oil-rig-main-inner .number-employee {
    padding-top: 30%;
  }
}
@media (max-width: 991.98px) {
  .oil-rig-main-inner .number-employee {
    text-align: left;
    padding: 2rem;
    padding-top: 70px;
    padding-bottom: 47px;
  }
}
.oil-rig-main-inner h1 {
  font-size: 110px;
  font-weight: bold;
  color: #fff;
  line-height: 69px;
}
@media (max-width: 1399.98px) {
  .oil-rig-main-inner h1 {
    font-size: 90px;
    line-height: 60px;
  }
}
@media (max-width: 1199.98px) {
  .oil-rig-main-inner h1 {
    font-size: 70px;
    line-height: 52px;
  }
}
@media (max-width: 767.98px) {
  .oil-rig-main-inner h1 {
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .oil-rig-main-inner h1 {
    font-size: 55px;
  }
}
@media (max-width: 480px) {
  .oil-rig-main-inner h1 {
    font-size: 40px;
    line-height: 35px;
  }
}
@media (max-width: 388px) {
  .oil-rig-main-inner h1 {
    font-size: 35px;
    line-height: 33px;
  }
}
@media (max-width: 1199.98px) {
  .oil-rig-main-inner h1 p {
    margin-bottom: 0px;
  }
}
.oil-rig-main-inner hr {
  background-color: rgba(255, 255, 255, 0.5);
  width: 35%;
  margin: 17px 0px;
}
@media (max-width: 1399.98px) {
  .oil-rig-main-inner hr {
    width: 56%;
    margin: 15px 0px;
  }
}
@media (max-width: 991.98px) {
  .oil-rig-main-inner hr {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .oil-rig-main-inner hr {
    margin: 10px 0px;
  }
}
.oil-rig-main-inner .number-sub-head {
  color: #E5A93F;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .oil-rig-main-inner .number-sub-head {
    margin-bottom: 0px;
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .oil-rig-main-inner .number-sub-head {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .oil-rig-main-inner .number-sub-head {
    font-size: 18px;
  }
}
.oil-rig-main-inner .number-sub-head2 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .oil-rig-main-inner .number-sub-head2 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .oil-rig-main-inner .number-sub-head2 {
    font-size: 14px;
  }
}
.oil-rig-main-inner .drilled-in {
  margin-top: 65px;
}
@media (max-width: 480px) {
  .oil-rig-main-inner .drilled-in {
    margin-top: 35px;
  }
}
.oil-rig-main-inner .drilled-in hr {
  width: 90%;
}
@media (max-width: 991.98px) {
  .oil-rig-main-inner .drilled-in hr {
    width: 100%;
  }
}

.oil-rig-who-we-are {
  margin-top: 60px;
  border-bottom: 1px solid rgba(165, 165, 165, 0.5);
  padding-bottom: 70px;
}
@media (max-width: 1199.98px) {
  .oil-rig-who-we-are {
    padding-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .oil-rig-who-we-are {
    margin-top: 40px;
  }
}

.vision-mission-main {
  margin-top: 50px;
}
.vision-mission-main h1 {
  font-size: 42px;
  color: #003C34;
}
@media (max-width: 1399.98px) {
  .vision-mission-main h1 {
    font-size: 38px;
  }
}
@media (max-width: 991.98px) {
  .vision-mission-main h1 {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .vision-mission-main h1 {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .vision-mission-main h1 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .vision-mission-main h1 {
    font-size: 28px;
  }
}
@media (max-width: 388px) {
  .vision-mission-main h1 {
    font-size: 26px;
  }
}
.vision-mission-main .vision-mis-inner {
  display: flex;
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .vision-mission-main .vision-mis-inner img {
    width: 90px;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .vision-mission-main .vision-mis-inner img {
    width: 80px;
    height: auto;
  }
}
.vision-mission-main .mission-img img {
  max-width: 121px;
}
@media (max-width: 767.98px) {
  .vision-mission-main .mission-img img {
    max-width: 80px;
  }
}
@media (max-width: 388px) {
  .vision-mission-main .mission-img img {
    max-width: 65px;
  }
}

.btn-who-we {
  position: absolute;
  right: 0px;
  bottom: 27px;
}
@media (max-width: 991.98px) {
  .btn-who-we {
    right: 0px;
    bottom: 3px;
    left: 33px;
  }
}
.btn-who-we .btn-inner-2 {
  font-size: 20px;
}
@media (max-width: 1199.98px) {
  .btn-who-we .btn-inner-2 {
    font-size: 17px;
  }
}
@media (max-width: 991.98px) {
  .btn-who-we .btn-inner-2 {
    font-size: 14px;
  }
}
.btn-who-we .btn-inner-2:hover {
  color: #E5A93F !important;
}
@media (max-width: 991.98px) {
  .btn-who-we .main-btn.right-arrow:after {
    font-size: 9px;
    bottom: 14px;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .btn-who-we .main-btn.right-arrow:after {
    bottom: 9px;
  }
}

.btn-inner:hover {
  color: #fff !important;
}

.addthisholder {
  position: absolute;
  right: 0;
  top: 26px;
}

.at-share-btn-elements a.at-svc-whatsapp,
.at-share-btn-elements a.at-svc-facebook,
.at-share-btn-elements a.at-svc-twitter,
.at-share-btn-elements a.at-svc-linkedin,
.at-share-btn-elements a.at-svc-email {
  display: none !important;
}

.at-share-btn-elements a.at-svc-compact {
  background: transparent !important;
  color: transparent !important;
}

.at-share-btn-elements a.at-svc-compact svg {
  display: none;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 70px !important;
}

.share-this span.fa-share-alt {
  font-size: 22px;
  padding-left: 15px;
}

.share-this:hover span.fa-share-alt {
  color: #075469;
}

@media (max-width: 1440px) {
  .drilling-since-inner {
    margin-left: -10px;
  }
}
@media (max-width: 991.98px) {
  .drilling-since-inner {
    margin-left: 0px;
  }
}
@media (max-width: 575.98px) {
  .drilling-since-inner h5 {
    font-size: 20px;
  }
}
@media (max-width: 388px) {
  .drilling-since-inner h5 {
    font-size: 15px;
  }
}

.drilling-since-inner h5 {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .drilling-since-inner h5 {
    font-size: 20px;
  }
}
@media (max-width: 388px) {
  .drilling-since-inner h5 {
    font-size: 15px;
  }
}

@media (max-width: 1399.98px) {
  .btn-inner {
    padding: 13px 32px;
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .btn-inner {
    padding: 10px 24px;
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .btn-inner {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .btn-inner {
    padding: 9px 20px;
    font-size: 13px;
    margin-bottom: 30px;
  }
}

@media (max-width: 991.98px) {
  .drill-main-md {
    display: block !important;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .drill-main-md .oil-dril-svg-inner {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .drill-main-md .oil-dril-svg-inner img {
    width: 150px;
  }
}
@media (max-width: 388px) {
  .drill-main-md .oil-dril-svg-inner img {
    width: 120px;
  }
}

.oil-rig-main-top {
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .oil-rig-main-top {
    margin-right: 0px !important;
    margin-bottom: 20px !important;
  }
}

@media (max-width: 575.98px) {
  .quote-text-who-we-are {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.environment-main h2 {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .environment-main h2 {
    margin-bottom: 10px;
  }
}

.en-second-area {
  margin-top: 20px;
}

.sustain-div:after {
  background: rgb(49, 49, 49);
  background: -moz-linear-gradient(198deg, rgba(49, 49, 49, 0.0368522409) 12%, rgba(0, 15, 13, 0.3701855742) 100%);
  background: -webkit-linear-gradient(198deg, rgba(49, 49, 49, 0.0368522409) 12%, rgba(0, 15, 13, 0.3701855742) 100%);
  background: linear-gradient(198deg, rgba(49, 49, 49, 0.0368522409) 12%, rgba(0, 15, 13, 0.3701855742) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#313131", endColorstr="#000f0d", GradientType=1);
  position: absolute;
  content: "";
  height: 100%;
  bottom: 0px;
  display: block;
  width: 100%;
}

.sustain-div {
  position: relative;
  cursor: pointer;
}
.sustain-div .sustain-single-img {
  overflow: hidden;
}
.sustain-div .sustain-btn {
  position: absolute;
  bottom: 16px;
  left: 30px;
}
.sustain-div .sustain-btn .big-font {
  font-size: 30px;
  color: #fff;
  line-height: 33px;
}
@media (max-width: 1199.98px) {
  .sustain-div .sustain-btn .big-font {
    font-size: 26px;
  }
}
@media (max-width: 991.98px) {
  .sustain-div .sustain-btn .big-font {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .sustain-div .sustain-btn .big-font {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .sustain-div .sustain-btn .big-font {
    font-size: 20px;
  }
}
@media (max-width: 388px) {
  .sustain-div .sustain-btn .big-font {
    font-size: 18px;
  }
}
.sustain-div .sustain-btn .right-arrow:after {
  font-family: "icomoon" !important;
  position: absolute;
  font-size: 11px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  content: "\e904";
  opacity: 0;
  bottom: 10px;
  font-size: 14px;
}
@media (max-width: 1199.98px) {
  .sustain-div .sustain-btn .right-arrow:after {
    bottom: 13px;
  }
}
@media (max-width: 991.98px) {
  .sustain-div .sustain-btn .right-arrow:after {
    bottom: 12px;
    font-size: 11px;
  }
}
@media (max-width: 767.98px) {
  .sustain-div .sustain-btn .right-arrow:after {
    bottom: 7px;
  }
}
.sustain-div:hover .right-arrow:after {
  opacity: 1;
  color: #F6630C;
}
.sustain-div:hover .big-font {
  color: #F6630C !important;
}

.navik-menu .mega-menu-container ul li a {
  padding: 6px 0px !important;
  font-size: 16px;
  font-weight: 500;
  color: #808080;
  line-height: 25px;
}
@media (max-width: 767.98px) {
  .navik-menu .mega-menu-container ul li a {
    font-size: 14px;
    padding: 7px 0px !important;
  }
}

.navik-menu .mega-menu-container ul li a:hover {
  padding: 6px 0px !important;
}
@media (max-width: 767.98px) {
  .navik-menu .mega-menu-container ul li a:hover {
    font-size: 14px;
    padding: 7px 0px !important;
  }
}

.navik-menu ul ul li > a {
  font-size: 16px;
  font-weight: 500;
  color: #808080;
}
@media (max-width: 767.98px) {
  .navik-menu ul ul li > a {
    font-size: 14px;
    padding: 9px 15px 9px 15px;
  }
}

@media (max-width: 767.98px) {
  .navik-menu .mega-menu-heading a {
    font-size: 16px;
  }
}

@media (max-width: 1199.98px) {
  .mega-menu-heading {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .mega-menu-heading {
    margin-bottom: 0px;
  }
}

.navik-menu .mega-menu-desc ul li:hover > a {
  padding-left: 20px !important;
  /*margin-left: -20px !important;*/
}

.navik-menu .mega-menu-container ul li > a {
  position: relative;
}

.navik-menu .mega-menu-container ul li > a:after {
  position: absolute;
  content: "";
  top: 19px;
  left: 0px;
  width: 0;
  height: 1px;
  background: #075469;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navik-menu .mega-menu-container .mega-menu-desc .dropdown-list li:hover a:after {
  width: 10px;
}

@media (max-width: 1199.98px) {
  .navik-menu .mega-menu-desc ul li:hover > a {
    padding-left: 0px !important;
    /*margin-left: -20px !important;*/
  }
  .navik-menu .mega-menu-container ul li > a:after {
    display: none;
  }
  .navik-menu .mega-menu-container {
    padding: 15px 15px 0;
  }
  .navik-menu .mega-menu-heading {
    margin-bottom: 7px;
  }
}
@media (max-width: 1199.98px) and (max-width: 1199.98px) {
  .navik-menu .mega-menu-heading {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) {
  .navik-menu .mega-menu-heading {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .navik-menu .mega-menu-heading {
    margin-bottom: 0px;
    font-size: 15px;
  }
}
.ceo-header {
  background: #003C34;
  position: relative;
  overflow: hidden;
}
.ceo-header .abstract-text-main {
  margin-left: 20%;
  margin-top: 12%;
  color: #fff;
}
@media (max-width: 1440px) {
  .ceo-header .abstract-text-main {
    margin-top: 17%;
  }
}
@media (max-width: 1399.98px) {
  .ceo-header .abstract-text-main {
    margin-top: 8%;
  }
}
@media (max-width: 991.98px) {
  .ceo-header .abstract-text-main {
    display: none;
  }
}
.ceo-header .ceo-leader {
  text-align: right;
  padding-right: 40px;
  padding-top: 7px;
  z-index: 1;
  position: relative;
}
@media (max-width: 991.98px) {
  .ceo-header .ceo-leader {
    text-align: center;
    padding-right: 0px;
  }
}
@media (max-width: 1399.98px) {
  .ceo-header .ceo-leader img {
    width: 80%;
    height: auto;
  }
}

.ceo-header:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 424px;
  background-image: url("../images/leader-pattern.png");
  background-repeat: no-repeat;
  bottom: -3px;
}
@media (max-width: 1199.98px) {
  .ceo-header:before {
    bottom: -56px;
    left: -33px;
  }
}
@media (max-width: 767.98px) {
  .ceo-header:before {
    width: 110%;
  }
}

.main-service-section {
  background: #F4F4F4;
  padding: 40px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .main-service-section {
    padding: 30px;
  }
}
.main-service-section h4 {
  margin: 20px 0px;
}
@media (max-width: 1199.98px) {
  .main-service-section h4 {
    margin: 10px 0px;
  }
}
.main-service-section .bg-img-fleet {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
}
.main-service-section .rig-img {
  margin-bottom: 50px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
@media (max-width: 767.98px) {
  .main-service-section .rig-img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .main-service-section .rig-img img {
    width: 100px;
  }
}
@media (max-width: 480px) {
  .main-service-section .rig-img img {
    width: 80px;
  }
}
.main-service-section p {
  margin-bottom: 1rem;
  position: relative;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 1199.98px) {
  .main-service-section p {
    margin-bottom: 0.3rem;
  }
}
.main-service-section:hover {
  background: #003C34;
  color: #fff;
}
.main-service-section:hover .big-medium {
  color: #E5A93F;
}
.main-service-section:hover .main-btn.right-arrow {
  color: #F6630C !important;
}
.main-service-section:hover h4 {
  color: #fff;
}
.main-service-section:hover p {
  color: #fff;
}
.main-service-section:hover .bg-img-fleet {
  opacity: 0.1;
  transform: scale(1.1);
}
@media (max-width: 575.98px) {
  .main-service-section:hover .bg-img-fleet {
    display: none;
  }
}
.main-service-section:hover .rig-img {
  opacity: 1;
}
.main-service-section:hover .rig-img svg.convert-to-svg path {
  fill: #F6630C;
}

@media (max-width: 480px) {
  .our-fleet-video {
    font-size: 17px;
    line-height: 1rem;
  }
}

.our-team {
  height: 100%;
  padding-right: 150px;
  padding-bottom: 10px;
}
@media (max-width: 1199.98px) {
  .our-team {
    padding-right: 30px;
  }
}
.our-team .rig-img {
  margin-bottom: 30px;
}

.our-team-main a {
  height: 100%;
}

@media (max-width: 767.98px) {
  .our-team-abt p {
    margin-bottom: 0px;
  }
}

.search-results .search-input {
  border-radius: 0px;
  background: #F5F5F5;
  border: none;
  padding: 15px;
}
@media (max-width: 991.98px) {
  .search-results .search-input {
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  .search-results .search-input {
    height: 40px;
  }
}
.search-results .results-button .main-btn {
  margin-right: 0px;
  padding: 18px 40px;
  border: none;
  border-radius: 0px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .search-results .results-button .main-btn {
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  .search-results .results-button .main-btn {
    padding: 14px 15px;
    height: 40px;
  }
}
.search-results .results-button .main-btn .icon-search:before {
  font-size: 23px;
  margin-right: 8px;
}

.results-small-title {
  font-size: 18px;
  margin-bottom: 45px;
}
@media (max-width: 991.98px) {
  .results-small-title {
    margin-bottom: 25px;
  }
}

.search-result-section {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 30px;
  margin-top: 25px;
}
@media (max-width: 480px) {
  .search-result-section {
    padding-bottom: 10px;
  }
}
.search-result-section h4 {
  margin-bottom: 20px;
}
.search-result-section p {
  margin-bottom: 1rem;
}

/*General Pagination*/
.pagination {
  text-align: center;
  margin-top: 3.75rem;
  margin-bottom: 10px;
  display: table;
  width: 100%;
}

.pagination li {
  display: inline-table;
  margin-left: 2px;
  margin-right: 2px;
}

.page-link {
  border: none;
}

.pagination li a {
  font-size: 14px;
  font-weight: 500;
  color: #A5A5A5;
  /*border-radius: 1px;*/
  /*border: 1px solid rgba(26, 167, 156, 0);*/
  padding: 3px 12px 3px;
  margin: 0;
  cursor: pointer;
  background-color: transparent;
  text-transform: uppercase;
}

.pagination li a:hover {
  /*	border: 1px solid rgba(26, 167, 156, 0.3);*/
  color: #F6630C;
  /*background: #1AA79C;
  border-radius: 5px;*/
}

.pagination .page-item.active .page-link {
  font-size: 1rem;
  color: #F6630C;
  font-weight: 500;
  border-radius: 1px;
  /*border: 1px solid rgba(0, 174, 214, 1);*/
  padding: 3px 12px 3px;
  border-radius: 5px;
  margin: 0;
  background-color: transparent;
  z-index: 1;
}

.page-link:focus {
  color: #F6630C;
}

.pagination .page-item .PagedList-skipToPrevious,
.pagination .page-item .PagedList-skipToNext {
  padding: 5px 0 5px 0;
  display: inline-block;
  border-radius: 1px;
}

.pagination .page-item:last-child .page-link,
.pagination .page-item:first-child .page-link {
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
}

.pagination .page-item.active {
  font-weight: 500;
}

.strive-inner-pages {
  border-bottom: 1px solid rgba(165, 165, 165, 0.5);
  margin-top: 0px;
}
@media (max-width: 991.98px) {
  .strive-inner-pages {
    margin-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .strive-inner-pages {
    margin-bottom: 106px;
  }
}
@media (max-width: 575.98px) {
  .strive-inner-pages {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .strive-inner-pages {
    overflow: hidden;
    margin-bottom: 0px;
  }
}
@media (max-width: 575.98px) {
  .strive-inner-pages .strive-letter svg {
    height: 64px;
  }
}
@media (max-width: 480px) {
  .strive-inner-pages .strive-letter svg {
    height: 50px;
  }
}
@media (max-width: 388px) {
  .strive-inner-pages .strive-letter svg {
    height: 43px;
  }
}
.strive-inner-pages svg.active .letter-s-1 {
  fill: rgb(246, 99, 12);
  stroke: #003C34;
}
.strive-inner-pages svg.active .letter-r-2 {
  fill: rgb(246, 99, 12);
  stroke: #003C34;
}
.strive-inner-pages .meaning {
  color: #003C34;
}

.strive-disc-inner p {
  font-size: 20px;
  font-weight: 300;
  color: #313131;
}
@media (max-width: 991.98px) {
  .strive-disc-inner p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767.98px) {
  .strive-disc-inner p {
    font-size: 16px;
    line-height: 24px;
  }
}

.clients-div {
  background: #F4F4F4;
  padding: 50px 50px;
  text-align: center;
  transition: all 0.5s ease 0s;
}
.clients-div:hover {
  box-shadow: 2px 2px 15px 0 rgba(135, 135, 135, 0.4);
}

.awards-section-inner-main a {
  width: 100%;
  height: 100%;
}

.awards-section {
  background: #F4F4F4;
  padding: 40px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  cursor: pointer;
  height: 100%;
  padding-bottom: 15px;
}
@media (max-width: 1199.98px) {
  .awards-section {
    padding: 30px;
  }
}
.awards-section h4 {
  margin: 5px 0px;
  width: 70%;
  line-height: 2.4rem;
  margin-bottom: 40px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1199.98px) {
  .awards-section h4 {
    margin: 10px 0px;
  }
}
@media (max-width: 480px) {
  .awards-section h4 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .awards-section h4 {
    margin: 0px 0px;
    line-height: 2rem;
  }
}
.awards-section .bg-img-awards {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-position: 410px 32px;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
}
@media (max-width: 1399.98px) {
  .awards-section .bg-img-awards {
    background-position: 350px 35px;
  }
}
@media (max-width: 1199.98px) {
  .awards-section .bg-img-awards {
    background-position: 269px 27px;
  }
}
@media (max-width: 991.98px) {
  .awards-section .bg-img-awards {
    background-position: 534px 6px;
    transform: scale(0.7);
  }
}
@media (max-width: 767.98px) {
  .awards-section .bg-img-awards {
    background-position: 349px 22px;
  }
}
@media (max-width: 480px) {
  .awards-section .bg-img-awards {
    display: none;
  }
}
.awards-section .awards-sub-head {
  font-size: 20px;
  font-weight: 500;
  color: #868686;
}
@media (max-width: 1199.98px) {
  .awards-section .awards-sub-head {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .awards-section .awards-sub-head {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .awards-section .awards-sub-head {
    font-size: 14px;
  }
}
@media (max-width: 388px) {
  .awards-section .awards-sub-head {
    font-size: 12px;
  }
}
.awards-section p {
  margin-bottom: 1rem;
  position: relative;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 1199.98px) {
  .awards-section p {
    margin-bottom: 0.3rem;
  }
}
.awards-section .rig-img-hover {
  top: 40px;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
@media (max-width: 767.98px) {
  .awards-section .rig-img-hover img {
    width: 100px;
  }
}
@media (max-width: 480px) {
  .awards-section .rig-img-hover img {
    width: 80px;
  }
}
.awards-section:hover {
  background: #003C34;
  color: #fff;
}
.awards-section:hover .awards-sub-head {
  color: #6A908A;
}
.awards-section:hover .big-medium {
  color: #E5A93F;
}
.awards-section:hover .main-btn.right-arrow {
  color: #F6630C !important;
}
.awards-section:hover h4 {
  color: #fff;
}
.awards-section:hover p {
  color: #fff;
}
.awards-section:hover .bg-img-awards {
  opacity: 1;
  transform: scale(1.1);
  right: 0px;
}
@media (max-width: 991.98px) {
  .awards-section:hover .bg-img-awards {
    transform: scale(0.8);
  }
}

.services:after {
  background: rgb(0, 60, 52);
  background: -moz-linear-gradient(177deg, rgba(0, 60, 52, 0.2245273109) 15%, rgba(0, 60, 52, 0.7763480392) 100%);
  background: -webkit-linear-gradient(177deg, rgba(0, 60, 52, 0.2245273109) 15%, rgba(0, 60, 52, 0.7763480392) 100%);
  background: linear-gradient(177deg, rgba(0, 60, 52, 0.2245273109) 15%, rgba(0, 60, 52, 0.7763480392) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003c34",endColorstr="#003c34",GradientType=1);
}
.services .sustain-btn {
  left: unset;
  right: 0px;
}
@media (max-width: 767.98px) {
  .services .sustain-btn .right-arrow:after {
    bottom: 0px;
  }
}
@media (max-width: 991.98px) {
  .services .sustain-btn {
    right: -12px;
    bottom: 5px;
  }
}
.services .serives-inner {
  position: absolute;
  bottom: 35px;
  left: 35px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .services .serives-inner {
    bottom: 20px;
    left: 20px;
  }
}
.services .shore-number {
  font-size: 80px;
  font-weight: bold;
  color: #fff;
  z-index: 9;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
  padding-bottom: 37px;
}
@media (max-width: 1199.98px) {
  .services .shore-number {
    font-size: 70px;
  }
}
@media (max-width: 991.98px) {
  .services .shore-number {
    font-size: 60px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 767.98px) {
  .services .shore-number {
    font-size: 45px;
  }
}
@media (max-width: 767.98px) {
  .services .shore-number {
    font-size: 55px;
  }
}
@media (max-width: 575.98px) {
  .services .shore-number {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  .services .shore-number {
    font-size: 35px;
  }
}
@media (max-width: 388px) {
  .services .shore-number {
    font-size: 25px;
  }
}
.services .shore-sub-head {
  font-size: 22px;
  text-transform: uppercase;
  color: #E5A93F;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .services .shore-sub-head {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .services .shore-sub-head {
    font-size: 17px;
    padding-top: 6px;
  }
}
@media (max-width: 767.98px) {
  .services .shore-sub-head {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .services .shore-sub-head {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .services .shore-sub-head {
    font-size: 13px;
  }
}
@media (max-width: 388px) {
  .services .shore-sub-head {
    font-size: 12px;
  }
}

.services-hr {
  background-color: rgba(165, 165, 165, 0.5);
  margin-top: 0px;
}

.rigs-main-inner:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(0, 60, 52);
  background: -moz-linear-gradient(0deg, rgb(0, 60, 52) 0%, rgba(0, 60, 52, 0.7259278711) 30%, rgba(0, 60, 52, 0.1180847339) 62%, rgba(0, 60, 52, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(0, 60, 52) 0%, rgba(0, 60, 52, 0.7259278711) 30%, rgba(0, 60, 52, 0.1180847339) 62%, rgba(0, 60, 52, 0) 100%);
  background: linear-gradient(0deg, rgb(0, 60, 52) 0%, rgba(0, 60, 52, 0.7259278711) 30%, rgba(0, 60, 52, 0.1180847339) 62%, rgba(0, 60, 52, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003c34",endColorstr="#003c34",GradientType=1);
  bottom: 0px;
}
.rigs-main-inner .big-font {
  font-size: 20px !important;
  opacity: 0;
}
@media (max-width: 1199.98px) {
  .rigs-main-inner .big-font {
    font-size: 17px !important;
  }
}
@media (max-width: 991.98px) {
  .rigs-main-inner .big-font {
    font-size: 15px !important;
  }
}
.rigs-main-inner .sustain-btn {
  bottom: 23px;
}
.rigs-main-inner .sustain-btn .right-arrow {
  padding-right: 37px;
}
.rigs-main-inner .sustain-btn .right-arrow:after {
  bottom: 12px;
  font-size: 11px;
}
@media (max-width: 767.98px) {
  .rigs-main-inner .sustain-btn .right-arrow:after {
    bottom: 0px;
  }
}
.rigs-main-inner .shore-number {
  font-size: 50px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  bottom: -27px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
@media (max-width: 1199.98px) {
  .rigs-main-inner .shore-number {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .rigs-main-inner .shore-number {
    font-size: 30px;
    padding-bottom: 3px;
  }
}
.rigs-main-inner .shore-sub-head {
  font-size: 20px;
  font-weight: 300;
  color: #E5E5E5;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
@media (max-width: 1199.98px) {
  .rigs-main-inner .shore-sub-head {
    font-size: 17px;
  }
}
@media (max-width: 991.98px) {
  .rigs-main-inner .shore-sub-head {
    font-size: 15px;
    padding-top: 0px;
  }
}
.rigs-main-inner:hover .shore-number {
  bottom: 10px;
}
.rigs-main-inner:hover .shore-sub-head {
  bottom: -26px;
  opacity: 1;
}
.rigs-main-inner:hover .big-font {
  opacity: 1;
  font-size: 20px;
}

/*gallery*/
.gallery-cont .gallery-play a:before {
  font-size: 60px;
  top: 45%;
}

.gallery-text {
  position: absolute;
  bottom: 20px;
  left: 30px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .gallery-text {
    text-align: left;
    bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .gallery-text {
    left: 20px;
  }
}
@media (max-width: 388px) {
  .gallery-text {
    left: 15px;
  }
}

.gallery-text h6 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 300;
}
@media (max-width: 1199.98px) {
  .gallery-text h6 {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .gallery-text h6 {
    font-size: 16px;
    line-height: 15px;
  }
}
@media (max-width: 767.98px) {
  .gallery-text h6 {
    font-size: 14px;
    line-height: 15px;
  }
}
@media (max-width: 767.98px) {
  .gallery-text h6 {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (max-width: 767.98px) {
  .gallery-text h6 {
    margin-bottom: 0px;
  }
}

.gallery-text h5 {
  color: #fff;
  font-size: 30px;
  line-height: 1.4;
  margin-right: 15px;
}
@media (max-width: 1199.98px) {
  .gallery-text h5 {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .gallery-text h5 {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .gallery-text h5 {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .gallery-text h5 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .gallery-text h5 {
    font-size: 18px;
  }
}
@media (max-width: 388px) {
  .gallery-text h5 {
    font-size: 16px;
  }
}

.gallery-icon .icon-video:before {
  font-size: 21px;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .gallery-icon .icon-video:before {
    font-size: 13px;
  }
}

.gallery-icon .icon-audio:before {
  font-size: 21px;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .gallery-icon .icon-audio:before {
    font-size: 13px;
  }
}

.gallery-sorting {
  margin: 0 auto;
  padding: 0px;
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 20px;
}

.results-small-title {
  margin-bottom: 15px;
}

.gallery-sorting .nav-link.active {
  background: none;
  border-radius: 0px;
  color: #F6630C;
}

.gallery-sorting .nav-link {
  font-size: 22px !important;
  font-weight: 500 !important;
  padding: 5px 48px;
  color: #003C34;
}
@media (max-width: 480px) {
  .gallery-sorting .nav-link {
    font-size: 15px !important;
    padding: 5px 15px;
  }
}

.nav-link:first-child {
  padding-left: 0px;
}

.gallery-sorting a.nav-link {
  color: #9A9A9A;
}

.gallery-cont .gallery-play {
  position: relative;
}
.gallery-cont .gallery-play a:after {
  background: rgb(49, 49, 49);
  background: -moz-linear-gradient(198deg, rgba(49, 49, 49, 0.0368522409) 12%, rgba(0, 15, 13, 0.6701855742) 100%);
  background: -webkit-linear-gradient(198deg, rgba(49, 49, 49, 0.0368522409) 12%, rgba(0, 15, 13, 0.6701855742) 100%);
  background: linear-gradient(198deg, rgba(49, 49, 49, 0.0368522409) 12%, rgba(0, 15, 13, 0.6701855742) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#313131", endColorstr="#000f0d", GradientType=1);
  position: absolute;
  content: "";
  height: 100%;
  bottom: 0px;
  display: block;
  width: 100%;
}
.gallery-cont .gallery-play a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.gallery-cont .gallery-play .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 60, 52, 0.6);
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.gallery-cont .gallery-play:hover .overlay {
  background: rgba(0, 60, 52, 0.8);
}
.gallery-cont .row.photo-video > div {
  padding-right: 2px;
  padding-left: 0;
  padding-bottom: 2px;
}
.gallery-cont .gallery-play a:before {
  content: "\e907";
  position: absolute;
  font-family: "icomoon";
  z-index: 1;
  color: #F6630C;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0;
  font-size: 32px !important;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  background: rgba(255, 255, 255, 0.6);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  padding-top: 26px;
  padding-left: 7px;
}
@media (max-width: 991.98px) {
  .gallery-cont .gallery-play a:before {
    padding-top: 15px;
  }
}
@media (max-width: 480px) {
  .gallery-cont .gallery-play a:before {
    padding-top: 12px;
    width: 60px;
    height: 60px;
    font-size: 23px !important;
  }
}
.gallery-cont .gallery-play.photogallery a:before {
  content: "\e90b";
  font-size: 40px !important;
  padding-left: 0px;
}
@media (max-width: 991.98px) {
  .gallery-cont .gallery-play.photogallery a:before {
    padding-top: 12px;
  }
}
@media (max-width: 480px) {
  .gallery-cont .gallery-play.photogallery a:before {
    padding-top: 5px;
    font-size: 32px !important;
  }
}
.gallery-cont .gallery-play .img-gallery img {
  width: 100%;
}
.gallery-cont .gallery-play:hover a:before {
  opacity: 1;
  color: #F6630C;
}
/*news listing*/
.news-listing-inner .input-group input.form-control {
  border-radius: 0px !important;
  padding: 12px 16px;
  background: #F5F5F5;
  border: 0px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  font-weight: 300;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .news-listing-inner .input-group input.form-control {
    padding: 10px 16px;
  }
}
@media (max-width: 767.98px) {
  .news-listing-inner .input-group input.form-control {
    font-size: 14px;
  }
}
.news-listing-inner .input-group-append {
  position: absolute;
  right: 5px;
  top: 5px;
}
.news-listing-inner span.press-release-search:before {
  content: "\e905";
  font-family: "icomoon";
  color: #76777a;
  font-size: 22px;
}
.news-listing-inner select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url(../images/inside-page/dropdown-arrow.png);
  background-repeat: no-repeat;
  background-position-x: 96%;
  background-position-y: 23px;
}
.news-listing-inner .nice-select {
  background: #F5F5F5;
  border: 0px;
  z-index: 1;
}
.news-listing-inner .nice-select:after {
  content: "\e90c";
  font-family: "icomoon";
}
.news-listing-inner .nice-select:active, .news-listing-inner .nice-select.open, .news-listing-inner .nice-select:focus {
  border: none;
}
.news-listing-inner .btn-primary {
  background: none;
  z-index: 1;
  border: none;
}
.news-listing-inner .nice-select .option.selected {
  color: #F6630C;
}

.news-inner-thumb {
  position: relative;
}
.news-inner-thumb h6 {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  display: none;
  position: absolute;
  bottom: 100px;
  left: 20px;
  z-index: 1;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 1199.98px) {
  .news-inner-thumb h6 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .news-inner-thumb h6 {
    font-size: 14px;
  }
}
.news-inner-thumb .news-first-head {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 50px;
  font-size: 30px;
  line-height: 2.2rem;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  z-index: 1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1440px) {
  .news-inner-thumb .news-first-head {
    font-size: 27px;
    right: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 1399.98px) {
  .news-inner-thumb .news-first-head {
    font-size: 26px;
    left: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 1199.98px) {
  .news-inner-thumb .news-first-head {
    font-size: 24px;
    left: 20px;
    right: 20px;
    line-height: 2rem;
  }
}
@media (max-width: 991.98px) {
  .news-inner-thumb .news-first-head {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .news-inner-thumb .news-first-head {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .news-inner-thumb .news-first-head {
    font-size: 20px;
    bottom: 20px;
    line-height: 1.7rem;
  }
}
@media (max-width: 480px) {
  .news-inner-thumb .news-first-head {
    font-size: 18px;
  }
}
.news-inner-thumb .news-home-text {
  bottom: -232px;
  background: #fff;
  position: absolute;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  padding: 16px 7px;
  font-size: 30px;
  color: #003C34;
  font-weight: 500;
  line-height: 2.2rem;
  border-right: 45px solid #E5A93F;
  min-height: 100px;
  z-index: 999;
  /*background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6909357492997199) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6909357492997199) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6909357492997199) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);*/
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  /*&:hover {
  	background: #fff;
  	border-right: 45px solid #E5A93F;
  	color: $green-color;
  	@include transition(.5s);

  	.date {
  		display: block;
  		@include transition(.5s);

  	}

  	&:after {
  		display: block;
  		right: -36px;
  	}
  }*/
}
.news-inner-thumb .news-home-text:hover .news-first-head {
  opacity: 0;
}
.news-inner-thumb .news-home-text:after {
  content: "\e904";
  position: absolute;
  font-family: "icomoon";
  font-size: 12px !important;
  color: #003C34;
  text-align: right;
  top: 41px;
  right: -36px;
}
@media (max-width: 991.98px) {
  .news-inner-thumb .news-home-text:after {
    top: 37px;
  }
}
@media (max-width: 767.98px) {
  .news-inner-thumb .news-home-text:after {
    right: -34px;
    font-size: 11px !important;
    top: 41%;
  }
}
@media (max-width: 1440px) {
  .news-inner-thumb .main-text {
    font-size: 27px;
  }
}
@media (max-width: 1399.98px) {
  .news-inner-thumb .main-text {
    font-size: 26px;
    line-height: 36px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 1199.98px) {
  .news-inner-thumb .main-text {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 991.98px) {
  .news-inner-thumb .main-text {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .news-inner-thumb .main-text {
    font-size: 23px;
  }
}
@media (max-width: 575.98px) {
  .news-inner-thumb .main-text {
    font-size: 20px;
    line-height: 30px;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 480px) {
  .news-inner-thumb .main-text {
    font-size: 18px;
  }
}

.news-inner-thumb:hover .news-home-text {
  bottom: 0px !important;
  opacity: 1 !important;
}

.news-inner-thumb:hover h6 {
  opacity: 1;
  display: block;
}

.news-inner-thumb:hover .news-first-head {
  opacity: 0;
}

.news-inner-thumb:after {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6909357493) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6909357493) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6909357493) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  position: absolute;
  content: "";
  height: 100%;
  bottom: 0px;
  display: block;
  width: 100%;
}

/*news details*/
.news-detail-head .news-head {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.news-detail-head .news-head h1 {
  width: 70%;
}
.news-dtls-quote {
  border-bottom: 2px solid #E5A93F;
  border-top: 2px solid #E5A93F;
  line-height: 2rem;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 22px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .news-dtls-quote {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .news-dtls-quote {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .news-dtls-quote {
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575.98px) {
  .news-dtls-quote {
    font-size: 16px;
  }
}
@media (max-width: 388px) {
  .news-dtls-quote {
    font-size: 14px;
  }
}
.news-dtls-quote .quote-name {
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .news-dtls-quote .quote-name {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .news-dtls-quote .quote-name {
    font-size: 16px;
  }
}
@media (max-width: 388px) {
  .news-dtls-quote .quote-name {
    font-size: 14px;
  }
}
.news-dtls-quote .quote-desig {
  font-weight: 300;
}
.news-dtls-quote:before {
  background: url("../images/quote-left.png");
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  left: 0;
  top: -20px;
}
.news-dtls-quote:after {
  background: url("../images/quote-right.png");
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  right: 0;
  bottom: -99px;
  background-position: right;
}
@media (max-width: 1199.98px) {
  .news-dtls-quote:after {
    bottom: -113px;
  }
}
@media (max-width: 767.98px) {
  .news-dtls-quote:after {
    bottom: -133px;
  }
}
@media (max-width: 575.98px) {
  .news-dtls-quote:after {
    bottom: -133px;
  }
}
@media (max-width: 480px) {
  .news-dtls-quote:after {
    bottom: -162px;
  }
}
@media (max-width: 388px) {
  .news-dtls-quote:after {
    bottom: -176px;
  }
}

.news-details-main-slider {
  position: relative;
  width: 100%;
  padding: 0;
}
@media (max-width: 575.98px) {
  .news-details-main-slider {
    margin-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.news-details-main-slider .awards-section-inner {
  padding-top: 20px;
}
@media (max-width: 991.98px) {
  .news-details-main-slider .awards-section-inner {
    padding-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .news-details-main-slider .awards-section-inner {
    padding-top: 16px;
  }
}
.news-details-main-slider .awards-col .awards-name {
  color: #E5A93F;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.news-details-main-slider .awards-col p {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .news-details-main-slider .awards-col p {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .news-details-main-slider .awards-col p {
    font-size: 18px;
  }
}

.news-details-main-inner-slider {
  margin-top: 35px;
  padding-bottom: 40px;
  position: relative;
}
@media (max-width: 991.98px) {
  .news-details-main-inner-slider {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.news-details-main-inner-slider .news-inner-thumb {
  /*height: 390px;*/
}
@media (max-width: 1199.98px) {
  .news-details-main-inner-slider .news-inner-thumb {
    height: auto;
  }
}
.news-details-main-inner-slider .owl-nav {
  position: absolute;
  font-size: 31px;
  right: 30px;
  top: -92px;
}
@media (max-width: 1199.98px) {
  .news-details-main-inner-slider .owl-nav {
    right: 20px;
  }
}
@media (max-width: 767.98px) {
  .news-details-main-inner-slider .owl-nav {
    top: -92px;
  }
}
@media (max-width: 575.98px) {
  .news-details-main-inner-slider .owl-nav {
    right: 37px;
  }
}
@media (max-width: 480px) {
  .news-details-main-inner-slider .owl-nav {
    top: -87px;
  }
}
@media (max-width: 388px) {
  .news-details-main-inner-slider .owl-nav {
    display: none;
  }
}
.news-details-main-inner-slider .owl-nav button:before {
  font-family: "icomoon";
  color: #D6D6D6;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  font-size: 11px;
  border: 1px solid rgba(165, 165, 165, 0.3);
  padding-top: 5px;
}
.news-details-main-inner-slider .owl-nav button.owl-prev:before {
  content: "\e900";
  right: 25px;
  color: rgba(165, 165, 165, 0.3);
}
@media (max-width: 991.98px) {
  .news-details-main-inner-slider .owl-nav button.owl-prev:before {
    top: 10px;
  }
}
@media (max-width: 767.98px) {
  .news-details-main-inner-slider .owl-nav button.owl-prev:before {
    top: 13px;
  }
}
.news-details-main-inner-slider .owl-nav button.owl-next:before {
  content: "\e901";
  color: rgba(165, 165, 165, 0.3);
}
@media (max-width: 991.98px) {
  .news-details-main-inner-slider .owl-nav button.owl-next:before {
    top: 10px;
  }
}
@media (max-width: 767.98px) {
  .news-details-main-inner-slider .owl-nav button.owl-next:before {
    top: 13px;
  }
}
.news-details-main-inner-slider .owl-prev span {
  margin-right: 14px;
  background: none;
  font-size: 28px;
}
.news-details-main-inner-slider .owl-next span {
  position: relative;
  left: 15px;
  top: 2px;
}
.news-details-main-inner-slider .owl-prev span:hover {
  padding: 20px;
  color: #000;
}
.news-details-main-inner-slider .owl-nav [class*=owl-]:hover {
  background: none !important;
  color: #E5A93F;
  text-decoration: none;
}

.contact-form-area h4 {
  margin-bottom: 40px;
}
.contact-form-area .cnt-input {
  float: left;
  padding: 12px 12px;
  background-color: #FCFCFC;
  border: 1px solid #A5A5A5;
  box-shadow: none;
  border-radius: 0px;
  font-size: 18px;
  color: #003C34;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
@media (max-width: 767.98px) {
  .contact-form-area .cnt-input {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .contact-form-area .cnt-input {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .contact-form-area .cnt-input {
    font-size: 14px;
  }
}
.contact-form-area .cnt-text-area {
  padding: 12px 12px;
  background-color: #FCFCFC;
  border: 1px solid #A5A5A5;
  box-shadow: none;
  border-radius: 0px;
  font-size: 18px;
  color: #003C34;
  height: 15rem;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
@media (max-width: 767.98px) {
  .contact-form-area .cnt-text-area {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .contact-form-area .cnt-text-area {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .contact-form-area .cnt-text-area {
    font-size: 14px;
  }
}
.contact-form-area input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 300;
}
.contact-form-area textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 300;
}
.contact-form-area input:focus {
  border: 1px solid #003C34;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.contact-form-area textarea:focus {
  border: 1px solid #003C34;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.contact-form-area .cnt-btn {
  border-radius: 0px;
  border-radius: 0px;
  padding-left: 30px;
  padding-right: 52px;
}
.contact-form-area .cnt-btn:after {
  font-family: "icomoon" !important;
  position: absolute;
  font-size: 11px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  content: "\e904";
  right: 19px;
  bottom: 13px;
}
@media (max-width: 767.98px) {
  .contact-form-area .cnt-btn:after {
    font-size: 9px;
    bottom: 8px;
  }
}
.contact-form-area .cnt-btn:after:hover {
  color: #003C34 !important;
  background: transparent;
}
.contact-form-area .cnt-btn:after:hover:after {
  right: 5px;
}

.address-area {
  background: #003C34;
}

.address-area-fields {
  position: relative;
  background: url("../images/cnt-img.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 35px 60px;
  background-size: cover;
}
@media (max-width: 1199.98px) {
  .address-area-fields {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .address-area-fields {
    padding: 20px;
  }
}
.address-area-fields h5 {
  font-size: 22px;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .address-area-fields h5 {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .address-area-fields h5 {
    font-size: 19px;
  }
}
@media (max-width: 767.98px) {
  .address-area-fields h5 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .address-area-fields h5 {
    font-size: 16px;
  }
}
@media (max-width: 388px) {
  .address-area-fields h5 {
    font-size: 14px;
  }
}

.address-head {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #6A908A;
}
@media (max-width: 1199.98px) {
  .address-head {
    font-size: 13px;
  }
}
@media (max-width: 991.98px) {
  .address-head {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .address-head {
    font-size: 11x;
  }
}

.address-txt p {
  color: #fff;
  /* text-transform: uppercase; */
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 3px;
}
@media (max-width: 1199.98px) {
  .address-txt p {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .address-txt p {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .address-txt p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .address-txt p {
    font-size: 16px;
  }
}
@media (max-width: 388px) {
  .address-txt p {
    font-size: 14px;
  }
}
.address-txt p a {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  .address-txt p a {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .address-txt p a {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .address-txt p a {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .address-txt p a {
    font-size: 16px;
  }
}
@media (max-width: 388px) {
  .address-txt p a {
    font-size: 14px;
  }
}
.address-txt p a:hover {
  color: #E5A93F;
}

.add-div {
  border-bottom: 1px solid #3F625D;
  padding-bottom: 13px;
  margin-bottom: 17px;
}
@media (max-width: 767.98px) {
  .add-div {
    padding-bottom: 8px;
    margin-bottom: 13px;
  }
}

.add-div:last-child {
  border-bottom: none;
}

.cnt-social-media {
  display: flex;
  float: left;
  align-items: center;
}
.cnt-social-media span {
  color: #fff;
  font-size: 20px;
  margin-right: 18px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
@media (max-width: 480px) {
  .cnt-social-media span {
    font-size: 17px;
    margin-right: 15px;
  }
}
.cnt-social-media span:hover {
  color: #E5A93F;
}

/*Contact Google Map*/
.google-map-container {
  padding: 0px !important;
}

.map-holder {
  position: relative;
  background: #f2f4fa;
  z-index: 1;
}

#map {
  display: block;
  position: relative;
  width: 100%;
  height: 600px;
  background: #f2f4fa;
  border-top: solid 1px #e3e9ed;
}
@media (max-width: 991.98px) {
  #map {
    height: 450px;
  }
}
@media (max-width: 767.98px) {
  #map {
    height: 500px;
  }
}

.gm-style .gm-style-iw-c {
  border-radius: 0;
}

.gm-style .gm-style-iw p {
  font-size: 14px;
  font-family: "Certo Sans";
  text-transform: uppercase;
  line-height: 22px;
  position: relative;
  display: block;
  padding: 8px 5px 5px 15px;
  margin-bottom: 0px;
  padding-left: 12px;
}
@media (max-width: 480px) {
  .gm-style .gm-style-iw p {
    font-size: 13px;
  }
}

.gm-style .gm-style-iw h5 {
  margin-left: 10px;
  margin-top: 10px;
  font-size: 25px;
}
@media (max-width: 480px) {
  .gm-style .gm-style-iw h5 {
    font-size: 22px;
  }
}

.gm-style .gm-style-iw-t::after {
  top: -2px;
}

.gm-style .gm-style-iw a {
  color: #171c8f;
  white-space: nowrap;
}

.gm-style .gm-style-iw a:hover {
  color: #003c34;
}

.gm-style .mail a {
  text-transform: lowercase;
}

.gm-style .direction a {
  text-transform: capitalize;
}

/*.gm-style .gm-style-iw p.mapp:before {
   content: "\e90f";
}*/
/*.gm-style .gm-style-iw p:before, .gm-style .gm-style-iw p span:before {
    font-size: 18px;
    font-family: 'st-icons';
    color: #ffb71b;
    position: relative;
    width: 40px;
    margin-left: -26px;
    padding-right: 8px;
    vertical-align: middle;
	top:1px;
}
.gm-style .gm-style-iw p span.tel:before {
    content: "\e906";
}
.gm-style .gm-style-iw p span.fax:before {
    content: "\e900";
	margin-left: 12px;
}
.gm-style .gm-style-iw p span.mail:before {
    content: "\e905";
	font-size: 14px;

}
.gm-style .gm-style-iw p span.direction:before {
    content: "\e90f";
	margin-left: 9px;
	text-transform: capitalize;
}
.gm-style .gm-style-iw p span:hover.direction:after {
	color: #171c8f;
}*/
.gm-style .gm-style-iw a {
  color: #F6630C;
  white-space: nowrap;
}

.gm-style .gm-style-iw-d {
  padding-bottom: 10px;
}

@media (max-width: 767.98px) {
  .logo-cnt img {
    width: 170px;
  }
}

.page-not-main {
  padding: 0px;
  height: 100vh;
  position: relative;
  background: #003C34;
}
.page-not-main:before {
  background: url("../images/page-not-pattern.png");
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  height: 100%;
  bottom: 0px;
  display: block;
  width: 100%;
  background-position: left bottom;
}
@media (max-width: 1199.98px) {
  .page-not-main:before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .page-not-main:before {
    display: block;
    background: url("../images/leader-pattern.png");
    background-repeat: no-repeat;
    background-position: left bottom;
  }
}

.page-not-found-text {
  position: absolute;
  right: -23%;
  top: 30%;
}
@media (max-width: 1440px) {
  .page-not-found-text {
    right: -32%;
  }
}
@media (max-width: 1399.98px) {
  .page-not-found-text {
    right: -43%;
  }
}
@media (max-width: 991.98px) {
  .page-not-found-text {
    right: 20px;
    left: 20px;
    text-align: center;
  }
}
.page-not-found-text h1 {
  color: #fff;
}
@media (max-width: 480px) {
  .page-not-found-text h1 {
    font-size: 27px;
  }
}
.page-not-found-text .abstract-text-inner {
  width: 40%;
  color: #fff;
}
@media (max-width: 991.98px) {
  .page-not-found-text .abstract-text-inner {
    width: 100%;
  }
}
.page-not-logo {
  position: absolute;
  left: 50px;
  top: 50px;
}
@media (max-width: 991.98px) {
  .page-not-logo {
    position: absolute;
    left: 0;
    top: 30px;
    right: 0;
    text-align: center;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .page-not-logo img {
    width: 170px;
  }
}
@media (max-width: 991.98px) and (max-width: 480px) {
  .page-not-logo {
    top: 20px;
  }
}

.page-not-img {
  width: 100%;
}
.page-not-img:after {
  background: rgb(49, 49, 49);
  background: -moz-linear-gradient(198deg, rgba(49, 49, 49, 0.0368522409) 12%, rgba(0, 15, 13, 0.3701855742) 100%);
  background: -webkit-linear-gradient(198deg, rgba(49, 49, 49, 0.0368522409) 12%, rgba(0, 15, 13, 0.3701855742) 100%);
  background: linear-gradient(198deg, rgba(49, 49, 49, 0.0368522409) 12%, rgba(0, 15, 13, 0.3701855742) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#313131", endColorstr="#000f0d", GradientType=1);
  position: absolute;
  content: "";
  height: 100%;
  bottom: 0px;
  display: block;
  width: 100%;
}

.page-not-img img {
  height: 100vh;
}
@media (max-width: 1700px) {
  .page-not-img img {
    width: 38%;
  }
}
@media (max-width: 1440px) {
  .page-not-img img {
    width: 34%;
  }
}
@media (max-width: 1199.98px) {
  .page-not-img img {
    width: 46%;
  }
}
@media (max-width: 991.98px) {
  .page-not-img img {
    display: none;
  }
}

.page-not-big-text {
  position: absolute;
  left: 50px;
  bottom: 50px;
}
@media (max-width: 991.98px) {
  .page-not-big-text {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
  }
}
.page-not-big-text h1 {
  color: #fff;
  font-size: 48px;
  line-height: 3.2rem;
}
@media (max-width: 1700px) {
  .page-not-big-text h1 {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .page-not-big-text h1 {
    font-size: 30px;
    line-height: 2.3rem;
  }
}
@media (max-width: 1440px) {
  .page-not-big-text h1 {
    width: 34%;
  }
}
@media (max-width: 1199.98px) {
  .page-not-big-text h1 {
    width: 100%;
  }
}

.gallery-play-inner-heritage {
  position: relative;
}
.gallery-play-inner-heritage img {
  display: block;
  transition: transform 0.4s;
  width: 100%;
}
.gallery-play-inner-heritage a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.gallery-play-inner-heritage .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0, 60, 52);
  background: -moz-linear-gradient(276deg, rgba(0, 60, 52, 0.2245273109) 15%, rgba(0, 60, 52, 0.2777485994) 100%);
  background: -webkit-linear-gradient(276deg, rgba(0, 60, 52, 0.2245273109) 15%, rgba(0, 60, 52, 0.2777485994) 100%);
  background: linear-gradient(276deg, rgba(0, 60, 52, 0.2245273109) 15%, rgba(0, 60, 52, 0.2777485994) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003c34",endColorstr="#003c34",GradientType=1);
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.gallery-play-inner-heritage:hover .overlay {
  background: rgb(0, 60, 52);
  background: -moz-linear-gradient(276deg, rgba(0, 60, 52, 0.2245273109) 15%, rgba(0, 60, 52, 0.5242471989) 100%);
  background: -webkit-linear-gradient(276deg, rgba(0, 60, 52, 0.2245273109) 15%, rgba(0, 60, 52, 0.5242471989) 100%);
  background: linear-gradient(276deg, rgba(0, 60, 52, 0.2245273109) 15%, rgba(0, 60, 52, 0.5242471989) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003c34",endColorstr="#003c34",GradientType=1);
}
.gallery-play-inner-heritage:hover img {
  transform: scale(1.1);
  transform-origin: 50% 50%;
}

.video-parallax-main-inner {
  margin-top: -100px;
}
@media (max-width: 1399.98px) {
  .video-parallax-main-inner {
    height: 850px;
  }
}
@media (max-width: 388px) {
  .video-parallax-main-inner {
    height: 950px;
  }
}

.video-parallax-main-inner:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 60, 52, 0.8);
  bottom: 0px;
}

.video-heritage-top {
  z-index: 1;
}

.heritage-main .abstract-text-inner {
  color: #fff;
  text-align: center;
  margin-top: 180px;
}
@media (max-width: 575.98px) {
  .heritage-main .abstract-text-inner {
    margin-top: 130px;
  }
}

.bod-leading-img {
  background: #8B8B8B;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
@media (max-width: 991.98px) {
  .bod-leading-img {
    text-align: center;
  }
}
.bod-leading-img:hover {
  background: #003C34;
}

.bod-leading-text .sub-title {
  font-weight: 500;
  color: #4D4D4D;
}
@media (max-width: 575.98px) {
  .bod-leading-text h2 {
    margin-bottom: 0;
  }
}
.bod-leading-text p {
  margin-bottom: 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 991.98px) {
  .bod-leading-text p {
    -webkit-line-clamp: 1;
  }
}

.modal-dialog.modal-dialog-centered.management-team-model-area.modal-dialog {
  max-width: 1320px;
}

.modal-open .modal {
  background-color: rgba(1, 51, 44, 0.95);
  z-index: 11111;
}

.management-team-popup .management-team-model-area .modal-content {
  border-radius: 0px;
}
@media (max-width: 991.98px) {
  .management-team-popup .management-team-model-area .modal-content {
    padding: 30px !important;
  }
}
@media (max-width: 480px) {
  .management-team-popup .management-team-model-area .modal-content {
    padding: 15px !important;
  }
}
.management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper h2 {
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper h2 {
    font-size: 38px;
  }
}
@media (max-width: 991.98px) {
  .management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper h2 {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper h2 {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper h2 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper h2 {
    font-size: 26px;
    line-height: 28px;
  }
}
@media (max-width: 388px) {
  .management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper h2 {
    font-size: 24px;
  }
}
.management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .leader-designation {
  color: #4D4D4D;
}
.management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper h5 {
  font-size: 20px;
  font-weight: 400;
  color: #313131;
}
@media (max-width: 767.98px) {
  .management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper h5 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper h5 {
    font-size: 16px;
  }
}
.management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper p {
  margin-bottom: 1.5rem;
}
.management-team-popup .management-team-model-area .modal-content .modal-body .popup-area-wrapper .leaders-image-area-popup {
  background-color: #B1B1B1;
}
.management-team-popup .management-team-model-area .modal-content .model-popup-header {
  border-bottom: none;
  padding: 0px;
}
.management-team-popup .management-team-model-area .modal-content .model-popup-header .btn-close {
  background: none !important;
  opacity: 1 !important;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.management-team-popup .management-team-model-area .modal-content .model-popup-header .btn-close:hover:before {
  color: #003C34 !important;
}
.management-team-popup .management-team-model-area .modal-content .model-popup-header .btn-close:focus {
  box-shadow: none !important;
}
.management-team-popup .management-team-model-area .modal-content .model-popup-header .btn-close:before {
  color: #F6630C !important;
  content: "\e912";
  font-size: 40px !important;
  font-weight: 300;
  position: absolute;
  right: 45px;
  top: 38px;
  font-family: "icomoon";
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
@media (max-width: 991.98px) {
  .management-team-popup .management-team-model-area .modal-content .model-popup-header .btn-close:before {
    right: 46px;
    top: 0px;
  }
}
@media (max-width: 480px) {
  .management-team-popup .management-team-model-area .modal-content .model-popup-header .btn-close:before {
    right: 27px;
    top: 3px;
    font-size: 25px !important;
  }
}
@media (max-width: 991.98px) {
  .management-team-popup .management-team-model-area .modal-content .model-popup-header .btn-close {
    right: 46px;
    top: 36px;
  }
}

.management-team-wrapper {
  position: relative;
  background-color: #8B8B8B;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.management-team-wrapper:after {
  background: rgb(0, 29, 26);
  background: -moz-linear-gradient(180deg, rgba(0, 29, 26, 0) 55%, rgb(0, 29, 26) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 29, 26, 0) 85%, rgb(0, 29, 26) 100%);
  background: linear-gradient(180deg, rgba(0, 29, 26, 0) 55%, rgb(0, 29, 26) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001d1a",endColorstr="#001d1a",GradientType=1);
  position: absolute;
  content: "";
  height: 100%;
  bottom: 0px;
  display: block;
  width: 100%;
}
.management-team-wrapper .border-process {
  position: absolute;
  border: 1px solid #f8f8f8;
  padding: 30px;
  width: 90%;
  height: 92%;
  left: 5%;
  top: 4%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.management-team-wrapper:hover {
  background-color: #003C34;
}
.management-team-wrapper:hover .border-process {
  opacity: 1 !important;
}
.management-team-wrapper:hover span.icon-arrow-rt {
  opacity: 1 !important;
}
.management-team-wrapper:hover img {
  transform: scale(1.05);
  transform-origin: 50% 50%;
}
.management-team-wrapper:hover .management-team-title {
  background: none;
  bottom: 30px;
  left: 40px;
}
.management-team-wrapper:hover .management-team-title h4 {
  color: #E5A93F;
}
.management-team-wrapper:hover .management-team-title span {
  color: #fff;
}
.management-team-wrapper img {
  width: 100%;
  transition: transform 0.4s;
}
.management-team-wrapper .management-team-title {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 1;
  background: #fff;
  padding-top: 17px;
}
@media (max-width: 991.98px) {
  .management-team-wrapper .management-team-title {
    padding-top: 10px;
  }
}
.management-team-wrapper .management-team-title h4 {
  color: #003C34;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0px;
}
@media (max-width: 1399.98px) {
  .management-team-wrapper .management-team-title h4 {
    font-size: 28px;
  }
}
@media (max-width: 1199.98px) {
  .management-team-wrapper .management-team-title h4 {
    font-size: 26px;
  }
}
@media (max-width: 991.98px) {
  .management-team-wrapper .management-team-title h4 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .management-team-wrapper .management-team-title h4 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .management-team-wrapper .management-team-title h4 {
    font-size: 20px;
  }
}
@media (max-width: 388px) {
  .management-team-wrapper .management-team-title h4 {
    font-size: 18px;
  }
}
.management-team-wrapper .management-team-title span {
  font-weight: 500;
  font-size: 20px;
  color: #4D4D4D;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-right: 80px;
}
@media (max-width: 1399.98px) {
  .management-team-wrapper .management-team-title span {
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  .management-team-wrapper .management-team-title span {
    font-size: 17px;
  }
}
@media (max-width: 991.98px) {
  .management-team-wrapper .management-team-title span {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .management-team-wrapper .management-team-title span {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .management-team-wrapper .management-team-title span {
    font-size: 14px;
  }
}
@media (max-width: 388px) {
  .management-team-wrapper .management-team-title span {
    font-size: 12px;
  }
}

@media (max-width: 767.98px) {
  .bod-tab .nav-link {
    font-size: 17px !important;
    padding-right: 15px;
  }
}
@media (max-width: 480px) {
  .bod-tab .nav-link {
    font-size: 15px !important;
    padding-right: 15px;
  }
}
@media (max-width: 480px) {
  .bod-tab .nav-link {
    font-size: 13px !important;
    padding-right: 15px;
  }
}

/*** 

====================================================================
	History Section
====================================================================

***/
/*.history-section{
	position:relative;
	padding:90px 0px;
}

.history-section .sec-title{
	margin-bottom:70px;
}*/
.history-section .history-carousel {
  position: relative;
}

.history-section .carousel-outer {
  position: relative;
}

.history-section .carousel-outer .thumbs-outer {
  position: relative;
  overflow: hidden;
}

.history-section .carousel-outer:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 32px;
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
}

.history-section .history-carousel .thumbs-carousel {
  position: static;
  max-width: 180px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.history-section .history-carousel .thumbs-carousel .owl-stage-outer {
  overflow: visible;
}

.history-section .history-carousel .thumbs-carousel .owl-item.active li {
  position: relative;
  color: #fff;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  font-weight: bold;
}

.history-section .history-carousel .thumbs-carousel .owl-item.active li:before {
  display: none;
}

.history-section .history-carousel .thumbs-carousel li {
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  font-size: 44px;
  cursor: pointer;
  line-height: 1.4em;
  text-align: center;
  padding: 15px 20px;
  display: inline-block;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
  margin-top: 52px;
}
@media (max-width: 1199.98px) {
  .history-section .history-carousel .thumbs-carousel li {
    font-size: 38px;
  }
}
@media (max-width: 767.98px) {
  .history-section .history-carousel .thumbs-carousel li {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .history-section .history-carousel .thumbs-carousel li {
    font-size: 30px;
  }
}

.history-section .history-carousel .thumbs-carousel .owl-nav {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0px;
}

.history-section .history-carousel .thumbs-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -5px;
  top: 0px;
  font-size: 10px;
  color: #c4c4c4;
  font-weight: 500;
  width: 40px;
  display: inline-block;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #0f453e;
  border: 1px solid #1a4e48;
  border-radius: 0px;
}
@media (max-width: 480px) {
  .history-section .history-carousel .thumbs-carousel .owl-nav .owl-prev {
    width: 30px;
  }
}

.history-section .history-carousel .thumbs-carousel .owl-nav .owl-prev span {
  padding: 13px;
}
@media (max-width: 480px) {
  .history-section .history-carousel .thumbs-carousel .owl-nav .owl-prev span {
    padding: 9px;
  }
}

.history-section .history-carousel .thumbs-carousel .owl-nav .owl-next .icon-right-arrow-3 {
  padding: 13px;
}
@media (max-width: 480px) {
  .history-section .history-carousel .thumbs-carousel .owl-nav .owl-next .icon-right-arrow-3 {
    padding: 9px;
  }
}

.history-section .history-carousel .thumbs-carousel .owl-nav .owl-next .icon-right-arrow-3 .path2:before {
  color: #FEC635;
}

.history-section .history-carousel .thumbs-carousel .owl-nav .owl-next .icon-right-arrow-3 .path1:before {
  color: #FEC635;
}

.history-section .history-carousel .thumbs-carousel .owl-nav .owl-next .icon-right-arrow-3 .path2:hover {
  color: #FEC635 !important;
}

.history-section .history-carousel .thumbs-carousel .owl-nav .owl-next {
  position: absolute;
  top: 0px;
  right: -5px;
  left: auto;
  width: 40px;
  text-align: right;
  font-size: 10px;
  color: #c4c4c4;
  font-weight: 500;
  display: inline-block;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #0f453e;
  border: 1px solid #1a4e48;
  border-radius: 0px;
}
@media (max-width: 480px) {
  .history-section .history-carousel .thumbs-carousel .owl-nav .owl-next {
    width: 30px;
  }
}

.history-section .history-carousel .thumbs-carousel .owl-nav .owl-prev:hover,
.history-section .history-carousel .thumbs-carousel .owl-nav .owl-next:hover {
  color: #FEC635;
}

.history-section .carousel-outer .content-slide {
  position: relative;
  padding-top: 15px;
}

.history-section .carousel-outer .content-carousel .owl-stage-outer {
  /*padding-top:60px;*/
}

.history-section .carousel-outer .content-slide .content-inner {
  position: relative;
  text-align: center;
  padding: 0 20px 0;
}

.history-section .carousel-outer .content-slide .content-inner:before {
  position: absolute;
  content: "";
  left: 50%;
  top: -60px;
  margin-left: -150px;
  border-bottom: 100px solid #f4f4f4;
  border-left: 90px solid transparent;
  display: none;
}

.history-section .carousel-outer .content-slide .content-inner h3 {
  position: relative;
  color: #020e28;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 5px;
}

.history-section h5 {
  color: #F6630C;
  text-align: center;
  margin-bottom: 30px;
  line-height: 2.9rem;
}
@media (max-width: 1399.98px) {
  .history-section h5 {
    font-size: 38px;
  }
}
@media (max-width: 1199.98px) {
  .history-section h5 {
    font-size: 34px;
  }
}
@media (max-width: 991.98px) {
  .history-section h5 {
    margin-bottom: 15px;
    font-size: 33px;
  }
}
@media (max-width: 767.98px) {
  .history-section h5 {
    margin-bottom: 15px;
    font-size: 27px;
  }
}
@media (max-width: 480px) {
  .history-section h5 {
    font-size: 25px;
    line-height: 2rem;
  }
}
@media (max-width: 388px) {
  .history-section h5 {
    font-size: 22px;
    line-height: 2rem;
  }
}

.history-section .carousel-outer .content-slide .content-inner .date {
  position: relative;
  color: #f55b14;
  font-size: 16px;
  margin-bottom: 20px;
}

.history-section .carousel-outer .content-slide .content-inner .text {
  position: relative;
  color: #E5E5E5;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 300;
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .history-section .carousel-outer .content-slide .content-inner .text {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .history-section .carousel-outer .content-slide .content-inner .text {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 480px) {
  .history-section .carousel-outer .content-slide .content-inner .text {
    font-size: 16px;
    line-height: 28px;
  }
}

.history-section .carousel-outer .content-carousel .owl-nav {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
}

.history-section .carousel-outer .content-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -20px;
  width: 42px;
  height: 42px;
  color: #f55b14;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  font-weight: 700;
  background-color: #ffffff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-box-shadow: 0px 2px 12px 0px rgba(68, 68, 68, 0.5);
  -moz-box-shadow: 0px 2px 12px 0px rgba(68, 68, 68, 0.5);
  box-shadow: 0px 2px 12px 0px rgba(68, 68, 68, 0.5);
}

.history-section .carousel-outer .content-carousel .owl-nav .owl-next {
  position: absolute;
  right: -20px;
  width: 42px;
  height: 42px;
  color: #f55b14;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  font-weight: 700;
  background-color: #ffffff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-box-shadow: 0px 2px 12px 0px rgba(68, 68, 68, 0.5);
  -moz-box-shadow: 0px 2px 12px 0px rgba(68, 68, 68, 0.5);
  box-shadow: 0px 2px 12px 0px rgba(68, 68, 68, 0.5);
}

.history-section .carousel-outer .content-carousel .owl-nav .owl-next:hover,
.history-section .carousel-outer .content-carousel .owl-nav .owl-prev:hover {
  color: #ffffff;
  background-color: #f55b14;
}

.history-carousel .logo-wrapper {
  background: #f5f5f5;
  margin-top: 5px;
  margin-bottom: 15px;
  text-align: center;
  padding: 40px 15px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(40, 40, 40, 0.11);
  -moz-box-shadow: 0px 0px 10px 0px rgba(40, 40, 40, 0.11);
  box-shadow: 0px 0px 10px 0px rgba(40, 40, 40, 0.11);
}

.history-section .single-content:hover .logo-wrapper {
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .history-carousel .logo-wrapper {
    padding: 15px 15px;
  }
}
.history-carousel .carousel-outer .thumbs-outer .owl-stage-outer .active .border-line {
  position: absolute;
  width: 180px;
  left: 10%;
  top: -10px;
  margin-left: -21px;
  cursor: pointer;
  background-color: #f6630c;
  height: 3px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
@media (max-width: 767.98px) {
  .history-carousel .carousel-outer .thumbs-outer .owl-stage-outer .active .border-line {
    top: -11px;
  }
}
@media (max-width: 480px) {
  .history-carousel .carousel-outer .thumbs-outer .owl-stage-outer .active .border-line {
    width: 123px;
    left: 40%;
    margin-left: -19px;
  }
}

.history-section {
  margin-top: 120px;
}
@media (max-width: 1399.98px) {
  .history-section {
    margin-top: 80px;
  }
}
@media (max-width: 767.98px) {
  .history-section {
    margin-top: 50px;
  }
}

.history-section .thumbs-outer .owl-nav button:before {
  font-family: "icomoon";
  color: #D6D6D6;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  font-size: 11px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 5px;
}

.slotholder:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0, 41, 35);
  background: -moz-linear-gradient(87deg, rgb(0, 41, 35) 0%, rgba(0, 41, 35, 0) 100%);
  background: -webkit-linear-gradient(87deg, rgb(0, 41, 35) 0%, rgba(0, 41, 35, 0) 100%);
  background: linear-gradient(87deg, rgb(0, 41, 35) 0%, rgba(0, 41, 35, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002923",endColorstr="#002923",GradientType=1);
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  z-index: 9;
}

.inside .header-top {
  background: none;
}

@media (max-width: 1440px) {
  [class*=scaption][class*=-large] {
    left: auto !important;
  }
}
@media (max-width: 1399.98px) {
  [class*=scaption][class*=-large] {
    left: auto !important;
  }
}
@media (max-width: 1199.98px) {
  [class*=scaption][class*=-large] {
    left: auto !important;
  }
}
@media (max-width: 991.98px) {
  [class*=scaption][class*=-large] {
    left: auto !important;
  }
}

@media (max-width: 1440px) {
  [class*=scaption][class*=-medium] {
    left: auto !important;
  }
}
@media (max-width: 1399.98px) {
  [class*=scaption][class*=-medium] {
    left: auto !important;
  }
}
@media (max-width: 1199.98px) {
  [class*=scaption][class*=-medium] {
    left: auto !important;
  }
}
@media (max-width: 991.98px) {
  [class*=scaption][class*=-medium] {
    left: auto !important;
  }
}

@media (max-width: 1440px) {
  .banner-button {
    left: auto !important;
  }
}
@media (max-width: 1399.98px) {
  .banner-button {
    left: auto !important;
  }
}
@media (max-width: 1199.98px) {
  .banner-button {
    left: auto !important;
  }
}
@media (max-width: 991.98px) {
  .banner-button {
    left: auto !important;
  }
}

.rev-slider .tp-caption, .rev-slider .caption {
  text-align: left !important;
  direction: ltr !important;
}

.main-btn:focus {
  color: #F6630C;
}

.main-list {
  margin: 0px auto;
}
.main-list li {
  color: #585858;
  list-style: disc;
  margin-left: 20px;
  position: relative;
  padding-bottom: 10px;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .main-list li {
    font-size: 16px;
  }
}

.video-text-area2 .main-btn.right-arrow.big-font:hover {
  color: #E5A93F !important;
}

/***************************************************
  Publications
****************************************************/
.publication-item a.image-wrapper {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  border: 1px solid #e9e9e9;
}
.publication-item a.image-wrapper img {
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
}
.publication-item:hover a.image-wrapper img {
  transform: scale(1.025);
}
.publication-item .meta-above-title {
  color: #F6630C;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .publication-item .meta-above-title {
    font-size: 14px;
  }
}
.publication-item .title {
  font-weight: 400;
  font-size: 25px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 1399.98px) {
  .publication-item .title {
    font-size: 22px;
  }
}
@media (max-width: 1199.98px) {
  .publication-item .title {
    font-size: 20px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .publication-item .title {
    font-size: 18px;
  }
}
.publication-item .title a {
  color: #003C34;
}
.publication-item .title a:hover {
  color: #F6630C;
}
.publication-item .details {
  border-bottom: 1px solid #D8D8D8;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.publication-item:hover .details {
  border-bottom: 1px solid #003C34;
}
.publication-item .report-meta small {
  display: flex;
  color: #4D4D4D;
  font-size: 16px;
}
.publication-item .report-meta small span.icon-pdf {
  color: #003C34;
}
@media (max-width: 767.98px) {
  .publication-item .report-meta small {
    font-size: 14px;
  }
}
.publication-item .report-meta small .icon-PDF {
  color: #003C34;
  font-size: 18px;
}

.flipbook-main-wrapper {
  background: rgba(0, 60, 52, 0.8) !important;
}

.sticky .navik-menu li:first-child {
  padding-left: 250px;
}
.sticky .navik-menu li ul li:first-child {
  padding-left: unset;
}

@media (max-width: 1700px) {
  .navik-menu li .menu-last-item {
    right: 0px !important;
    left: auto !important;
  }
}
.alert-success {
  color: #fff;
  background-color: #003c34;
  border-color: #003c34;
}
.alert-success p {
  margin-bottom: 5px;
  color: #fff;
}

.alert-heading {
  font-size: 20px;
  margin-bottom: 0px !important;
}

.strive-meaning-inner {
  color: #003C34;
}

#guy {
  bottom: -30px;
  right: 150px !important;
}
@media (max-width: 991.98px) {
  #guy {
    right: 50px !important;
  }
}
@media (max-width: 767.98px) {
  #guy {
    right: 50px !important;
  }
}
@media (max-width: 575.98px) {
  #guy {
    right: 20px !important;
  }
}
@media (max-width: 480px) {
  #guy {
    right: 0px !important;
  }
}
#guy img {
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
}
@media (max-width: 1700px) {
  #guy img {
    width: 450px !important;
  }
}
@media (max-width: 1440px) {
  #guy img {
    width: 430px !important;
  }
}
@media (max-width: 1199.98px) {
  #guy img {
    width: 380px !important;
  }
}
@media (max-width: 991.98px) {
  #guy img {
    width: 350px !important;
  }
}
@media (max-width: 767.98px) {
  #guy img {
    width: 250px !important;
  }
}
@media (max-width: 575.98px) {
  #guy img {
    width: 200px !important;
  }
}
@media (max-width: 480px) {
  #guy img {
    width: 150px !important;
  }
}

.main-btn.right-arrow.big-font.service-link:focus {
  color: #E5A93F !important;
}

@media screen and (max-height: 450px) and (max-width: 950px) {
  [class*=scaption][class*=-medium] {
    display: none;
  }
  #guy img {
    width: 200px !important;
  }
  [class*=scaption][class*=-large] {
    margin-top: 80px !important;
  }
  .main-btn.right-arrow:after {
    right: 0px;
    bottom: 4px;
    font-size: 7px;
  }
}
.training-img {
  position: relative;
}
.training-img img {
  overflow: hidden;
  width: 100%;
}
.training-img:after {
  background: rgb(1, 29, 26);
  background: -moz-linear-gradient(180deg, rgba(1, 29, 26, 0) 0%, rgba(1, 29, 26, 0.5914740896) 100%);
  background: -webkit-linear-gradient(180deg, rgba(1, 29, 26, 0) 0%, rgba(1, 29, 26, 0.5914740896) 100%);
  background: linear-gradient(180deg, rgba(1, 29, 26, 0) 0%, rgba(1, 29, 26, 0.5914740896) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#011d1a",endColorstr="#011d1a",GradientType=1);
  position: absolute;
  content: "";
  height: 100%;
  bottom: 0px;
  display: block;
  width: 100%;
}

.training-awrds-main {
  background: #F4F4F4;
  padding: 20px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 90px;
}
@media (max-width: 1199.98px) {
  .training-awrds-main {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .training-awrds-main {
    padding: 10px;
  }
}
.training-awrds-main img {
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
}
.training-awrds-main:hover img {
  transform: scale(1.1);
}
.training-awrds-main .tran-awrds-right {
  padding-top: 80px;
  padding-right: 150px;
}
@media (max-width: 1399.98px) {
  .training-awrds-main .tran-awrds-right {
    padding-top: 60px;
  }
}
@media (max-width: 1199.98px) {
  .training-awrds-main .tran-awrds-right {
    padding-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .training-awrds-main .tran-awrds-right {
    padding-top: 10px;
    padding-right: 20px;
  }
}

.external-link a {
  font-size: 18px;
  color: #003C34;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
}
@media (max-width: 991.98px) {
  .external-link a {
    font-size: 16px;
  }
}
.external-link a:after {
  position: absolute;
  content: "";
  background: url("../images/external-link.png");
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  margin-left: 8px;
  margin-top: 7px;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
}
.external-link a:hover {
  color: #F6630C;
}
.external-link a:hover:after {
  background: url("../images/external-link-hv.png");
}

.faq-section {
  overflow-x: hidden;
}
.faq-section h2 {
  color: #fff;
}
.faq-section .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #003C34;
  box-shadow: none;
}
.faq-section .accordion-button {
  border-bottom: 1px solid rgba(0, 60, 52, 0.2);
  padding: 1rem 3rem;
  font-size: 22px;
  line-height: 36px;
  color: #003C34;
  position: relative;
  padding-left: 1rem;
}
@media (max-width: 991.98px) {
  .faq-section .accordion-button {
    font-size: 20px;
    line-height: 36px;
  }
}
@media (max-width: 767.98px) {
  .faq-section .accordion-button {
    font-size: 18px;
    line-height: 28px;
  }
}
.faq-section .accordion-button:focus {
  box-shadow: none;
}
.faq-section .accordion-button:before {
  content: "+";
  position: absolute;
  right: 16px;
  top: 12px;
  background-image: none;
  color: #E5A93F;
  font-size: 35px;
  left: inherit;
}
.faq-section .accordion-button:after {
  display: none;
}
.faq-section .accordion-body {
  color: #fff;
  padding: 2rem 2rem;
  padding-left: 1rem;
}
@media (max-width: 991.98px) {
  .faq-section .accordion-body {
    padding: 1rem 1rem;
  }
}
.faq-section .accordion-body h5 {
  color: #fff;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .faq-section .accordion-body h5 {
    font-size: 16px;
  }
}
.faq-section .accordion-button:not(.collapsed)::before {
  content: "-";
  position: absolute;
  right: 16px;
  top: 4px;
  background-image: none;
  color: #075469;
  font-size: 35px;
  left: inherit;
}
.faq-section .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.faq-section .accordion-item {
  background-color: transparent;
  border: transparent;
  margin-bottom: 3px;
}

.training-section {
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
  position: relative;
  cursor: default;
}
.training-section .sustain-single-img:after {
  position: absolute;
  content: "";
  background: rgba(0, 60, 52, 0.8);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
}
.training-section .product-content {
  position: absolute;
  width: 100%;
  padding: 30px;
  z-index: 3;
  bottom: 0;
  cursor: default;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
}
@media (max-width: 991.98px) {
  .training-section .product-content {
    padding: 0px 20px;
  }
}
.training-section .product-content h3 {
  font-weight: bold;
  font-size: 50px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
}
@media (max-width: 1399.98px) {
  .training-section .product-content h3 {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  .training-section .product-content h3 {
    font-size: 35px;
  }
}
@media (max-width: 991.98px) {
  .training-section .product-content h3 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .training-section .product-content h3 {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .training-section .product-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.training-section .product-content .p-desc {
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
}
.training-section .product-content .p-desc p {
  color: #fff;
}
@media (max-width: 1199.98px) {
  .training-section .product-content .p-desc p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 991.98px) {
  .training-section .product-content .p-desc p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 388px) {
  .training-section .product-content .p-desc p {
    line-height: 18px;
    font-size: 11px;
  }
}
.training-section:hover .sustain-single-img:after {
  opacity: 1;
}
.training-section:hover .product-content {
  bottom: 50px;
}
@media (max-width: 1199.98px) {
  .training-section:hover .product-content {
    bottom: 0px;
  }
}
.training-section:hover .product-content h3 {
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .training-section:hover .product-content h3 {
    margin-bottom: 5px;
  }
}
.training-section:hover .p-desc {
  opacity: 1;
  visibility: visible;
  position: relative;
  display: block;
}

.training-abstract {
  font-size: 25px;
}
@media (max-width: 1399.98px) {
  .training-abstract {
    font-size: 22px;
  }
}
@media (max-width: 1199.98px) {
  .training-abstract {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .training-abstract {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .training-abstract {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .training-abstract {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .training-cont-nav li.nav-item {
    width: 32%;
  }
}
@media (max-width: 991.98px) {
  .training-cont-nav .nav-link {
    font-size: 20px !important;
    padding: 5px 17px;
  }
}
@media (max-width: 767.98px) {
  .training-cont-nav .nav-link {
    font-size: 18px !important;
    padding: 5px 5px;
  }
}
@media (max-width: 480px) {
  .training-cont-nav .nav-link {
    font-size: 17px !important;
  }
}
@media (max-width: 388px) {
  .training-cont-nav .nav-link {
    font-size: 14px !important;
  }
}

@media (max-width: 767.98px) {
  .traing-awrd-inner {
    text-align: center;
  }
}

@media (max-width: 1199.98px) {
  .spnsership-cont p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 991.98px) {
  .spnsership-cont p {
    -webkit-line-clamp: 3;
  }
}

/*==============================================
INVESTORS CSS START
=============================================*/
@media (max-width: 575.98px) {
  .inside-page-header.newinside-page-header .heading {
    width: auto;
  }
}
.inside-page-header.newinside-page-header .heading h1 {
  margin-bottom: 12px;
}
.inside-page-header.newinside-page-header .heading p {
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
  width: 90%;
  max-width: 700px;
}
@media (max-width: 575.98px) {
  .inside-page-header.newinside-page-header .heading p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 18px;
    line-height: 28px;
  }
}
.inside-page-header.newinside-page-header:before {
  content: "";
  position: absolute;
  background: #003C34;
  opacity: 0.92;
}

.side-menu-adc-col .burger-menu {
  background: #003C34;
  top: 10px;
}
@media (max-width: 1199.98px) {
  .side-menu-adc-col .burger-menu {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .side-menu-adc-col .burger-menu {
    display: block;
  }
}
.side-menu-adc-col .burger-menu:before {
  content: "Investor Relations Menu";
  position: absolute;
  right: 58px;
  width: 300px;
  text-align: right;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #003C34;
  text-transform: uppercase;
  top: 9px;
}

.side-menu-adc-col .fixedsidebar-bg-overlay, .side-menu-adc-col .burger-menu {
  display: none;
}
@media (max-width: 1199.98px) {
  .side-menu-adc-col .navik-menu-fixed {
    padding-top: 0px;
  }
}

.navik-fixed-sidebar.side-menu-adc.fixed-sidebar-open {
  visibility: visible;
  height: 100%;
}

.navik-fixed-sidebar.side-menu-adc {
  position: relative;
  width: 100%;
  padding-right: 20px;
}
@media (max-width: 991.98px) {
  .navik-fixed-sidebar.side-menu-adc {
    display: none;
  }
}
.navik-fixed-sidebar.side-menu-adc .navik-header-container {
  padding: 0 0px;
  overflow: hidden;
}
.navik-fixed-sidebar.side-menu-adc .navik-header-container nav ul {
  padding: 0 0px;
}
.navik-fixed-sidebar.side-menu-adc .navik-header-container nav ul li {
  padding: 0 0px;
  margin: 0;
  border-bottom: 1px solid #E5E5E5;
  overflow: hidden;
}
.navik-fixed-sidebar.side-menu-adc .navik-header-container nav ul li a {
  font-size: 20px;
  font-weight: 500;
  color: #313131;
  text-transform: capitalize;
  padding: 15px 30px 15px 0px;
}
.navik-fixed-sidebar.side-menu-adc .navik-header-container nav ul li .overlay-dropdown-plus {
  top: 9px;
}
.navik-fixed-sidebar.side-menu-adc .navik-header-container nav ul li .overlay-dropdown-plus::before {
  content: "\e90f";
  font-family: "icomoon" !important;
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.navik-fixed-sidebar.side-menu-adc .navik-header-container nav ul li .overlay-dropdown-plus.overlay-dropdown-open {
  top: 9px;
}
.navik-fixed-sidebar.side-menu-adc .navik-header-container nav ul li .overlay-dropdown-plus.overlay-dropdown-open::before {
  transform: rotate(-90deg) scaleX(-1);
  -webkit-transform: rotate(-90deg) scaleX(-1);
  -moz-transform: rotate(-90deg) scaleX(-1);
  -ms-transform: rotate(-90deg) scaleX(-1);
  -o-transform: rotate(-90deg) scaleX(-1);
}
.navik-fixed-sidebar.side-menu-adc .navik-header-container nav ul li .overlay-dropdown-plus::after {
  display: none;
}
.navik-fixed-sidebar.side-menu-adc .navik-header-container nav ul li:hover .overlay-dropdown-plus::before {
  color: #F6630C;
}
.navik-fixed-sidebar.side-menu-adc .navik-header-container nav ul li ul {
  padding: 10px 0;
}
.navik-fixed-sidebar.side-menu-adc .navik-header-container nav ul li ul li.active a {
  font-weight: 500;
  color: #4D4D4D;
}
.navik-fixed-sidebar.side-menu-adc .navik-header-container nav ul li ul li.active a::before {
  background-color: #F6630C;
}
.navik-fixed-sidebar.side-menu-adc .navik-header-container nav ul li ul li {
  border-bottom: 0px solid #E5E5E5;
}
.navik-fixed-sidebar.side-menu-adc .navik-header-container nav ul li ul li a {
  font-size: 16px;
  font-weight: 300;
  padding: 8px 20px;
  border-bottom: 0px;
  line-height: 20px;
}
.navik-fixed-sidebar.side-menu-adc .navik-header-container nav ul li ul li a:hover {
  color: #F6630C;
}
.navik-fixed-sidebar.side-menu-adc .navik-header-container nav ul li ul li a:hover::before {
  background-color: #F6630C;
}
.navik-fixed-sidebar.side-menu-adc .navik-header-container nav ul li ul li a::before {
  top: 0;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  height: 100%;
  background-color: #D3D3D3;
}
/* Investor Banner Slide Css Start */
.investor-slide-sec {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 80vh;
  min-height: 750px;
}
@media (max-width: 767.98px) {
  .investor-slide-sec {
    height: 100vh;
  }
}
.investor-slide-sec .investor-slider-container {
  height: 100%;
  width: 100%;
}
.investor-slide-sec .investor-slider-container .investor-slide-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .investor-slide-sec .investor-slider-container .investor-slide-img {
    height: 100%;
  }
}
.investor-slide-sec .investor-slider-container .investor-slide-img:after {
  content: "";
  position: absolute;
  background: #003C34;
  opacity: 0.92;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.investor-slide-sec .investor-slider-container .investor-slide-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.investor-slide-sec .investor-slider-container .container {
  height: 100%;
}
@media (max-width: 767.98px) {
  .investor-slide-sec .investor-slider-container .container {
    height: auto;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 1;
  }
}
@media (max-width: 575.98px) {
  .investor-slide-sec .investor-slider-container .container {
    top: 45%;
  }
}
.investor-slide-sec .investor-slider-container .container .investor-row {
  height: 100%;
  align-items: center;
}
.investor-slide-sec .investor-slider-container .container .investor-row .investor-slide-content {
  z-index: 1;
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .investor-slide-sec .investor-slider-container .container .investor-row .investor-slide-content {
    margin-top: 0px;
  }
}
.investor-slide-sec .investor-slider-container .container .investor-row .investor-slide-content h1 {
  font-size: 65px;
  line-height: 82px;
  font-weight: bold;
  color: #F6630C;
}
@media (max-width: 1399.98px) {
  .investor-slide-sec .investor-slider-container .container .investor-row .investor-slide-content h1 {
    font-size: 55px;
    line-height: 70px;
  }
}
@media (max-width: 1199.98px) {
  .investor-slide-sec .investor-slider-container .container .investor-row .investor-slide-content h1 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 991.98px) {
  .investor-slide-sec .investor-slider-container .container .investor-row .investor-slide-content h1 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 767.98px) {
  .investor-slide-sec .investor-slider-container .container .investor-row .investor-slide-content h1 {
    font-size: 35px;
    line-height: 55px;
  }
}
.investor-slide-sec .investor-slider-container .container .investor-row .investor-slide-content p {
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
  width: 90%;
  max-width: 700px;
  color: #fff;
  margin: 0 0 10px;
}
@media (max-width: 1199.98px) {
  .investor-slide-sec .investor-slider-container .container .investor-row .investor-slide-content p {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (max-width: 991.98px) {
  .investor-slide-sec .investor-slider-container .container .investor-row .investor-slide-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767.98px) {
  .investor-slide-sec .investor-slider-container .container .investor-row .investor-slide-content p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.investor-slide-sec .investor-slider-container .container .investor-row .investor-slide-content a {
  margin-bottom: 12px;
}
.investor-slide-sec .investor-slider-container .container .investor-row .investor-slide-content .main-btn.right-arrow:hover {
  color: #E5A93F !important;
  background: transparent;
}
.investor-slide-sec .investor-slider-container .container .investor-row .investor-slide-iframe {
  z-index: 1;
}
.investor-slide-sec .investor-slider-container .container .investor-row .investor-slide-iframe .investor-slide-iframe-in {
  height: 285px;
}

/* Investor Banner Slide Css Start */
.investor-iframe-full-sec {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 20px 0 0;
  height: 60px;
}
.investor-iframe-full-sec h1 {
  font-size: 22px;
  font-weight: bold;
  color: #E6E6E6;
  text-align: center;
  text-transform: uppercase;
}

.financial-box-sec h1 {
  font-weight: bold;
  font-size: 45px;
  max-width: 700px;
  line-height: 55px;
  margin-bottom: 20px;
}
@media (max-width: 1399.98px) {
  .financial-box-sec h1 {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .financial-box-sec h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 575.98px) {
  .financial-box-sec h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.financial-box-sec p {
  max-width: 70%;
}
@media (max-width: 991.98px) {
  .financial-box-sec p {
    max-width: 95%;
  }
}
.financial-box-sec .financial-box-col .financial-box-col-in {
  background: #f7f7f7;
  padding: 25px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
@media (max-width: 1199.98px) {
  .financial-box-sec .financial-box-col .financial-box-col-in {
    padding: 15px;
  }
}
@media (max-width: 991.98px) {
  .financial-box-sec .financial-box-col .financial-box-col-in {
    padding: 30px;
  }
}
.financial-box-sec .financial-box-col .financial-box-col-in:hover {
  background: #003C34;
}
.financial-box-sec .financial-box-col .financial-box-col-in:hover h2 {
  color: #E5A93F;
}
.financial-box-sec .financial-box-col .financial-box-col-in:hover p {
  color: #E5A93F;
}
.financial-box-sec .financial-box-col .financial-box-col-in:hover p span {
  color: #E5E5E5;
}
.financial-box-sec .financial-box-col .financial-box-col-in h2 {
  font-weight: bold;
  font-size: 45px;
  line-height: 55px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(165, 165, 165, 0.2588235294);
  padding-top: 12px;
}
@media (max-width: 1399.98px) {
  .financial-box-sec .financial-box-col .financial-box-col-in h2 {
    font-size: 38px;
  }
}
@media (max-width: 1199.98px) {
  .financial-box-sec .financial-box-col .financial-box-col-in h2 {
    font-size: 33px;
    padding-bottom: 8px;
  }
}
@media (max-width: 991.98px) {
  .financial-box-sec .financial-box-col .financial-box-col-in h2 {
    font-size: 38px;
  }
}
.financial-box-sec .financial-box-col .financial-box-col-in p {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: #F6630C;
  text-transform: uppercase;
  padding: 4px 0 0 0;
  max-width: 100%;
}
@media (max-width: 1199.98px) {
  .financial-box-sec .financial-box-col .financial-box-col-in p {
    font-size: 18px;
  }
}
.financial-box-sec .financial-box-col .financial-box-col-in p span {
  display: block;
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 100;
  text-transform: uppercase;
  margin: 4px 0 0;
}
@media (max-width: 1199.98px) {
  .financial-box-sec .financial-box-col .financial-box-col-in p span {
    font-size: 18px;
  }
}
.financial-box-sec .address-area {
  height: 100%;
}
.financial-box-sec .address-area h1 {
  color: #fff;
}

.financial-slide-sec {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 70px 0;
  background: #003C34;
}
@media (max-width: 575.98px) {
  .financial-slide-sec {
    margin: 40px 0;
  }
}
.financial-slide-sec .financial-slide-list {
  z-index: 5;
}
.financial-slide-sec .financial-slide-list ul {
  background: #003C34;
  padding: 50px 0;
}
.financial-slide-sec .financial-slide-list ul li {
  padding: 0 0 0 100px;
  border-bottom: 1px solid rgba(106, 144, 138, 0.1882352941);
  min-height: 80px;
  align-items: center;
  display: flex;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
@media (max-width: 575.98px) {
  .financial-slide-sec .financial-slide-list ul li {
    padding: 0 0 0 75px;
  }
}
.financial-slide-sec .financial-slide-list ul li:hover {
  border-bottom: 1px solid #E5A93F;
}
.financial-slide-sec .financial-slide-list ul li:hover a {
  color: #E5A93F;
}
.financial-slide-sec .financial-slide-list ul li:hover a span {
  opacity: 1;
  right: 10px;
}
.financial-slide-sec .financial-slide-list ul li:hover a svg {
  fill: #E5A93F;
}
.financial-slide-sec .financial-slide-list ul li a {
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1.2px;
  color: #9DB7B3;
  padding: 25px 35% 25px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1399.98px) {
  .financial-slide-sec .financial-slide-list ul li a {
    font-size: 20px;
  }
}
.financial-slide-sec .financial-slide-list ul li a span {
  position: absolute;
  right: 20px;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
@media (max-width: 767.98px) {
  .financial-slide-sec .financial-slide-list ul li a span {
    opacity: 1;
  }
}
.financial-slide-sec .financial-slide-list ul li a svg {
  position: absolute;
  left: 2%;
  width: 55px;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  fill: #9DB7B3;
}
@media (max-width: 767.98px) {
  .financial-slide-sec .financial-slide-list ul li a svg {
    width: 45px;
  }
}
.financial-slide-sec .financial-slide-list ul li a img {
  position: absolute;
  left: 2%;
  width: 55px;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
}
@media (max-width: 767.98px) {
  .financial-slide-sec .financial-slide-list ul li a img {
    width: 45px;
  }
}

.financial-slide-list-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 58.44444443%;
  padding: 0;
  height: 100%;
}
.financial-slide-list-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (max-width: 991.98px) {
  .financial-slide-list-img {
    position: relative;
    width: 100%;
  }
}

.financial-box-sec-iframe {
  background: #F4F4F4;
  padding: 30px;
  margin-bottom: 50px;
}

.financial-box-sec-col-iframe-in {
  background: #F4F4F4;
  padding: 20px;
}

.investor-pagi-container.container {
  height: auto !important;
  margin-top: -55px;
  z-index: 11;
  position: relative;
}
@media (max-width: 767.98px) {
  .investor-pagi-container.container {
    height: auto !important;
    margin-top: -35px;
    z-index: 11 !important;
    position: relative !important;
    transform: translate(0, 0) !important;
    top: auto !important;
    left: auto !important;
  }
}
.investor-pagi-container.container .swiper-pagination-bullet {
  height: 14px;
  width: 14px;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  margin: 0 3px;
}
.investor-pagi-container.container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #E5A93F;
  border: 1px solid #E5A93F;
}

.navik-menu.f-right {
  float: right;
}

/*Invest in Arabian Drilling */
.newcontainer-sec h1 {
  font-weight: bold;
  font-size: 45px;
  max-width: 80%;
  line-height: 55px;
  margin-bottom: 20px;
}
@media (max-width: 1399.98px) {
  .newcontainer-sec h1 {
    font-size: 40px;
    line-height: 47px;
  }
}
@media (max-width: 991.98px) {
  .newcontainer-sec h1 {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .newcontainer-sec h1 {
    font-size: 35px;
  }
}
@media (max-width: 575.98px) {
  .newcontainer-sec h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

.inside-page-header.newinside-page-header .heading {
  top: 40%;
}

.newcontainer-sec .faq-section {
  overflow: hidden;
}
.newcontainer-sec .faq-section .accordion-item {
  padding: 0;
  border-bottom: 1px solid rgba(0, 60, 52, 0.2);
}
.newcontainer-sec .faq-section .accordion-item .accordion-header .accordion-button {
  font-size: 32px;
  font-weight: bold;
  padding-left: 0;
  border-bottom: 0px;
  padding-bottom: 25px;
}
@media (max-width: 991.98px) {
  .newcontainer-sec .faq-section .accordion-item .accordion-header .accordion-button {
    font-size: 25px;
  }
}
@media (max-width: 767.98px) {
  .newcontainer-sec .faq-section .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .newcontainer-sec .faq-section .accordion-item .accordion-header .accordion-button:before {
    top: 18px;
  }
}
.newcontainer-sec .faq-section .accordion-item .accordion-body {
  padding: 0;
  color: #313131;
}
.newcontainer-sec .faq-section .accordion-item .accordion-body img {
  width: 100%;
}
.newcontainer-sec .faq-section .accordion-item .accordion-body .abstract-text-inner {
  color: #003C34;
  font-size: 25px;
}
@media (max-width: 991.98px) {
  .newcontainer-sec .faq-section .accordion-item .accordion-body .abstract-text-inner {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .newcontainer-sec .faq-section .accordion-item .accordion-body .abstract-text-inner {
    font-size: 18px;
  }
}
.newcontainer-sec .faq-section .accordion-item .accordion-body ul li {
  padding: 10px 0 10px 40px;
  font-size: 18px;
  line-height: 28px;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
}
@media (max-width: 767.98px) {
  .newcontainer-sec .faq-section .accordion-item .accordion-body ul li {
    font-size: 16px;
    line-height: 27px;
  }
}
.newcontainer-sec .faq-section .accordion-item .accordion-body ul li:before {
  content: "";
  position: absolute;
  background: url(../images/investors/tickicon.html) no-repeat scroll center;
  width: 20px;
  height: 20px;
  top: 15px;
  left: 0;
}
.newcontainer-sec .faq-section .accordion-item .accordion-body ul li ul li {
  border-bottom: 0px solid #E5E5E5;
  padding: 10px 0 10px 30px;
}
.newcontainer-sec .faq-section .accordion-item .accordion-body ul li ul li:before {
  content: "";
  position: absolute;
  background: #003C34;
  height: 11px;
  width: 11px;
  top: 19px;
  opacity: 0.2;
}
.newcontainer-sec .faq-section .accordion-item .accordion-body ul li ul li ul li::before {
  background: #fff;
  border: 1px solid #003C34;
  border-radius: 100%;
}
.newcontainer-sec .faq-section .accordion-item .accordion-body ul li:last-child {
  border-bottom: 0px solid #E5E5E5;
}
.newcontainer-sec .faq-contact .faq-contact-col {
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .newcontainer-sec .faq-contact .faq-contact-col {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}
.newcontainer-sec .faq-contact .faq-contact-col .address-area {
  background: #003C34;
  height: 100%;
}
.newcontainer-sec .faq-contact .faq-contact-col .address-area .address-area-fields {
  background: #003C34;
}
.newcontainer-sec .faq-contact .faq-contact-col-img {
  padding-left: 0;
}
@media (max-width: 767.98px) {
  .newcontainer-sec .faq-contact .faq-contact-col-img {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.newcontainer-sec .faq-contact .faq-contact-col-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newcontainer-sec .faq-section.faq-contact-sec .faq-filter .faq-filter-title h1 {
  font-size: 32px;
}
.newcontainer-sec .faq-section.faq-contact-sec .accordion-item .accordion-header .accordion-button {
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .newcontainer-sec .faq-section.faq-contact-sec .accordion-item .accordion-header .accordion-button {
    font-size: 19px;
  }
}
.newcontainer-sec .newcontainer-tabs .gallery-sorting .nav-link {
  color: #959595;
  font-size: 20px !important;
}
@media (max-width: 1399.98px) {
  .newcontainer-sec .newcontainer-tabs .gallery-sorting .nav-link {
    font-size: 19px !important;
    padding-right: 30px;
  }
}
@media (max-width: 1199.98px) {
  .newcontainer-sec .newcontainer-tabs .gallery-sorting .nav-link {
    font-size: 16px !important;
    padding-right: 25px;
  }
}
@media (max-width: 991.98px) {
  .newcontainer-sec .newcontainer-tabs .gallery-sorting .nav-link {
    font-size: 16px !important;
    padding-right: 8px;
  }
}
@media (max-width: 767.98px) {
  .newcontainer-sec .newcontainer-tabs .gallery-sorting .nav-link {
    text-align: left;
  }
}
.newcontainer-sec .newcontainer-tabs .gallery-sorting .nav-link:hover {
  color: #F6630C;
}
.newcontainer-sec .newcontainer-tabs .gallery-sorting .nav-link.active {
  color: #F6630C;
}
.newcontainer-sec .newcontainer-tabs .tab-content {
  margin-top: 35px;
}
.newcontainer-sec .annual-report-nav .nav {
  padding-bottom: 35px;
}
.newcontainer-sec .annual-report-nav .nav .nav-item .nav-link {
  color: #959595;
  font-size: 16px;
  padding: 8px 20px;
  background: #F4F4F4;
  margin: 0 10px 0 0px;
  line-height: 20px;
  border-radius: 0px;
  min-width: 80px;
  border: 1px solid #F4F4F4;
}
.newcontainer-sec .annual-report-nav .nav .nav-item .nav-link:hover {
  color: #F6630C;
  background: #ffffff;
  border: 1px solid #3F625D;
}
.newcontainer-sec .annual-report-nav .publication-item .title a {
  font-size: 22px;
}

.financial-calendar {
  height: 100%;
  background: #F4F4F4;
}

.dropdown-list.showmobile {
  display: none !important;
}
@media (max-width: 1199.98px) {
  .dropdown-list.showmobile {
    display: block !important;
  }
}

nav ul li ul li span.dropdown-plus {
  display: none;
}

.mobile-lang {
  position: absolute;
  right: 40px;
  top: 10px;
  display: none;
}
@media (max-width: 1199.98px) {
  .mobile-lang {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .mobile-lang {
    right: 60px;
  }
}
.mobile-lang a {
  font-family: cairo;
  color: #fff;
}

.navik-menu ul li.mobile-lang-li a {
  font-family: cairo;
  color: #fff;
  margin: 0;
  padding: 0;
}
.navik-menu ul li.mobile-lang-li a:hover {
  color: #F6630C;
}
@media (max-width: 1199.98px) {
  .navik-menu ul li.mobile-lang-li {
    display: none;
  }
}

.mobile-lang-ar {
  display: none;
  left: 40px;
  position: absolute;
  top: 10px;
}
@media (max-width: 1199.98px) {
  .mobile-lang-ar {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .mobile-lang-ar {
    left: 60px;
  }
}
.mobile-lang-ar a {
  font-family: cairo;
  color: #fff;
}
.mobile-lang-ar a:hover {
  color: #F6630C;
}

/*==============================================
INVESTORS CSS END
=============================================*/
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

.press-releas-search input {
  z-index: 0;
}

.main-swiper-banner {
  position: relative;
  height: 100%;
  height: calc(100% - 120px);
  min-height: 750px;
}
@media (max-width: 767.98px) {
  .main-swiper-banner {
    min-height: 550px;
  }
}
@media (max-width: 575.98px) {
  .main-swiper-banner {
    min-height: 500px;
  }
}
@media (max-width: 575.98px) {
  .main-swiper-banner {
    height: calc(100% - 90px);
  }
}
.main-swiper-banner .video-background {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.main-swiper-banner .video-foreground,
.main-swiper-banner .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.main-swiper-banner .swipe-slider-img {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-swiper-banner .swipe-slider-img img {
  animation-name: pulse;
  animation-duration: 18s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  animation-delay: 0s;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.main-swiper-banner .swipe-slider-img:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0, 41, 35);
  background: -moz-linear-gradient(87deg, rgb(0, 41, 35) 0%, rgba(0, 41, 35, 0) 100%);
  background: -webkit-linear-gradient(87deg, rgb(0, 41, 35) 0%, rgba(0, 41, 35, 0) 100%);
  background: linear-gradient(87deg, rgb(0, 41, 35) 0%, rgba(0, 41, 35, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002923",endColorstr="#002923",GradientType=1);
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  z-index: 1;
}
.main-swiper-banner .swiper-content-area {
  position: relative;
  z-index: 99;
  height: 100%;
}
.main-swiper-banner .swiper-content-area .container {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.main-swiper-banner .swiper-content-area .container .hero-container {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0%, -50%);
  width: 61%;
}
@media (max-width: 991.98px) {
  .main-swiper-banner .swiper-content-area .container .hero-container {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .main-swiper-banner .swiper-content-area .container .hero-container {
    left: 15px;
  }
}
.main-swiper-banner .swiper-content-area .container .slider-main-text p {
  font-size: 72px;
  line-height: 80px;
  font-family: "Certo Sans";
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1440px) {
  .main-swiper-banner .swiper-content-area .container .slider-main-text p {
    font-size: 65px !important;
    line-height: 70px !important;
  }
}
@media (max-width: 1399.98px) {
  .main-swiper-banner .swiper-content-area .container .slider-main-text p {
    font-size: 56px !important;
    line-height: 68px !important;
  }
}
@media (max-width: 1199.98px) {
  .main-swiper-banner .swiper-content-area .container .slider-main-text p {
    font-size: 50px !important;
  }
}
@media (max-width: 991.98px) {
  .main-swiper-banner .swiper-content-area .container .slider-main-text p {
    line-height: 55px !important;
    margin-bottom: 0px;
  }
}
@media (max-width: 767.98px) {
  .main-swiper-banner .swiper-content-area .container .slider-main-text p {
    font-size: 35px !important;
    line-height: 45px !important;
  }
}
@media (max-width: 575.98px) {
  .main-swiper-banner .swiper-content-area .container .slider-main-text p {
    font-size: 28px !important;
    line-height: 34px !important;
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
  .main-swiper-banner .swiper-content-area .container .slider-main-text p {
    font-size: 24px !important;
    line-height: 28px !important;
  }
}
@media (max-width: 388px) {
  .main-swiper-banner .swiper-content-area .container .slider-main-text p {
    font-size: 22px !important;
    line-height: 26px !important;
  }
}
.main-swiper-banner .swiper-content-area .container .slider-small-text {
  font-size: 25px;
  line-height: 35px;
  color: #fff;
  font-family: "Certo Sans";
  font-weight: 500;
  width: 73%;
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .main-swiper-banner .swiper-content-area .container .slider-small-text {
    font-size: 23px;
  }
}
@media (max-width: 1399.98px) {
  .main-swiper-banner .swiper-content-area .container .slider-small-text {
    font-size: 21px;
    line-height: 32px;
  }
}
@media (max-width: 991.98px) {
  .main-swiper-banner .swiper-content-area .container .slider-small-text {
    font-size: 19px;
    line-height: 30px;
    width: 60%;
    display: none;
  }
}
@media (max-width: 767.98px) {
  .main-swiper-banner .swiper-content-area .container .slider-small-text {
    font-size: 16px;
    line-height: 27px;
  }
}
.main-swiper-banner .swiper-content-area .swiper-single-img {
  position: absolute;
  right: 0px;
  bottom: -50px;
  line-height: 0;
  text-align: right;
}
.main-swiper-banner .swiper-content-area .swipe-btn {
  color: #E5A93F;
}
.main-swiper-banner .swiper-content-area .swipe-btn:hover {
  color: #F6630C !important;
}
.main-swiper-banner .library-pagination {
  position: absolute;
  z-index: 1;
  right: 0px !important;
  left: auto !important;
  top: 50%;
  width: 40px;
}
.main-swiper-banner .library-pagination .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 14px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 14px));
  display: block;
  margin-bottom: 5px !important;
  background: none;
  opacity: 0.5;
  border: 1px solid #fff;
}
.main-swiper-banner .library-pagination .swiper-pagination-bullet:hover {
  background: #E5A93F;
  opacity: 1 !important;
  border: 0px !important;
}
.main-swiper-banner .library-pagination .swiper-pagination-bullet-active {
  background: #E5A93F;
  opacity: 1;
  border: 0px;
}
@media (max-width: 1440px) {
  .main-swiper-banner #moving-effect img {
    width: 90%;
  }
}
@media (max-width: 1199.98px) {
  .main-swiper-banner #moving-effect img {
    width: 64%;
  }
}
@media (max-width: 767.98px) {
  .main-swiper-banner #moving-effect img {
    width: 42%;
  }
}
.main-swiper-banner .video-swiper {
  object-fit: cover;
}

@media (max-width: 1199.98px) {
  .navik-menu ul li > a {
    color: #fff;
  }
}

/********************************************
INTEGRITY HOTLINE STARTS
********************************************/
.integrity-section .hide {
  display: none;
}
.integrity-section .hidefieldother {
  pointer-events: none;
  opacity: 0.2;
}
.integrity-section .hidefieldother.active {
  pointer-events: inherit;
  opacity: 1;
}
@media (max-width: 575.98px) {
  .integrity-section .gallery-cont .bod-tab {
    padding-bottom: 8px;
  }
}
@media (max-width: 767.98px) {
  .integrity-section .gallery-cont .bod-tab .nav-link {
    font-size: 20px !important;
  }
}
.integrity-section .field-wrap {
  position: relative;
  height: 100%;
  width: 100%;
}
.integrity-section .field-wrap label {
  font-size: 18px;
  color: #003C34;
  font-weight: 400;
  padding-bottom: 10px;
}
.integrity-section .field-wrap label span {
  color: #AE0000;
}
.integrity-section .field-wrap label.sublabel {
  font-size: 15px;
  font-weight: 300;
  color: #131313;
}
.integrity-section .field-wrap textarea {
  height: 150px;
}
.integrity-section .field-wrap input[type=file]::file-selector-button {
  background-color: #E1E1E1;
  margin: -15px 5px 0 -15px;
  height: 55px;
}
.integrity-section .field-wrap .form-check .form-check-input {
  margin-top: 5px;
  border: 1px solid #003C34;
  box-shadow: none;
  cursor: pointer;
}
.integrity-section .field-wrap .form-check .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3Csvg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11.4 21.5-5.93-5.93-2.01 2.01 7.94 7.94 17.1-17.1-2.01-2.01z' fill='%23fff'/%3E%3C/svg%3E");
  background-size: 80% 80%;
  background-color: #003C34;
  border-color: #003C34;
}
.integrity-section .field-wrap .form-check .form-check-label {
  font-weight: 300;
  color: #313131;
  cursor: pointer;
  padding: 0;
}
.integrity-section .nice-select:after {
  font-family: "icomoon" !important;
  content: "\e90f";
  top: auto;
  bottom: 18px;
  transform: rotate(-90deg);
  font-size: 17px;
}
@media (max-width: 575.98px) {
  .integrity-section .nice-select:after {
    font-size: 12px;
    right: 24px;
  }
}
.integrity-section .nice-select .current {
  white-space: normal;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-right: 40px;
}
.integrity-section .nice-select .list {
  max-height: 300px;
  overflow-y: auto;
}
.integrity-section .nice-select .list .option {
  color: #003C34;
  white-space: normal;
  line-height: 25px;
  margin: 20px 0;
  min-height: auto;
}
@media (max-width: 575.98px) {
  .integrity-section .nice-select .list .option {
    margin: 15px 0;
  }
}
.integrity-section .nice-select .list .option.selected.focus {
  color: #003C34;
  font-weight: 600;
}
.integrity-section .recoverform-sec {
  display: none;
}
.integrity-section .recover-password.active .hiderecoverpassw {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
  display: block;
}
.integrity-section .recover-password.active .recoverpassw {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: none;
}
.integrity-section .recover-password .hiderecoverpassw {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: none;
}
.integrity-section .recover-password .recoverpassw {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}
.integrity-section #recoverpassword {
  background: none;
}
.integrity-section #recoverpassword:hover {
  color: #F6630C !important;
}
.integrity-section .cnt-input {
  float: left;
  padding: 12px 12px;
  background-color: #FCFCFC;
  border: 1px solid #A5A5A5;
  box-shadow: none;
  border-radius: 0px;
  font-size: 18px;
  color: #003C34;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  height: 55px;
}
@media (max-width: 767.98px) {
  .integrity-section .cnt-input {
    font-size: 16px;
    height: 50px;
  }
}
@media (max-width: 575.98px) {
  .integrity-section .cnt-input {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .integrity-section .cnt-input {
    font-size: 14px;
  }
}
.integrity-section .cnt-text-area {
  padding: 12px 12px;
  background-color: #FCFCFC;
  border: 1px solid #A5A5A5;
  box-shadow: none;
  border-radius: 0px;
  font-size: 18px;
  color: #003C34;
  height: 15rem;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
@media (max-width: 767.98px) {
  .integrity-section .cnt-text-area {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .integrity-section .cnt-text-area {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .integrity-section .cnt-text-area {
    font-size: 14px;
  }
}
.integrity-section input::-webkit-input-placeholder {
  font-weight: 300;
}
.integrity-section textarea::-webkit-input-placeholder {
  font-weight: 300;
}
.integrity-section input:focus {
  border: 1px solid #003C34;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.integrity-section textarea:focus {
  border: 1px solid #003C34;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.integrity-section .cnt-btn {
  border-radius: 0px;
  border-radius: 0px;
  padding-left: 30px;
  padding-right: 52px;
  box-shadow: none;
}
.integrity-section .cnt-btn:after {
  font-family: "icomoon" !important;
  position: absolute;
  font-size: 11px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  content: "\e904";
  right: 19px;
  bottom: 13px;
}
@media (max-width: 767.98px) {
  .integrity-section .cnt-btn:after {
    font-size: 9px;
    bottom: 8px;
  }
}
.integrity-section .cnt-btn:after:hover {
  color: #003C34 !important;
  background: transparent;
}
.integrity-section .cnt-btn.add-btn {
  padding: 10px;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  background: none;
}
.integrity-section .cnt-btn.add-btn:after {
  content: none;
}
.integrity-section .cnt-btn.add-btn span {
  font-size: 13px;
  margin-left: 5px;
}
.integrity-section .cnt-btn.add-btn:hover {
  color: #F6630C !important;
}
.integrity-section .add-identity-party-item {
  position: relative;
  overflow: hidden;
}
.integrity-section .add-identity-party-item .identity-party-row {
  background-color: #eee;
  padding: 0px 12px;
}
.integrity-section .add-identity-party-item .identity-party-row .col-css {
  border-right: 1px solid #dedede;
}
@media (max-width: 767.98px) {
  .integrity-section .add-identity-party-item .identity-party-row .col-css {
    border-right: 0px solid #dedede;
    border-bottom: 1px solid #dedede;
  }
}
.integrity-section .add-identity-party-item .identity-party-row .col-css p {
  padding: 10px;
}
.integrity-section .add-identity-party-item .identity-party-row .col-css-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .integrity-section .add-identity-party-item .identity-party-row .col-css-btn {
    justify-content: start;
  }
}
.integrity-section .add-identity-party-item .identity-party-row .col-css-btn button {
  height: 35px;
  width: 35px;
  background: #F6630C;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .integrity-section .add-identity-party-item .identity-party-row .col-css-btn button {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.integrity-section .add-identity-party-item .identity-party-row .col-css-btn button span {
  height: 2px;
  width: 18px;
  background: #fff;
  border-radius: 10px;
}
.integrity-section .add-identity-party-item .identity-party-row .col-css-btn button:hover {
  background-color: #E5A93F;
}
.integrity-section .add-identity-party-item .identity-party-row:nth-of-type(even) {
  background-color: #f7f7f7;
}
.integrity-section .add-identity-party-item p {
  margin: 0;
}

.followup-chat-section {
  position: relative;
}
.followup-chat-section h3 {
  color: #003C34;
}
.followup-chat-section .mesgs .msg_history .incoming_msg {
  overflow: hidden;
  margin: 26px 0 26px;
}
.followup-chat-section .mesgs .msg_history .incoming_msg .received_msg {
  float: left;
  width: auto;
  max-width: 600px;
  background-color: #fff;
  color: #313131;
  padding: 20px;
  border-radius: 0px 5px 5px 5px;
  margin-left: 14px;
  position: relative;
}
@media (max-width: 575.98px) {
  .followup-chat-section .mesgs .msg_history .incoming_msg .received_msg {
    padding: 15px;
  }
}
.followup-chat-section .mesgs .msg_history .incoming_msg .received_msg:before {
  content: "";
  position: absolute;
  left: -23px;
  top: -1px;
  clip-path: polygon(100% 0, 36% 0, 100% 45%);
  height: 30px;
  width: 25px;
  z-index: 1;
  background: #fff;
}
.followup-chat-section .mesgs .msg_history .incoming_msg .received_msg .received_msg_col {
  display: flex;
  align-items: center;
  justify-content: start;
}
.followup-chat-section .mesgs .msg_history .incoming_msg .received_msg .received_msg_col .incoming_msg_img {
  height: 55px;
  width: 55px;
  min-width: 55px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .followup-chat-section .mesgs .msg_history .incoming_msg .received_msg .received_msg_col .incoming_msg_img {
    height: 45px;
    width: 45px;
    min-width: 45px;
  }
}
.followup-chat-section .mesgs .msg_history .incoming_msg .received_msg .received_msg_col .incoming_msg_img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.followup-chat-section .mesgs .msg_history .incoming_msg .received_msg .received_msg_col .incoming_msg_text {
  padding-left: 15px;
}
@media (max-width: 575.98px) {
  .followup-chat-section .mesgs .msg_history .incoming_msg .received_msg .received_msg_col .incoming_msg_text {
    padding-left: 10px;
  }
}
.followup-chat-section .mesgs .msg_history .incoming_msg .received_msg .received_msg_col .incoming_msg_text p {
  color: #313131;
  font-size: 15px;
  font-weight: 300;
  margin: 0;
  line-height: 23px;
}
@media (max-width: 575.98px) {
  .followup-chat-section .mesgs .msg_history .incoming_msg .received_msg .received_msg_col .incoming_msg_text p {
    font-size: 14px;
    line-height: 20px;
  }
}
.followup-chat-section .mesgs .msg_history .incoming_msg .received_msg .received_msg_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  min-width: 200px;
}
.followup-chat-section .mesgs .msg_history .incoming_msg .received_msg .received_msg_footer .time_date {
  font-size: 13px;
  opacity: 0.7;
  color: #313131;
}
@media (max-width: 575.98px) {
  .followup-chat-section .mesgs .msg_history .incoming_msg .received_msg .received_msg_footer .time_date {
    font-size: 12px;
  }
}
.followup-chat-section .mesgs .msg_history .incoming_msg .received_msg .received_msg_footer a {
  font-size: 13px;
  display: flex;
  align-items: center;
}
.followup-chat-section .mesgs .msg_history .incoming_msg .received_msg .received_msg_footer a span {
  margin-right: 4px;
}
@media (max-width: 575.98px) {
  .followup-chat-section .mesgs .msg_history .incoming_msg .received_msg .received_msg_footer a {
    font-size: 12px;
  }
}
.followup-chat-section .mesgs .msg_history .outgoing_msg {
  overflow: hidden;
  margin: 26px 0 26px;
}
.followup-chat-section .mesgs .msg_history .outgoing_msg .sent_msg {
  float: right;
  width: auto;
  max-width: 600px;
  background-color: #EAF2F0;
  color: #ffffff;
  padding: 20px;
  border-radius: 5px 0px 5px 5px;
  margin-right: 14px;
  position: relative;
}
@media (max-width: 575.98px) {
  .followup-chat-section .mesgs .msg_history .outgoing_msg .sent_msg {
    padding: 15px;
  }
}
.followup-chat-section .mesgs .msg_history .outgoing_msg .sent_msg:before {
  content: "";
  position: absolute;
  right: -23px;
  top: -1px;
  clip-path: polygon(64% 0, 0 0, 0 45%);
  height: 30px;
  width: 25px;
  z-index: 1;
  background: #EAF2F0;
}
.followup-chat-section .mesgs .msg_history .outgoing_msg .sent_msg .sent_msg_col {
  display: flex;
  align-items: center;
  justify-content: end;
}
.followup-chat-section .mesgs .msg_history .outgoing_msg .sent_msg .sent_msg_col .outgoing_msg_img {
  height: 55px;
  width: 55px;
  min-width: 55px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .followup-chat-section .mesgs .msg_history .outgoing_msg .sent_msg .sent_msg_col .outgoing_msg_img {
    height: 45px;
    width: 45px;
    min-width: 45px;
  }
}
.followup-chat-section .mesgs .msg_history .outgoing_msg .sent_msg .sent_msg_col .outgoing_msg_img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.followup-chat-section .mesgs .msg_history .outgoing_msg .sent_msg .sent_msg_col .outgoing_msg_text {
  padding-right: 15px;
}
@media (max-width: 575.98px) {
  .followup-chat-section .mesgs .msg_history .outgoing_msg .sent_msg .sent_msg_col .outgoing_msg_text {
    padding-right: 10px;
  }
}
.followup-chat-section .mesgs .msg_history .outgoing_msg .sent_msg .sent_msg_col .outgoing_msg_text p {
  color: #313131;
  font-size: 15px;
  font-weight: 300;
  margin: 0;
  line-height: 23px;
}
@media (max-width: 575.98px) {
  .followup-chat-section .mesgs .msg_history .outgoing_msg .sent_msg .sent_msg_col .outgoing_msg_text p {
    font-size: 14px;
    line-height: 20px;
  }
}
.followup-chat-section .mesgs .msg_history .outgoing_msg .sent_msg .sent_msg_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  min-width: 200px;
}
.followup-chat-section .mesgs .msg_history .outgoing_msg .sent_msg .sent_msg_footer .time_date {
  font-size: 13px;
  opacity: 0.7;
  color: #313131;
}
@media (max-width: 575.98px) {
  .followup-chat-section .mesgs .msg_history .outgoing_msg .sent_msg .sent_msg_footer .time_date {
    font-size: 12px;
  }
}
.followup-chat-section .mesgs .msg_history .outgoing_msg .sent_msg .sent_msg_footer a {
  font-size: 13px;
  display: flex;
  align-items: center;
}
.followup-chat-section .mesgs .msg_history .outgoing_msg .sent_msg .sent_msg_footer a span {
  margin-right: 4px;
}
@media (max-width: 575.98px) {
  .followup-chat-section .mesgs .msg_history .outgoing_msg .sent_msg .sent_msg_footer a {
    font-size: 12px;
  }
}

.form-submission-details {
  position: relative;
}
.form-submission-details .form-submi-row .form-submi-col {
  border: 1px solid #fff;
  padding: 15px;
  background: #f7f7f7;
}
.form-submission-details .form-submi-row .form-submi-col .form-submi-col-details {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  flex-direction: column;
  padding: 0 20px 0 0px;
}
@media (max-width: 575.98px) {
  .form-submission-details .form-submi-row .form-submi-col .form-submi-col-details {
    padding: 0;
  }
}
.form-submission-details .form-submi-row .form-submi-col .form-submi-col-details.form-submi-col-details-list .form-submi-col-details-list-row label strong {
  font-weight: 400;
}
.form-submission-details .form-submi-row .form-submi-col .form-submi-col-details .form-submi-col-qus {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: #003C34;
  padding-right: 10px;
}
@media (max-width: 575.98px) {
  .form-submission-details .form-submi-row .form-submi-col .form-submi-col-details .form-submi-col-qus {
    font-size: 18px;
  }
}
.form-submission-details .form-submi-row .form-submi-col .form-submi-col-details .form-submi-col-ans {
  font-size: 15px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .form-submission-details .form-submi-row .form-submi-col .form-submi-col-details .form-submi-col-ans {
    font-size: 16px;
  }
}
.form-submission-details .form-submi-row .form-submi-col .form-submi-col-details .form-submi-col-ans span {
  margin-right: 10px;
}
.form-submission-details .form-submi-row .form-submi-col .form-submi-col-details .form-submi-col-ans a {
  display: flex;
  align-items: center;
}
.form-submission-details .form-submi-row .form-submi-col .form-submi-col-details .form-submi-col-ans a .icon-download {
  margin-right: 5px;
}
.form-submission-details .form-submi-row .form-submi-col .form-submi-col-details .form-submi-col-ans .form-submi-col-ans-list .form-submi-col-ans-list-title {
  color: #F6630C;
}
.form-submission-details .form-submi-row .form-submi-col .form-submi-col-details .form-submi-col-ans .form-submi-col-ans-list .form-submi-col-ans-list-ans {
  padding: 5px 0;
}
.form-submission-details .form-submi-row .form-submi-col .form-submi-col-details .form-submi-col-ans .form-submi-col-ans-list .form-submi-col-ans-list-ans .row {
  padding: 0 calc(var(--bs-gutter-x) * 0.5);
}
.form-submission-details .form-submi-row .form-submi-col .form-submi-col-details .form-submi-col-ans .form-submi-col-ans-list .form-submi-col-ans-list-ans .row .col-6 {
  font-size: 14px;
  border: 1px solid #dedede;
  padding: 4px 10px;
}

/********************************************
INTEGRITY HOTLINE ENDS
********************************************/
/***************************************************
FORM PRELOADER SECTION STARTS
****************************************************/
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.formpreloader {
  position: fixed;
  z-index: -100;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 60, 52, 0.7);
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
}
.formpreloader.active {
  opacity: 1;
  visibility: visible;
  z-index: 1001;
}
.formpreloader .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.formpreloader .container .loader-infinite {
  width: 100px;
}

.contactThankyou .alert {
  background: rgba(225, 225, 225, 0.2) !important;
  border: 1px solid #003C34 !important;
  border-radius: 0 !important;
  padding: 20px 0 0;
}
.contactThankyou .alert h4.alert-heading {
  color: #003C34 !important;
  margin: 0 0 10px;
}
.contactThankyou .alert p#pmsg {
  color: #313131 !important;
}

.alertpop-sec {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1002;
  background: rgba(0, 60, 52, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out 0s !important;
  -moz-transition: all 0.5s ease-out 0s !important;
  -ms-transition: all 0.5s ease-out 0s !important;
  -o-transition: all 0.5s ease-out 0s !important;
  transition: all 0.5s ease-out 0s !important;
}
.alertpop-sec.active {
  opacity: 1;
  visibility: visible;
}
.alertpop-sec.active .success-checkmark .check-icon {
  display: block;
}
.alertpop-sec.active .alertpop-sec-in .alertpop-sec-container .alerticon .checkmark {
  display: block;
}
.alertpop-sec .alertpop-sec-in {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.alertpop-sec .alertpop-sec-in .alertpop-close {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: transparent;
}
.alertpop-sec .alertpop-sec-in .alertpop-sec-container {
  background: #fff;
  padding: 30px 30px;
  border-radius: 5px;
  text-align: center;
  z-index: 1;
  position: relative;
  max-width: 95%;
  min-width: 450px;
}
@media (max-width: 575.98px) {
  .alertpop-sec .alertpop-sec-in .alertpop-sec-container {
    width: 90%;
    min-width: 250px;
  }
}
.alertpop-sec .alertpop-sec-in .alertpop-sec-container .alerticon {
  height: 60px;
}
.alertpop-sec .alertpop-sec-in .alertpop-sec-container .main-btn {
  margin: 14px 0 0;
  border: 1px solid #E5A93F;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.alertpop-sec .alertpop-sec-in .alertpop-sec-container .main-btn:hover {
  background: #F6630C;
  border: 1px solid #F6630C;
}
.alertpop-sec .alertpop-sec-in .alertpop-sec-container h3 {
  margin: 10px auto 5px;
  padding-bottom: 0px;
  color: #003C34 !important;
  max-width: 450px;
}
.alertpop-sec .alertpop-sec-in .alertpop-sec-container p {
  color: #313131 !important;
  margin: 0;
}

.checkmark_circle_success {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 5px;
  stroke-miterlimit: 10;
  stroke: #003C34;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark_circle_error {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 5px;
  stroke-miterlimit: 10;
  stroke: #C6000F;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: none;
  stroke-width: 5px;
  stroke: white;
  stroke-miterlimit: 10;
  margin: 0% auto;
}
.checkmark.success {
  box-shadow: inset 0px 0px 0px #003C34;
  animation: fillsuccess 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.checkmark.error {
  box-shadow: inset 0px 0px 0px #C6000F;
  animation: fillerror 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark_check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.9s forwards;
}

.progress {
  transform: rotate(-90deg);
  stroke: black;
}

.progress circle {
  stroke-dasharray: 130;
  stroke-dashoffset: 130;
  animation: dash 1.5s infinite;
}

@keyframes dash {
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -130;
  }
}
.progress {
  position: absolute;
  top: 5%;
  left: 5%;
}
.progress.progress--thin {
  left: auto;
  right: 5%;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fillsuccess {
  100% {
    box-shadow: inset 0px 0px 0px 30px #003C34;
  }
}
@keyframes fillerror {
  100% {
    box-shadow: inset 0px 0px 0px 30px #C6000F;
  }
}
.loader-infinite {
  position: relative;
  overflow: hidden;
  padding: 30px 0;
  margin-top: 40px;
}
.loader-infinite .item {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 12px;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
}
.loader-infinite .item.item4 {
  background-color: transparent;
  animation: circle2 2s linear infinite;
}
.loader-infinite .item.item4 .circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  border-radius: 50%;
}
.loader-infinite .item.item4 .circle:before {
  content: "";
  width: 3px;
  height: 8px;
  border-radius: 12px;
  background-color: #003C34;
  position: absolute;
  top: 15px;
  left: 6px;
}
.loader-infinite .item.item4 .circle.circle1 {
  transform: rotate(0);
  opacity: 1;
}
.loader-infinite .item.item4 .circle.circle1:before {
  background-color: #D5D5D5;
}
.loader-infinite .item.item4 .circle.circle2 {
  transform: rotate(40deg);
  opacity: 1;
}
.loader-infinite .item.item4 .circle.circle2:before {
  background-color: #D5D5D5;
}
.loader-infinite .item.item4 .circle.circle3 {
  transform: rotate(80deg);
  opacity: 1;
}
.loader-infinite .item.item4 .circle.circle3:before {
  background-color: #D5D5D5;
}
.loader-infinite .item.item4 .circle.circle4 {
  transform: rotate(120deg);
  opacity: 1;
}
.loader-infinite .item.item4 .circle.circle4:before {
  background-color: #D5D5D5;
}
.loader-infinite .item.item4 .circle.circle5 {
  transform: rotate(160deg);
  opacity: 1;
}
.loader-infinite .item.item4 .circle.circle5:before {
  background-color: #D5D5D5;
}
.loader-infinite .item.item4 .circle.circle6 {
  transform: rotate(200deg);
  opacity: 1;
}
.loader-infinite .item.item4 .circle.circle6:before {
  background-color: #D5D5D5;
}
.loader-infinite .item.item4 .circle.circle7 {
  transform: rotate(240deg);
  opacity: 1;
}
.loader-infinite .item.item4 .circle.circle7:before {
  background-color: #D5D5D5;
}
.loader-infinite .item.item4 .circle.circle8 {
  transform: rotate(280deg);
  opacity: 1;
}
.loader-infinite .item.item4 .circle.circle8:before {
  background-color: #D5D5D5;
}
.loader-infinite .item.item4 .circle.circle9 {
  transform: rotate(320deg);
  opacity: 1;
}
.loader-infinite .item.item4 .circle.circle9:before {
  background-color: #D5D5D5;
}

@keyframes circle0 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circle1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes circle2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/***************************************************
FORM PRELOADER SECTION ENDS
****************************************************//*# sourceMappingURL=style.css.map */