@font-face {
  font-family: 'Adani-Regular';
  src: url('../webfonts/Adani-ExtraLight.woff') format('woff'),
    url('../webfonts/Adani-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Adani-Regular';
  src: url('../webfonts/Adani-Medium.woff') format('woff'),
    url('../webfonts/Adani-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Adani-Regular';
  src: url('../webfonts/Adani-Regular.woff') format('woff'),
    url('../webfonts/Adani-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Adani-Regular';
  src: url('../webfonts/Adani-Regular_1.woff') format('woff'),
    url('../webfonts/Adani-Regular_1.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Adani-Regular';
  src: url('../webfonts/Adani-Light.woff') format('woff'),
    url('../webfonts/Adani-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Adani-Regular';
  src: url('../webfonts/Adani-Bold.woff') format('woff'),
    url('../webfonts/Adani-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Adani-Regular';
  src: url('../webfonts/Adani-SemiBold.woff') format('woff'),
    url('../webfonts/Adani-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

html,
body {
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  position: relative;
  font-family: 'Adani-Regular';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  background-color: #fff;

}

main {
  padding-top: 70px;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
header,
aside,
footer,
section,
article,
nav,
field,
label,
figcaption,
figure,
hgroup,
input,
textarea {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
}

a:link,
a:visited {
  text-decoration: none;
}

/* Customized default classes of bootstrap per Adani theme */
.alert {
  border-radius: 0;
}

.alert-danger {
  color: #000;
  border-color: #e7e7e7;
}

.form-control {
  border-radius: 0;
  padding: .35rem .75rem;
}

.form-check-label {
  padding-left: 3px;
}

.form-check-input {
  width: 16px;
  height: 16px;
  margin-top: 4px;
}

/*select.form-control:not([size]):not([multiple]) {
    height: calc(1.80rem + 9px);
}*/
.col-form-label {
  padding-top: calc(0.15rem + 1px);
  padding-bottom: calc(.15rem + 1px);
}

.btn {
  border-radius: 0;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.31;
}

.btn-primary {
  color: #fff;
  background-color: #1a727f;
  border-color: #1a727f;
}

.btn-primary:hover,
.btn-primary:active {
  background-color: #009f83;
  border-color: #009f83;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #009f83;
  border-color: #009f83;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.1rem rgba(25, 114, 127, .7);
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(25, 114, 127, .7);
}

.btn-secondary {
  color: #fff;
  background-color: #525252;
  border-color: #525252;
}

.btn-purple {
  background: #913e86;
  color: #fff;
  border-color: #913e86;
}

.btn-purple:hover,
.btn-purple:active,
.btn-purple:focus {
  background: #874298;
  color: #fff;
}

.btnBordered {
  padding: 0.3rem 1.5rem;
  background: none;
  border: 1px solid #1a727f;
  color: #1a727f;
  font-size: 1.3rem;
  display: inline-block;
}

.btnBordered:hover {
  background: #1a727f;
  color: #fff;
}

.btnBordered.focus,
.btnBordered:focus {
  box-shadow: 0 0 0 0.1rem rgba(26, 114, 127, .7);
}

.whiteBtn {
  color: #fff;
  border: 1px solid #fff;
}

.whiteBtn:hover {
  background: #fff;
  color: #1a727f;
}

.btnBordered.btnLg {
  min-width: 200px;
}

.txt-orange {
  color: #ff6633 !Important;
}

.txt-teal {
  color: #1a727f !important;
}

.txt-blue {
  color: #006db7 !Important;
}

.txt-purple {
  color: #8e278f !Important;
}

.txt-violet {
  color: #b43e6a;
}

.txt-gray {
  color: #5b5b5b !Important;
}

.txt-black {
  color: #000;
}

.txt-white {
  color: #fff;
}

.helpText {
  font-size: 0.8rem;
  color: #969696;
}

.required {
  color: #f42e2e;
}

.txt-large {
  font-size: 1.2rem;
}

hr {
  border-top: 1px solid #c7c7c7;
}

.bg-green {
  background-color: #00b16b !important;
}

.bg-blue {
  background-color: #006db7 !important;
}

.bg-purple {
  background-color: #8e278f !important;
}

.bg-gray-light {
  background-color: #f7f7f7 !Important;
}

.bg-gray-dark {
  background-color: #e7e7e7 !Important;
}

.bg-pattern-light {
  background: #f2f2f2 url(../images/pattern1.html) repeat;
}

.content p {
  padding-bottom: 1rem;
}

.rotate90 {
  transform: rotate(90deg);
}


/* Add sprite class to add icons from Sprite image and then add specific icon class */
.sprite {
  display: inline-block;
  background: url(../images/ft-socialmedia-icons.html) no-repeat;
  vertical-align: middle;
}

.facebook {
  width: 20px;
  height: 20px;
  background-position: 0 0;
}

.twitter {
  width: 20px;
  height: 20px;
  background-position: -28px 0;
}

.gplus {
  width: 20px;
  height: 20px;
  background-position: -56px 0;
}

.instagram {
  width: 20px;
  height: 20px;
  background-position: -85px 0;
}

.youTube {
  width: 20px;
  height: 20px;
  background-position: -111px 0;
}

.linkedIn {
  width: 20px;
  height: 20px;
  background-position: -139px 0;
}

.facebook-large {
  width: 36px;
  height: 36px;
  background-position: 0 2px;
}

.twitter-large {
  width: 36px;
  height: 36px;
  background-position: -43px 2px;
}

.gplus-large {
  width: 36px;
  height: 36px;
  background-position: -85px 2px;
}

.instagram-large {
  width: 36px;
  height: 36px;
  background-position: 0px -40px;
}

.youTube-large {
  width: 36px;
  height: 36px;
  background-position: -42px -40px;
}

.linkedIn-large {
  width: 36px;
  height: 36px;
  background-position: -85px -40px;
}


.enquiryIcon {
  width: 26px;
  height: 26px;
  background-position: 0 -55px;
  vertical-align: middle;
}

.homeIcon {
  width: 30px;
  height: 35px;
  background-position: 0 -93px;
}

.buildingIcon {
  width: 30px;
  height: 35px;
  background-position: 0 0px;
}

/* -- Sprite classes end here -- */

/* header */
.headerSec {
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 99;
  width: 100%
}

.headerTopBar {
  background: #383838 !important;
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(0, 159, 131, 1) 0%, rgba(26, 114, 127, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(56, 56, 56) 0%, rgb(56, 56, 56) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(56, 56, 56) 0%, rgb(56, 56, 56) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009f83', endColorstr='#1a727f', GradientType=1);
  /* IE6-9 */
  color: #fff;
}

.navPanel {
  margin: 0;
  background: #fff;
  top: -2px;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.4);
  width: 100%;
  padding: 0px 0px;
  transition: all 0.1s ease-in;
  z-index: 9999;
}

.navbar {
  padding: 0.5rem 0;
}

/*.navPanel>.container{padding:0;}*/

.topNav {
  margin: 0;
  padding: 6px 0 6px 0;
  font-size: 0.9rem;
  min-height: 35px;
}

.topNav li {
  list-style: none;
  display: inline-block;
}

.topNav li a {
  color: #fff;
}

.topNav li>a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.navbar-light .navbar-nav .nav-item.active .nav-link,
.navbar-light .navbar-nav .nav-item.show .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #000;
  transition: ease all 0.3s;
}

.navbar-light .navbar-toggler {
  border: none;
  padding: 0.25rem 0.5rem;
}

.navbar-toggler span {
  font-size: 8px;
}

.navbar-light .navbar-toggler-icon {
  background-image: url(../images/hamburger-menu.png);
  width: 1.75em;
}


.topMenu li:last-child a {
  border-right: none;
}

.topMenu li:first-child a {
  padding-left: 0;
}

.topMenu li>a {
  padding: 0 0.6rem;
  color: #fff;
}

.topMenu li:first-child a {
  padding-left: 0;
}

.btn.btn-menu {
  background: none;
  padding: 0;
  font-size: 1.25rem;
  color: #fff;
  position: relative;
  top: 8px;
}

.btn-menu span {
  width: 20px;
  height: 2px;
  background: #000;
  margin: 4px;
  display: block;
}

.topNavBtn {
  position: absolute;
  z-index: 9;
  top: 3px;
  right: 25px;
}

.topMenu li.topSearchMenu {
  display: none;
}

.topSearch {}

.social-links {
  line-height: 1;
}

.social-links li {
  margin-right: 2px;
}

.social-links li a {
  padding: 0 1px;
  display: block;
  background: #fff;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  padding: 5px 0px;
  font-size: 12px;
  text-align: center;
}

.social-links li a i {
  color: #000;
  position: relative;
  top: 0px;
  left: 0px;
}

.quick-links {
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.quick-links li a {
  padding: 0 10px;
}

.download-links {
  margin-left: 10px;
}

.download-links li a {
  padding-left: 5px;
}

.download-links img {
  max-height: 20px;
}

.dropMenuIcon {
  padding-left: 5px;
  color: #137e80;
}

/*.dropdown:hover>.dropdown-menu {
  display: block;
}*/
.dropdown-toggle::after {
  content: none;
}

.dropdown-item {
  border-bottom: 1px solid #ff6633;
  padding: .5rem .5rem;
}

.dropdown-menu>.dropdown-item:last-child {
  border-bottom: none;
}

@media (min-width: 992px) {
  .navbar-brand {
    padding-top: 0.8rem;
    padding-bottom: 0.5rem;
  }

  .sticky-header .navbar-brand {
    padding: 0px;
    transition: ease all 0.5s;
  }

  .navbar-expand-lg {
    padding-top: 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    transition: ease all 0.5s;
    font-size: 16px;
    color: #000;
    padding: 0.61rem 0rem;
  }

  .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
  }

  .social-links li:last-child a {
    padding-right: 0;
  }

  .dropdown-menu {

    left: auto;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
    background: #eee;
    padding: 10px 20px;
    border: none;
    top: 99%;
    border-radius: 0;
  }

  .dropdown {
    position: static;
  }

  .primaryMenu {
    position: relative;
  }

  .dropdown-item {
    display: block;
    width: auto;
    padding: 5px 0px 0px 0px;
    border-bottom: none;
    color: #000;
  }

  .dropdown-menu .dropdown-item:last-child {
    border-right: none;
  }

  .dropdown-item:focus,
  .dropdown-item:hover {
    background: none;
    color: #1378be;
  }


}

/*Footer*/
.footerSec {
  background: #f1f1f1;
  color: #666;
  padding: 15px 0px 0px 0px;
  position: relative;
  display: block;
  z-index: 9;
}

.contactPanel {
  height: 150px;
  position: relative;
  color: #fff;
}

.contactPanel .container,
.contactPanel .container .row {
  height: 100%;
}



.footerBtmPanel {
  background: #383838;
  color: #fff;
}

.footerMenu li {
  list-style: none;
  display: inline-block;
}

.footerMenu li a {
  color: #f3f3f3;
  padding: 0 0.5rem 0 0.5rem;
  font-size: 0.8rem;
  border-left: 1px solid #f3f3f3;
}

.footerMenu li a:hover,
.footerMenu li a:focus {
  color: #248dfd;
}

.footerMenu li:first-child a {
  border-left: none;
}

.footerMenu li:last-child a {
  padding-right: 0;
}

.footerMenu.menuSecondary li {}

.footerMenu.menuSecondary li a {
  color: #f3f3f3;
  opacity: 0.5;
  border-left: none;
  padding: 0 0.5rem;
  font-size: 0.8rem;
}

.footerMenu.menuSecondary li:last-child a {
  padding-right: 0;
}

.footerMenu.menuSecondary li a:hover {
  opacity: 1.0;
  color: #ff6633;
}

.copyrightTxt {
  font-size: 0.8rem;
  color: #f3f3f3;
  opacity: 0.5;
  margin-top: 5px;
}

/* Content Section */
.contentSection {
  text-align: left;
}

/*Eqnuire*/
.enquiryBtn {
  background: #8e278f;
  display: inline-block;
  color: #fff;
  padding: 0.5rem 1rem;
  position: fixed;
  right: -52px;
  top: 40%;
  z-index: 99;
  transform: rotate(-90deg);
  font-size: 1.4rem;
}

.enquiryBtn:hover {
  color: #fff;
}

.enquireTxt {
  display: inline-block;
  vertical-align: middle;
}

/*Banner*/
.mainBanner {
  width: 100%;
  height: 480px;
  position: relative;
}

.bannerImg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #e76d2d url(../images/banner.jpg) no-repeat;
  background-size: cover;
  z-index: 1;
}

.bannerForm {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

/*To use img tag for banner and contact panel*/
.bannerImg,
.contactPanel {
  background-image: none;
  overflow: hidden;
}

.bannerImg img,
.contactBanner img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  top: 60%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.contactBanner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.section {
  padding: 2rem 0;
  background-color: #f6f6f6;
}

.sectionHeading {
  margin: 1rem 0;
  font-weight: 400;
  font-size: 1.6rem;
}

.sectionHeading:after {
  content: "";
  display: block;
  position: relative;
  height: 4px;
  background: #193662;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.text-left.sectionHeading:after {
  content: "";
  display: block;
  margin-left: inherit;
  position: relative;
}

.sectionHeading-w {
  margin: 1rem 0;
  font-weight: 500;
}

.sectionHeading-w:after {
  content: "";
  display: block;
  position: relative;
  height: 4px;
  background: #fff;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

/* Tabs */
.nav-tabs {
  border-bottom: 1px solid #1a727f;
}

.nav-tabs .nav-link {
  border: 1px solid #1a727f;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #2e2e2e;
  padding: 0.5rem;
}

.nav-tabs .nav-item {}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  border-color: #1a727f;
  background: -moz-linear-gradient(left, rgba(27, 159, 148, 1) 0%, rgba(49, 109, 179, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27, 159, 148, 1)), color-stop(100%, rgba(49, 109, 179, 1)));
  background: -webkit-linear-gradient(left, rgba(27, 159, 148, 1) 0%, rgba(49, 109, 179, 1) 100%);
  background: -o-linear-gradient(left, rgba(27, 159, 148, 1) 0%, rgba(49, 109, 179, 1) 100%);
  background: -ms-linear-gradient(left, rgba(27, 159, 148, 1) 0%, rgba(49, 109, 179, 1) 100%);
  background: linear-gradient(to right, rgba(27, 159, 148, 1) 0%, rgba(49, 109, 179, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b9f94', endColorstr='#316db3', GradientType=1);
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #1a727f;
  color: #fff;
}

.noBorder {
  border: none;
}

/*Latest Projects*/
.prjtCategory .nav-tabs .nav-link {
  padding: 1.2rem;
  font-size: 1.4rem;
  color: #1a727f;
}

.prjtsList .slideItem {
  text-align: center;
  border: 1px solid transparent;
}

.prjtsList .slideItem:hover {
  border: 1px solid #ccc;
}

.prjtsList {
  padding: 2rem 0;
}

.clubPanel {
  position: relative;
  height: 400px;
  color: #fff;
  overflow: hidden;
}

.clubPanel .container,
.clubPanel .container .row {
  height: 100%;
}

.clubBg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.clubBg img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.visitSiteBtn {
  margin-top: 2.5rem;
}

/* About Us */
.aboutUs {
  background: #fff url(../images/bg-about.png) center center no-repeat;
  background-size: cover;
  color: #464848;
}

/*Media*/
.mediaTile {
  margin: 30px 0;
}



/* Items List*/
ul.itemsList {
  margin-left: 20px;
}

ul.itemsList>li {
  list-style: disc;
  margin: 10px 0;
}

ul.itemsList li a {
  color: #707070;
  padding: 3px 0;
  display: block;
}

ol.numberedList {
  counter-reset: li;
  list-style-type: none;
  padding-left: 0px;
}

ol.numberedList li {
  position: relative;
  padding: 7px 0 7px 30px;
  margin: 3px 0;
}

ol.numberedList li:before {
  content: counter(li);
  counter-increment: li;
  height: 20px;
  width: 20px;
  background: #ff6633;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 9px;
  font-size: 0.8rem;
  line-height: 1.5;
}

ol.listStyle {
  list-style-type: lower-alpha;
}

ol.listStyle li {
  list-style-type: lower-alpha;
}

.itemsListHeader {
  display: table;
  width: 100%;
}

.listHeading {
  display: table-cell;
  vertical-align: middle;
}

.listIcon {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding-right: 20px;
}


/*Porjects Carousel*/
.serviceTile {
  background: rgba(239, 239, 239, 0.3);
  padding: 2rem 1rem;
  margin: 1rem 0.5rem;
  display: table;
  border: 1px solid rgba(232, 232, 232, 0.3);
}

.serviceTile:hover {
  border: 1px solid rgba(232, 232, 232, 1.0);
}

.serviceTile .serviceIcon {
  display: table-cell;
  vertical-align: top;
  height: 75px;
  overflow: hidden;
}

.serviceTile .serviceDetails {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1rem;
}

.serviceTile .serviceIcon img {
  width: auto;
  max-height: 75px;
}

.serviceName {
  margin-bottom: 0.5rem;
  color: #4b4b4b;
}

.serviceBrief {
  font-size: 0.9rem;
  line-height: 1.3;
  color: #858585;
}

.serviceBtn {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.owl-carousel .owl-nav button.owl-prev {
  float: left;
  background: #000;
  border-radius: 0px 25px 25px 0px;
  width: 50px;
  height: 50px;
}

.owl-carousel .owl-nav button.owl-next {
  float: right;
  background: #000;
  border-radius: 25px 0px 0px 25px;
  width: 50px;
  height: 50px;
}

/*My Account Page*/
.mainBanner.myAccountBanner {
  height: auto;
  min-height: 150px;
  max-height: 550px;
}

.myAccountBanner .bannerCnt {
  padding: 2rem 0;
}

.myAccountBanner .manageAcBoxOuter {
  margin-top: 20px;
}

.breadcrumbBar {
  font-size: 0.9rem;
}

.breadcrumbBar li a {
  color: #303030;
}

.breadcrumb {
  position: relative;
  display: block;
  margin-bottom: 0px !important;
  background: #fff;
  padding-top: 100px !important;
  overflow: hidden;
}

.breadcrumb .container {
  position: relative;
  display: block;
  z-index: 1;
}

.breadcrumb h1 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px !important;
  padding: 15px 0px;
  font-size: 2.5rem;
}

.breadcrumb p {
  color: #fff;
  padding: 15px 0px;
}

.breadcrumb a {
  color: #fff;
  transition: ease all 0.3s;
  text-decoration: none;
  text-transform: capitalize;
  text-shadow: 0px 0px 8px #000, 0px 0px 12px #000;
}

.breadcrumb a:hover {
  text-decoration: underline !important;
  transition: ease all 0.3s;
  text-decoration: none;
}

.breadcrumb ul {
  margin-bottom: 8rem;
}

.breadcrumb ul li {
  display: inline-block;
  text-decoration: none;
}

.breadcrumb ul li:nth-child(even) a:before {
  content: "";
  position: relative;
  margin-right: 10px;
}

.breadcrumb .bg-image img {
  opacity: 1;
}

.breadcrumb:after {
  content: "";
  position: absolute;
  box-shadow: 0px 0px 120px 94px rgb(0, 0, 0);
  width: 100%;
  bottom: 0px;
}

.pageTitle {
  color: #fff;
}

.breadcrumbBg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
}

.breadcrumbBg img {
  border-radius: 0;
  min-height: 100%;
  min-width: 100%;
  position: relative;
  height: 100%;
}

.pageTitleBar {
  position: relative;
  min-height: 150px;
  min-height: 150px;
  padding: 25px 0px;
}

.pageTitleBar .container {
  position: relative
}

.accountServices {
  margin-top: 1rem;
}

.accSerTile {
  padding: 1.5rem 0;
}

.iconBox {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
}

.iconBox img {
  max-width: 100%;
}

.accService {
  display: inline-block;
  vertical-align: middle;
  width: 65%;
  color: #323030;
  padding-left: 10px;
}

.accService:hover {
  color: #1a727f;
}


.pageTitleBar .breadcrumb {
  background: none;
  color: #fff;
  padding: 0;
  margin: 0.5rem 0;
}

.breadcrumb li a:after {
  content: '>';
  padding: 0 5px
}

.breadcrumb li:last-child a:after {
  content: none;
}

.breadcrumb li {
  color: #1378be;
  font-size: 18px;
  font-weight: 500;
}

.panel {
  background: #f7f7f7;
  border: 1px solid #e4e4e4;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.panel a {
  color: #333;
}

.panel a:hover,
.nav-tabs a:hover {
  color: #1a727f;
}

.tile {
  background: #efefef;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(254, 254, 254, 1) 2%, rgba(247, 247, 247, 0.31) 25%, rgba(244, 244, 244, 0.4) 35%, rgba(212, 212, 212, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(254, 254, 254, 1) 2%, rgba(247, 247, 247, 0.31) 25%, rgba(244, 244, 244, 0.4) 35%, rgba(212, 212, 212, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(254, 254, 254, 1) 2%, rgba(247, 247, 247, 0.31) 25%, rgba(244, 244, 244, 0.4) 35%, rgba(212, 212, 212, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d4d4d4', GradientType=0);
  /* IE6-9 */
  border: 1px solid #e8e8e8;
  display: table;
  padding: 0.5rem 1rem;
  height: 100%;
  width: 100%;
  color: #4b4b4b;
}

.tile:hover {
  border: 1px solid #d3d3d3;
  color: #ff6633;
}

.tile .iconBox {
  display: table-cell;
  vertical-align: middle;
}

.tile .detailBox {
  display: table-cell;
  vertical-align: middle;
}

.goBack {
  color: #333;
  font-size: 1.2rem;
}

.goBack:hover {
  color: #ff6633;
}






/* Left Navigation STYLE */

#dismiss {
  text-align: right;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.25rem 1rem;
  background: rgba(0, 0, 0, 0.3);
  background: #3f3f3f;
  color: #fff;
}

#dismiss:hover {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}

.sideNavBtn {
  float: right;
  margin-bottom: 1rem;
}

.overlay,
.overlay-top {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.overlay.active,
.overlay-top.active {
  display: block;
  opacity: 1;
}

.overlay-top {
  z-index: 999;
}

#sideNav.active {
  left: 0;
}

#sideNav ul li {
  border-bottom: 1px solid #fff;
}

#sideNav ul li a {
  padding: 0.5rem 0.75rem;
  display: block;
  background: #f36f31;
  color: #fff;
  position: relative;
}

#sideNav ul li a:hover {
  color: #fff;
  background: #ff6633;
}

#sideNav ul li .submenu li a {
  background: #e9e9e9;
  color: #000;
}

#sideNav ul li .submenu li a:hover,
#sideNav ul li .submenu li.active a {
  background: #858585;
  color: #fff;
}

#sideNav ul li a.dropdown-toggle::after {
  width: auto;
  height: auto;
  content: '>';
  display: block;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  border: none;
  transform: translateY(-50%) rotate(0deg);
}

#sideNav ul li a[aria-expanded=true] {
  background: #ff6633;
}

#sideNav ul li a[aria-expanded=true]::after {
  transform: translateY(-50%) rotate(90deg);
}

/* FAQ Accordion */
.faqItem {
  border: 1px solid #e8e8e8;
  background: #f7f7f7;
  margin-bottom: 0.5rem;
  padding: 0.75rem 1rem 0.75rem 3.2rem;
}

.ques {
  color: #000;
  cursor: pointer;
  position: relative;
}

.ans {
  color: #4e4a4a;
  font-size: 0.9rem;
  padding-top: 0.75rem;
}

.ans a {
  color: #ff6633;
}

.faqItem:hover .ques {
  color: #ff6633;
}

.faqItem .ques::before {
  height: 24px;
  width: 24px;
  background: #ff6633;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  position: absolute;
  left: -2.2rem;
  top: 2px;
  font-size: 0.9rem;
  line-height: 1.75;
  content: '>';
}

.faqItem .ques[aria-expanded="true"]::before {
  transform: rotate(90deg);
  background: #848484;
}



/* Table Style */
.tableOuter {
  border: 1px solid #a2a2a2;
}

.table .thead-light th {
  background-color: #e9e9e9;
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* Search */
.searchBox .btn {
  margin-left: 10px;
}

.searchItem {
  background: #f7f7f7;
  border: 1px solid #e4e4e4;
  padding: 1rem;
  margin-bottom: 10px;
}

.searchItem p {
  margin: 0.25rem 0;
}

.searchItem h5 {
  font-size: 1.1rem;
}

.searchItem a {
  color: #ff6633;
  word-break: break-word;
}

.searchItem .downloadDoc {
  padding-left: 10px;
  padding-top: 3px;
  display: inline-block;
}



@media (min-width: 992px) {
  .navTile a {
    border-right: 1px solid rgba(226, 226, 226, 0.2);
  }

  .navTile:first-child {
    margin-left: -15px;
  }

  .navTile a:hover {
    background: rgba(0, 0, 0, 0.2);
  }

  .communityTile {
    min-height: 180px;
    height: 100%;
    padding: 1.5rem;
  }

  .communityTile.large .tileCnt {
    position: absolute;
    bottom: 1.5rem;
    width: 70%;
  }

  .community3 {
    margin-top: 30px;
  }

  .community1 .communityTile {
    background: url(../images/bg-community1.html) no-repeat left top;
  }

  .serviceTile {
    margin: 2rem 1rem;
  }

  .searchItem .downloadDoc {
    padding-left: 1rem;
  }

}




/* 2nd July 2018 */
.required {
  color: red;
}

.pay_box {
  margin: 10px 15px;
  box-shadow: 0px 0px 5px 1px #E0E0E0;
}

.mr-lt-30 {
  margin-left: 30px;
}

.txt-underline {
  text-decoration: underline;
}

.pull-right {
  float: right;
}

.pagination {
  display: inline-block;
  border-radius: 4px;
}

.pagination li {
  display: inline;
}

.pagination li,
.pagination li span {
  position: relative;
  float: left;
  border: 1px solid #ccc;
  padding: 6px 12px;
}

.pagination .active {
  background: #E9ECEF;
  color: #000 !important;
}

.pagination .active a {
  color: #000;
}

.pagination .start a,
.pagination .end a {
  color: #000;
}

.pagination a {
  color: #F36F31;
}

.table-white {
  color: #000;
  background-color: #fff;
}

.table-white td,
.table-white th,
.table-white thead th {
  border-color: #fff;
}

.tablexoverflow {
  margin: 10px 0px 30px 0px;
  border: 1px solid #B7B7B7;
}

@media (max-width: 992px) {
  .tablexoverflow {
    width: 404px;
    overflow-x: scroll;
  }
}

@media (max-width: 492px) {
  .tablexoverflow {
    width: 370px;
    overflow-x: scroll;
  }
}

.panelbtmbar span {
  margin-right: 8%;
}

.eqiptiles {
  /*padding:2rem 2rem*/
  ;
  margin: 1rem 0.5rem;
  display: table-cell;
  text-align: center;
  text-align: -webkit-center;
  min-width: 128px;
  color: #A9A9A9;
}

.eqiptiles:hover {}

.eqiptiles .eqipicons {
  display: table-cell;
  vertical-align: top;
  height: 75px;
  overflow: hidden;
  min-width: 123px;
}

.eqiptiles span {
  font-size: 12px;
}

.eqiptiles .eqipicons img {
  min-width: 60px;
}

.eqipicons input[type="image"] {}

.eqipicons input[type="image"]:focus {
  outline: 0 !important;
}

.form-inner-box {
  padding: 1rem;
}

.form-inner-box .col-form-label,
.form-inner-box span {
  font-size: 12px;
}

.bg-white {
  background: #fff;
}

.bg-gray {
  background: #fff;
}

.energy-navigation {
  background-color: #efefef
}

.energy-navigation .owl-nav {
  top: -55px;
  z-index: 9;
  position: relative;
  display: block !important;
  width: 93%;
  margin-left: auto;
  margin-right: auto;
}

/*.energy-navigation .owl-item{width: 150px !important;}
.slideItem{display: table-cell;}*/
.form-inner-box select {
  font-size: 12px;
}

.bg-dark-gray {
  background-color: #c6c6c6;
}

.bg-dark-gray .txt-lg {
  color: #8A8A8A;
}

.quick-access h5 {
  color: #747474;
  line-height: 75px;
}

.quick-access h5 img {
  margin: 0px 25px 0px 0px;
}

.mar-bt-10 {
  margin-bottom: 10px;
}

.txt-example {
  color: #5d5c5c;
}

.contact-querybox {
  padding: 0.5rem;
}

.querytab .nav-tabs .nav-item.show .nav-link,
.querytab .nav-tabs .nav-link.active {
  background: #fff;
  color: #000 !important;
  font-size: 19px;
  border: 0px;
  border-bottom: 5px solid #ff6633 !important;
}

.querytab .nav-tabs .nav-link {
  background: #fff;
  color: #838080;
  font-size: 19px;
  border: 0px;
}

.our-centers-box {
  background-color: #8b8787;
  margin: 0px 0px 20px 0px;
  padding: 1.5rem 0.5rem;
  color: #fff;
  line-height: 35px;
}

.list-bullet-style li {
  list-style-type: disc;
  margin-left: 20px;
}

.table-border {
  margin-bottom: 0px !important;
}

.table-border td,
.table-border th {
  border-top: 0px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}

.table-border tbody {
  border-top: 0px solid #dee2e6 !important;
}

.noborder {
  border: 0px !important;
}

.border-btm-2 {
  border-bottom: 2px solid #ccc
}

.list-sl li {
  display: inline-block;
  margin-right: 25px;
}

.cooling-bg-overlay {
  background: url(../images/money-saver-overlay.html) no-repeat;
  height: auto;
}

.image-container {
  min-height: 100%;
  background-position: center center;
  background-size: cover;
  position: relative;
  width: 100%;
}

.overlaybox {
  background: #fff;
  margin: 2rem 2rem;
  padding: 2rem 2rem;
}

.center-txt {
  text-align: -webkit-center;
}

.about-energy img {
  margin-bottom: 15px;
}

.stylenumbered li {
  list-style-type: decimal;
  margin-left: 20px;
}

/*Testimonial Carousel*/
.user-testimonials {
  padding: 50px 0px;
}

.user-testimonials h3 {
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  margin-bottom: 0px;
  font-size: 2.2rem;
}

.user-testimonials h3:after {
  content: "";
  display: block;
  position: relative;
  height: 5px;
  background: #009f83;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

#testimonials {
  text-align: center;
}

#testimonials .testimonial-tiles {
  border: 2px solid #e1e1e1;
  padding: 70px 50px 20px 50px;
  margin-bottom: 40px;
}

#testimonials img {
  width: 114px;
  height: 114px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  bottom: -55px;
}

#testimonials .testimonial-tiles p {}

#testimonials .testimonial-tiles h5 {
  line-height: 40px;
  margin-top: 20px;
  font-weight: bold;
  color: #009f83;
}

.user-testimonials .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #0b6bb5;
}

.user-testimonials .owl-theme .owl-dots .owl-dot span {
  border-radius: 0px;
  width: 16px;
  height: 16px;
}

/*Events*/
.events {
  background-image: url(../images/bg-events.jpg);
  padding: 50px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.events h3 {
  font-weight: 100;
  text-align: left;
  line-height: 50px;
  margin-bottom: 30px;
  font-size: 2.2rem;
  color: #fff;
}

.events .text-center {
  margin: 30px auto 0px auto;
}

.events .text-center a {
  color: #fff;
  line-height: 30px;
  padding: 10px 40px;
  border: 2px solid #fff;
  font-weight: 700;
  transition: ease-in all .2s;
}

.events .text-center a:hover {
  BACKGROUND: #FFF;
  COLOR: #000;
  transition: ease-in all .2s;
}

.events h5 {
  color: #fff;
  line-height: 35px;
  margin-bottom: 20px;
}

/*Philosophy*/
.Philosophy {
  background-image: url(../images/bg-philosophy.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 590px;
  padding: 50px 0px;
}

.Philosophy h2 {
  font-size: 2.6rem;
  margin-bottom: 26px;
}

.Philosophy h2 span {
  display: block;
  font-weight: bolder;
  color: #913e86;
}

.Philosophy h5 {
  margin-bottom: 35px;
  font-size: 1.6rem;
}

.Philosophy p {
  font-size: 1.43rem;
}

.Philosophy a {
  color: #913e86;
  line-height: 30px;
  padding: 10px 40px;
  border: 2px solid #913e86;
  font-weight: 700;
  transition: ease-in all .2s;
}

.Philosophy a:hover {
  background: #913e86;
  color: #fff;
  transition: ease-in all .2s;
}

/*News*/
.news {
  background-image: url(../images/bg-news.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0px;
}

.news h3 {
  color: #fff;
  line-height: 60px;
}

.news a {
  color: #fff;
  line-height: 30px;
  padding: 6px 40px;
  border: 2px solid #fff;
  font-weight: 700;
  display: grid;
  text-align: center;
  transition: ease-in all .2s;
}

.news a:hover {
  background: #fff;
  color: #000;
  transition: ease-in all .2s;
}

.news input {
  padding: 10px 10px;
  font-weight: bolder;
}

/*Footer*/
.footerPanel2 h5 {
  color: #007ea8;
  line-height: 40px;
  text-align: left;
}

.footerPanel2 h5 a {
  color: #007ea8;
  line-height: 40px;
  font-size: 1.25rem
}

.footerPanel2 ul {
  min-height: 50px;
}

.footerPanel2 li {
  display: block;
  text-align: left;
}

.footerPanel2 a {
  color: #606060;
  font-size: 14px;
}

.footerPanel2 a:hover {
  color: #1a727e
}

.footerPanel2 h6 {
  font-size: 1.5rem;
  padding: 6px 30px;
  text-align: center;
}


.txt-center {
  text-align: center;
}

@media(max-width:575px) {
  .mobile-none {
    display: none;
  }
}

/*Gallery*/
#gallery .owl-nav {}

#gallery .owl-next {
  right: -8px;
  position: relative;
}

#gallery .owl-next span {
  display: none
}

#gallery .owl-prev {
  position: relative;
  left: -8px;
}

#gallery .owl-prev span {
  display: none
}

#gallery button.close {
  position: absolute;
  right: 0px;
  top: -35px;
  font-size: 40px;
}

#gallery .modal-body {
  padding: 5px;
}

#gallery .owl-dots {
  display: none;
}

#gallery .thumbnails-wrapper {
  margin-top: 5px;
}

/*Video*/
#video .modal-body {
  padding: 5px;
}

#video button.close {
  position: absolute;
  right: 0px;
  top: -35px;
  font-size: 40px;
  color: #fff;
  opacity: 1;
}

/*Other Ventures Carousel*/
#other-ventures {
  padding: 15px 0px 0px 0px;
}

#other-ventures h5 {
  text-align: center;
  margin-top: 8px;
  font-size: 1.25rem;
}

#other-ventures .owl-dots {
  padding: 20px 0px 0px 0px;
}

#other-ventures .owl-dot span {
  border-radius: 0px;
}

#other-ventures .owl-dots .active span {
  background: #0b6bb5
}

#other-ventures .owl-dots span:hover {
  background: #0b6bb5
}

#other-ventures a:hover {
  color: #444444;
  text-decoration: underline;
}

#other-ventures img {
  width: auto;
  margin: auto;
}

/*Footer Social Media Icons*/
.sprite-social {
  display: inline-block;
  background: url(../images/ft-socialmedia-icons.html) no-repeat;
  vertical-align: middle;
}

.ft-Facebook {
  width: 35px;
  height: 33px;
  background-position: 2px 2px;
}

.ft-twitter {
  width: 35px;
  height: 33px;
  background-position: -41px 2px;
}

.ft-gplus {
  width: 35px;
  height: 33px;
  background-position: -85px 2px;
}

.ft-instagram {
  width: 35px;
  height: 33px;
  background-position: 2px -38px;
}

.ft-youtube {
  width: 35px;
  height: 33px;
  background-position: -40px -38px;
}

.ft-linkedin {
  width: 35px;
  height: 33px;
  background-position: -83px -38px;
}

.social-links-footer li {
  display: inline-block;
}


/*Other General CSS*/
.impact-stories {
  padding: 2rem 0rem;
  position: relative;
  display: block;
  z-index: 9;
}

.impact-stories p {
  font-size: 1.1rem;
  text-align: center;
  color: #7e7e7e;
}

.txt-overlay {
  color: #fff;
  padding: 10px 15px;
  position: absolute;
  bottom: 20px;
  z-index: 9;
}

.bg-blue {
  background: #1378be !important;
}

.bg-sky-blue {
  background: #17b779 !important;
}

.after-center:after {
  margin: 0px auto;
}

.border-right-1 {
  border-right: 1px solid #b5b5b5;
}

/*Index sustanibility*/
#sustanibility {}

#sustanibility .txt-overlay {
  min-height: 110px;
  opacity: 0.9;
  width: 100%;
}

#sustanibility h3 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  font-weight: 500;
}

#sustanibility p {
  font-size: 1rem;
}

#sustanibility .item {
  position: relative;
  max-height: 400px;
}

#sustanibility .owl-nav {}

#sustanibility .owl-nav .owl-prev {
  margin-left: 0px;
  line-height: 0px;
}

#sustanibility .owl-nav button:focus {
  outline: 0;
}

#sustanibility .owl-nav .owl-prev:hover,
#sustanibility .owl-nav .owl-next:hover {}

#sustanibility .owl-nav .owl-next {
  margin-right: 0px;
  line-height: 0px;
}

#sustanibility .owl-nav .owl-prev span {
  font-size: 3rem;
  color: #fff;
  line-height: 50px;
}

#sustanibility .owl-nav .owl-next span {
  font-size: 3rem;
  color: #fff;
  line-height: 50px;
}

#sustanibility .owl-item {
  overflow: hidden;
}

.sus-tile:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  box-shadow: 0px 0px 142px 142px #000;
  bottom: 0px;
  height: 0px;
}

.sus-tile {}

/*Business Box*/
.business-box {
  transition: ease-in all 0.5s;
}

.business-box>div {
  padding: 30px 0px;
  min-height: 220px;
}

.business-box .business-content {
  width: 180px;
  margin: auto;
  text-align: center;
  transition: ease all 0.5s;
}

.business-box .business-content span {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.business-box .business-content p {
  display: none;
  color: transparent;
  transition: ease all 0.5s;
  font-size: 14px;
  margin: 10px 0px;
}

.business-box .business-content a {
  display: none;
  color: transparent;
  transition: ease all 0.5s;
  font-size: 16px;
}

.business-box .business-content a i {
  position: relative;
  top: 2px;
  margin-left: 5px;
  margin-top: 5px;
}

.business-box:hover {
  background: #fff;
  transition: ease all 0.5s;
  -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
  box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
  position: absolute;
  width: 100%;
  z-index: 9;
  left: 0px;
  -webkit-transform: translate(0%, -13%);
  transform: translate(0%, -13%);
}

.business-box:hover .business-content p {
  display: block;
  transition: ease all 0.5s;
  color: #000;
}

.business-box:hover .business-content a {
  display: block;
  transition: ease all 0.5s;
  color: #0b6bb5;
}

.business-box .txt-center {
  height: 80px;
  transition: ease all 0.5s;
}

.business-box .txt-center img {
  /*filter: gray; /* IE5+ */
  /*-webkit-filter: grayscale(1);*/
  /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all .1s ease-in-out;
  transition: ease all 0.5s;
}

.business-box:hover img {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
  transition: ease all 0.1s;
  width: 45px;
  transition: ease all 0.5s;
}

.business-box:hover .txt-center {
  height: 60px;
  transition: ease all 0.5s;
}

.business-box:hover .business-content span {
  color: #0b6bb5;
}

.business-section p {
  font-size: 1rem;
  text-align: center;
  color: #7e7e7e;
}



.btn-blue {
  background: transparent;
  border: 2px solid #1378be;
  transition: ease all 0.5s;
}

.btn-blue:hover {
  background: #1378be;
  color: #fff;
  transition: ease all 0.5s;
}

.btn-white {
  background: transparent;
  border: 2px solid #fff;
  transition: ease all 0.5s;
  color: #fff
}

.btn-white:hover {
  background: #fff;
  color: #000;
  transition: ease all 0.5s;
}

.btn-violet {
  background: transparent;
  border: 2px solid #b43e6a;
  transition: ease all 0.5s;
  color: #b43e6a
}

.btn-violet:hover {
  background: #b43e6a;
  color: #fff;
  transition: ease all 0.5s;
}


.bg-images {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
}

.bg-images img {
  border-radius: 0;
  min-height: 100%;
  min-width: 100%;
  position: relative;
  height: 100%;
}

.panelBox {
  height: 290px;
}

.videoThumb {}

.videoThumb {
  cursor: pointer;
  position: relative;
  margin-bottom: 10px
}

.videoThumb a:before {
  background: url(../images/video-button.png);
  position: absolute;
  content: "";
  display: block;
  -webkit-transform: translate(12%, -6%);
  transform: translate(12%, -6%);
  width: 78px;
  height: 78px;
  left: 40%;
  top: 30%;
  animation: pulse 1s;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
}



.sectionTitle-violet {
  font-weight: 500;
}

/*Featured Stories*/
.featured-stories {
  position: relative;
  display: block;
}

.featured-stories p {
  font-size: 1.2rem;
  margin-top: 15px;
}

/*News*/
.newsImg {
  height: 60px;
  overflow: hidden;
  vertical-align: top;
  padding-top: 3px;
}

.newsImg img {
  width: 100%;
}

.newsDetails {
  vertical-align: top;
  padding-left: 15px;
}

.newsBrief {
  color: #5b5b5b;
  line-height: 1.2;
  font-size: 14px;
}

.newsDate {
  color: #b43e6a;
  margin-top: 5px;
  font-size: 0.9rem;
}

/*Resources*/
#resources img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.resourceItem {
  display: block;
}

.resourceItem:hover .py-2 {
  color: #0b6bb5;
}

.resourceItem>div:nth-child(1) {
  text-align: center;
  color: #000;
  min-height: 70px;
}

.resourceItem>div:nth-child(2) {
  text-align: center;
  color: #000;
}

/*Footer*/
.footerArrow {
  position: absolute;
  background: #a3a3a3;
  color: #fff;
  width: 40px;
  height: 40px;
  right: 4%;
  top: -10px;
  font-size: 1.5rem;
  text-align: center;
  padding-top: 3px;
  cursor: pointer;
}

.footerArrow:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid #7a7a7a;
}

.section-growth {
  display: block;
  position: relative;
  padding: 2rem 0px 0rem 0px;
  background: #cde1ea;
}

.section-growth .container {
  position: relative;
}

.section-growth .sectionTitle {
  font-size: 3rem;
  color: #b43e6a;
  margin-bottom: 1rem;
}

.businesses-block {
  padding: 3rem 0;
}

.business-tile {
  transition: transform .3s;
  display: block;
}

.business-tile:hover {
  transform: scale(1.02);
  box-shadow: 0 0px 4px #ccc;
}

.business-thumb {
  overflow: hidden;
  height: 170px;
  margin-bottom: 10px;
}

.business-thumb img {
  width: 100%;
}

.business-title {
  color: #1378be;
  padding: 10px 10px;
  font-size: 1rem;
}

.business-title:after {
  border-top: 3px solid #1378be;
  position: relative;
  display: block;
  content: "";
  width: 115px;
  margin-top: 10px;
}

.business-desc {
  font-size: 14px;
  color: #000;
  min-height: 65px;
  padding: 10px 10px;
}

.homeslider .slideitem,
.homeslider-mobile .slideitem {
  position: relative
}

.bannercontent {
  font-weight: bolder;
  -webkit-transform: translate(0%, 40%);
  transform: translate(0%, 40%);
  position: absolute;
  top: 40%;
  /* left: 20%; */
  color: #fff;
  width: 100%;
  text-align: center;
  text-shadow: 1px 1px 20px #000;
}

.bannercontent h1 {
  font-weight: bolder;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.txt-left {
  text-align: left !important;
}

.newsItem:hover .newsBrief {
  color: #0b6bb5;
}

/*Backto Top*/
#back-to-top {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 10px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: rgba(0, 0, 0, 0.1607843137254902);
  /* Set a background color */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 15px;
  /* Some padding */
  border-radius: 37px;
  /* Rounded corners */
  font-size: 18px;
  /* Increase font size */
  transition: ease-in all 0.2s;
}

#back-to-top:hover {
  transition: ease-in all 0.2s;
  background-color: rgba(0, 0, 0, 0.70);
  /* Add a dark-grey background on hover */

}

.desktop-none {
  display: none;
}

/*Fixed header*/
.nav-up {
  top: -40px;
}

.nav-down {
  position: fixed;
  transition: top 0.2s ease-in-out;
  width: 100%;
  z-index: 999;
}

.sticky-header {
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0px;
  z-index: 9;
  background: #fff;
}

.sticky-header .nav-item .nav-link {
  transition: ease padding 0.3s;
}

.sticky-header .navbar-brand img {
  width: 100px;
  transition: ease all 0.5s;
}

.navPanel .navbar-brand img {
  transition: ease all 0.5s;
  width: 230px;
}

/*Loader*/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: hidden;
}

.no-js #loader-wrapper {
  display: none;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #17b779;
  -webkit-animation: spin 1.7s linear infinite;
  animation: spin 1.7s linear infinite;
  z-index: 11;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #1378be;
  -webkit-animation: spin-reverse .6s linear infinite;
  animation: spin-reverse .6s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f04c23;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50%;
  background: #222;
  z-index: 10;
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}


/*Responsive Vimeo VIdeo*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.nav-sublink {
  padding: 5px 10px;
}

.nav-sublink a {
  color: #000;
  font-size: 14px;
}

.nav-sublink a:hover {
  color: #1378be;
}

.menu-thumb {
  width: 300px;
  margin-left: auto;
}

.menu-thumb img {
  transform: scale(1.0);
  transition: ease all 0.3s;
}

.menu-thumb:hover img {
  transform: scale(1.02);
  transition: ease all 0.3s;
}

.homeslider .owl-item .item video,
.homeslider-mobile .owl-item .item video {
  height: 60vw;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}

.homeslider .owl-item .item>img,
.homeslider-mobile .owl-item .item>img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  z-index: -1;
  top: -10%;
}

.fixed-img {
  position: fixed !important;
  top: 0;
  z-index: 0;
}

.topMenu {
  margin: 0;
  padding: 0px 0 0px 0;
  font-size: 0.8rem;
}

.topMenu li {
  padding: 10px 5px 10px 8px;
  list-style: none;
  display: inline-block;
}

.topMenu li a {
  color: #353535;
}

.topMenu li>a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.searchIcon {
  padding: 12px 0px;
}

.searchIcon i {
  color: #474747;
}

.ft-policy-links {
  display: inline-block;
}

.ft-social {
  display: inline;
  position: relative;
  top: 10px;
}

.ft-social li {
  display: inline-block;
  text-align: center;
  width: 15%;
}

.ft-social li:hover a {
  color: #019fd4;
  transition: ease all 0.3s;
}

.ft-social li a {
  color: #007ea8;
  padding: 5px 5px;
}

/*Footer Form*/
.footerPanel2 .form-control {
  background: #f6f6f6;
  border: 0px;
}

.txt-lg {
  font-size: 1.5rem;
}

.section-heading {
  font-size: 1.3em;
  margin-bottom: 2rem;
  font-weight: 400;
}


.signature {
  font-weight: normal;
  font-size: 1.2rem;
}

@font-face {
  font-family: 'Celine Dion Handwriting';
  font-style: normal;
  font-weight: normal;
  src: local('Celine Dion Handwriting'), url('../webfonts/Celine_Dion_Handwriting.html') format('woff');
}

.signature span {
  font-family: 'Adani-Regular';
  font-size: 12px;
  display: block;
}

.chairman-box a {
  font-size: 12px;
}

.news-updates {
  padding-left: 38px;
  position: relative;
}

.news-updates li {
  margin-bottom: 15px;
  font-size: 14px;
}

.news-updates li:before {
  background-image: url(../images/news-icon.png);
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 30px;
  left: 0px;
  background-repeat: no-repeat;
}

.box-shadow {
  box-shadow: 0px 0px 11px -8px #000;
}

.btn-gradient {
  background: #172952;
  color: #fff !important;
}

.btn-gradient:hover,
.btn-gradient:active,
.btn-gradient:focus {
  color: #fff;
  background: #455ba7;
}

.heading {
  border-left: 5px solid #18A790;
  font-size: 26px;
}

.sub-heading:after {
  content: "";
  display: block;
  position: relative;
  width: 150px;
  height: 3px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

.border-l {
  border-left: 5px solid #18a790;
}

.top-submenu {
  display: flex;
}

.sticky-header .top-submenu {
  display: none;
  transition: ease all 0.3s;
}

.sticky-header .navbar-brand img {
  width: 140px;
  transition: ease all 0.3s;
  top: 0px;
  position: relative;
}

.sticky-header .mainmenu {
  height: 100%;
  padding: 5px 0px;
}

#sustanibility .owl-item img {
  transform: scale(1.0);
  transition: ease all 1s;
}

#sustanibility .owl-item .item:hover img {
  transform: scale(1.1);
  transition: ease all 1s;
}

.nav-bg-gray {
  background: #f8f8f8;
}

.btn-menu i {
  color: #455ba7
}

.ceo-img:before {
  content: "";
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 22px solid #ececee;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: -16px;
  top: 10px;
}

.businesses-block .form-control option {
  color: #000;
}

.sustainability-v:before {
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 22px solid #fff;
  position: absolute;
  display: block;
  content: "";
  top: -21px;
  right: 15px;
}

.sustainability-h:before {
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 22px solid #fff;
  position: absolute;
  display: block;
  content: "";
  top: 15px;
  left: -23px;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}


/*Video*/
.video-section {
  position: relative;
}

.video-section img {
  cursor: pointer;
}

.video-section:before {
  content: "\f04b";
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  display: inline;
  border: 2px solid #fff;
  padding: 9px 20px;
  border-radius: 100%;
  top: 45%;
  left: 46%;
  color: #fff;
  font-size: 35px;
  cursor: pointer;
}

.video-content a {
  color: #1b9e95;
  font-size: 12px;
}

.video .modal-content {}

.video button.close {
  position: absolute;
  right: 0px;
  top: -30px;
  font-size: 25px;
  color: #fff;
  opacity: 1;
  outline: 0;
  font-weight: 400;
}

.video .modal-body {
  padding: 5px;
}

.home-video-thumb {
  width: 390px;
  position: absolute;
  bottom: 50px;
  right: 0px;
}

.home-video-thumb .owl-item .item img {
  border: 2px solid #fff;
}


/*Home Video Thumb Carousel*/
.home-video-thumb .owl-dots {
  padding: 20px 0px 0px 0px;
}

.home-video-thumb .owl-dot span {
  border-radius: 0px;
}

.home-video-thumb .owl-dots .active span {
  background: #006db7
}

.home-video-thumb .owl-dots span:hover {
  background: #006db7
}

.home-video-thumb .owl-prev {
  position: absolute;
  left: 0px;
  background: #fff !important;
  width: 45px;
  border-radius: 100%;
  outline: 0;
  box-shadow: 0px 1px 1px #b1b1b1;
  left: -21px;
}

.home-video-thumb .owl-prev span {
  font-size: 30px;
  color: #000;
}

.home-video-thumb .owl-next {
  position: absolute;
  right: 0px;
  background: #fff !important;
  width: 45px;
  border-radius: 100%;
  outline: 0;
  box-shadow: 0px 1px 1px #b1b1b1;
  right: -21px;
}

.home-video-thumb .owl-next span {
  font-size: 30px;
  color: #000;
}

.home-video-thumb .owl-nav {
  position: absolute;
  top: 55%;
}

.video-content {
  background: #f3f3f3;
}

.video-main {
  position: relative;
}

.home-video-thumb {
  width: 390px;
  position: absolute;
  bottom: 0px;
  right: 10px;
  display: none !important;
}

.home-video-thumb .owl-item .item img {
  border: 2px solid #fff;
}

.home-video-thumb .gallery-item img {
  width: 210px !important;
  border: 2px solid #fff;
}

.video-wrapper {
  position: relative;
}

.video-wrapper>video {
  width: 100%;
  vertical-align: middle;
}

.video-wrapper>video.has-media-controls-hidden::-webkit-media-controls {
  display: none;
}

.video-overlay-play-button {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px calc(50% - 50px);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.95;
  cursor: pointer;
  transition: opacity 150ms;
  background-color: rgba(0, 0, 0, 0.38);
  ;
}

.video-overlay-play-button:hover {
  opacity: 1;
}

.video-overlay-play-button.is-hidden {
  display: none;
}

.banner-content {
  position: absolute;
  top: 10%;
  width: 100%;
  text-align: left;
  -webkit-transform: translate(0%, -10%);
  transform: translate(0%, -10%);
  z-index: 9;
}

.banner-content h1 {
  font-size: 1.8rem;
  color: #fff;
  /* background: #172952; */
  padding: 15px 20px;
  font-size: 2.0rem;
  font-weight: 500;
  text-shadow: 0px 0px 10px #000;
}

.banner-content h2 {
  font-size: 1.3rem;
  color: #fff;
  background: #5c57a7;
  padding: 15px 20px;
  font-weight: 300;
  font-size: 16px;
}

.banner-content p {
  font-size: 1.2rem;
  color: #fff;
}

.banner-content .container>div {
  display: block;
  width: 50%;
}


.txt-xs {
  font-size: 12px;
}

.txt-sm {
  font-size: 16px;
}

.txt-md {
  font-size: 20px;
}

.txt-lg {
  font-size: 26px;
}

/*Owl Single Item*/
.single-item .owl-dots {
  text-align: right;
  display: inline-block;
  position: absolute;
  right: 0px;
}

.single-item .owl-dots .owl-dot span {
  width: 40px;
  height: 5px;
}

/*Owl 3 Items*/
.three-item .owl-nav {
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.three-item .owl-nav .owl-prev {
  background: transparent !important;
  left: -30px;
  position: relative;
  font-size: 3rem !important;
}

.three-item .owl-nav .owl-next {
  background: transparent !important;
  right: -30px;
  position: relative;
  font-size: 3rem !important;
}

.three-item .owl-nav .owl-prev:hover,
.three-item .owl-nav .owl-next:hover {
  color: #9a9a9a !important;
}


.achieve-icn {
  text-align: center;
}

.achieve-icn img {
  transform: scale(1.0);
  transition: ease all 1s;
}

.achieve-block:hover .achieve-icn img {
  transform: scale(1.1);
  transition: ease all 1s;
}

.achieve-description {
  text-align: center;
  font-size: 15px;
  min-height: 100px;
  line-height: 1.3;
}

.bg-op-image .bg-images {
  opacity: 0.2;
}


/*Business Inner Breadcrumb*/
.breadcrumb-b-inner {
  position: absolute;
  width: 100%;
  top: 30px;
  z-index: 9;
}

.breadcrumb-b-inner ul {
  margin-bottom: 10px;
}

.breadcrumb-b-inner ul li {
  display: inline-block;
}

.breadcrumb-b-inner ul li a {
  color: #fff;
  transition: ease all 0.3s;
}

.breadcrumb-b-inner ul li a:hover {
  color: rgba(255, 255, 255, 0.76);
  transition: ease all 0.3s;
}

.breadcrumb-b-inner ul li:nth-child(odd):after {
  content: ">";
  display: inline-block;
  position: relative;
  color: #fff;
  position: relative;
  top: 2px;
  margin: 0px 5px;
}

.breadcrumb-b-inner h1 {
  color: #fff;
  font-size: 1.5rem;
}

.search-main {
  position: absolute;
  width: 100%;
  left: 0px;
  height: 100%;
  z-index: 9;
  opacity: 0;
}

.search-main form {
  height: 100%;
}

.search-main form input {
  height: 100%;
  padding: 10px 20px;
  font-size: 2rem;
  transition: ease all 0.5s;
  border: 0px;
}

.search-main {
  display: none;
}


.viewall {
  color: #007ea8;
  font-size: 12px;
  margin-top: 10px;
  cursor: pointer;
  display: inline-block;
}

.viewall:hover {
  color: #1a727e;
}

.terms-link {}

.terms-link li {}

.terms-link li:after {
  content: "|";
  position: relative;
  margin: 0px 10px;
}

.terms-link li:nth-child(4):after {
  display: none;
}

.sitemap-link {
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.sitemap-link a:hover {
  color: #fff;
}

.sitemap-link i {
  float: right;
  position: relative;
  top: 5px;
}

.breadcrumb-3level {
  position: relative;
  display: block;
  margin-bottom: 0px !important;
  background: #000;
}

.breadcrumb-3level .container {
  position: relative;
  display: block;
}

.breadcrumb-3level h1 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
}

.breadcrumb-3level p {
  color: #fff;
}

.breadcrumb-3level ul li:after {
  color: #fff;
  content: ">";
  position: relative;
  top: 1px;
  left: 5px;
}

.breadcrumb-3level a {
  color: #fff;
  transition: ease all 0.3s;
  text-decoration: none;
  text-transform: capitalize;
}

.breadcrumb-3level a:hover {
  text-decoration: underline !important;
  transition: ease all 0.3s;
  text-decoration: none;
  color: #fff;
}

.breadcrumb-3level ul {
  margin-bottom: 10rem;
}

.breadcrumb-3level ul li {
  display: inline-block;
  text-decoration: none;
}

.breadcrumb-3level ul li:nth-child(even) a:before {
  content: ">";
  position: relative;
  margin-right: 10px;
}

.breadcrumb-3level .bg-image img {
  opacity: 0.8;
}

.bg-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
}

.bg-image img {
  border-radius: 0;
  min-height: 100%;
  min-width: 100%;
  position: relative;
  height: 100%;
}

.investor-tiles {
  position: relative;
  transition: ease all 0.3s
}

.investor-tiles p {
  color: #fff;
}

.investor-tiles p:nth-child(1) {
  position: relative;
}

.investor-tiles p:nth-child(2) {
  position: relative;
  margin-bottom: 15px;
  font-size: 18px;
}

.investor-tiles p:nth-child(3) {
  position: relative;
  text-align: center;
  margin-bottom: 0px;
}

.investor-tiles:hover p:nth-child(3) span {
  font-size: 2.4rem;
  transition: ease all 0.3s;
}

.investor-tiles p span {
  display: block;
  font-size: 2.2rem;
  transition: ease all 0.3s;
}

.investor-tiles .bg-images img {
  opacity: 0.1;
  transition: ease all 0.3s;
  transform: translateY(0px) scale(1.0);
}

.investor-tiles:hover {
  background: rgba(27, 159, 148, 1);
  background: -moz-linear-gradient(left, rgba(27, 159, 148, 1) 0%, rgba(49, 109, 179, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27, 159, 148, 1)), color-stop(100%, rgba(49, 109, 179, 1)));
  background: -webkit-linear-gradient(left, rgba(27, 159, 148, 1) 0%, rgba(49, 109, 179, 1) 100%);
  background: -o-linear-gradient(left, rgba(27, 159, 148, 1) 0%, rgba(49, 109, 179, 1) 100%);
  background: -ms-linear-gradient(left, rgba(27, 159, 148, 1) 0%, rgba(49, 109, 179, 1) 100%);
  background: linear-gradient(to right, rgba(27, 159, 148, 1) 0%, rgba(49, 109, 179, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b9f94', endColorstr='#316db3', GradientType=1);
}

.investor-tiles-1 {
  background: #306db2;
}

.investor-tiles-2 {
  background: #2783a5;
}

.investor-tiles-3 {
  background: #1b9e95;
}

.investor-tiles:hover .bg-images img {
  opacity: 0.2;
  transition: ease all 0.3s;
}

.investor-tiles:hover {
  transform: translateY(-2px) scale(1.01);
  transition: ease all 0.5s;
  -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
  box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
  transition;
  ease all 0.3s;
}

.investor-tiles:hover p:nth-child(3) {
  transform: translateY(0px) scale(1.01);
  transition: ease all 0.5s;
}


.inv-tabs {
  border-bottom: 0px;
}

.inv-tabs li {
  width: 16%;
  text-align: center;
}

.inv-tabs li a {
  background: transparent !important;
  color: #000 !important;
  border: 0px !important;
  font-size: 14px;
}

.inv-tabs .nav-item .nav-link.active:after {
  content: "";
  display: block;
  position: relative;
  background: rgba(27, 159, 148, 1);
  background: -moz-linear-gradient(left, rgba(27, 159, 148, 1) 0%, rgba(49, 109, 179, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27, 159, 148, 1)), color-stop(100%, rgba(49, 109, 179, 1)));
  background: -webkit-linear-gradient(left, rgba(27, 159, 148, 1) 0%, rgba(49, 109, 179, 1) 100%);
  background: -o-linear-gradient(left, rgba(27, 159, 148, 1) 0%, rgba(49, 109, 179, 1) 100%);
  background: -ms-linear-gradient(left, rgba(27, 159, 148, 1) 0%, rgba(49, 109, 179, 1) 100%);
  background: linear-gradient(to right, rgba(27, 159, 148, 1) 0%, rgba(49, 109, 179, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b9f94', endColorstr='#316db3', GradientType=1);
  width: 100%;
  height: 5px;
  margin-top: 10px;
}

.share-details {}

.share-details p {
  font-size: 12px;
}

.share-details p span {
  float: right;
  color: #929292;
}

.btn-sharemarket {
  background: #2784a5;
  color: #fff;
  transition: ease all 0.3s;
}

.btn-sharemarket:hover {
  background: #1c9c95;
  color: #fff;
}

.btn-sharemarket:hover i {
  font-size: 16px;
  transition: ease all 0.2s;
  border: 0px solid transparent;
}

.btn-sharemarket i {
  font-size: 14px;
  transition: ease all 0.5s;
  border-left: 2px solid transparent;
}


.sports-tile {
  position: relative;
  text-align: center;
  padding: 50px 0px;
  font-size: 1.4rem;
  color: #fff;
}

.sports-tile .bg-images img {
  opacity: 0.6;
}

.sports-tile h3 {
  position: relative;
  text-align: center;
  padding: 50px 0px;
  font-size: 1.3rem;
}

.sports-m-block {}

.sports-m-block .bg-images img {
  opacity: 0.6
}

.tile-01 {
  background: #e83e8c;
}

.tile-02 {
  background: #28a745;
}

.tile-03 {
  background: #17a2b8;
}

.tile-04 {
  background: #000000;
}

.boxzoom {
  box-shadow: 0px 2px 13px -6px #d8d8d8;
  transition: ease all 0.3s;
}

.boxzoom:hover {
  -webkit-transform: translateY(-4px) scale(1.02);
  -moz-transform: translateY(-4px) scale(1.02);
  -ms-transform: translateY(-4px) scale(1.02);
  -o-transform: translateY(-4px) scale(1.02);
  transform: translateY(-4px) scale(1.02);
  -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
  box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
}

.btn-bordered {
  color: #fff;
  border: 1px solid #fff;
  transition: ease all 0.3s;
  background: transparent;
}

.btn-bordered:hover,
.btn-bordered:active,
.btn-bordered:focus {
  outline: 0;
  background: #fff;
  color: #000;
  transition: ease all 0.3s;
}


.ul-share {}

.ul-share i {
  font-size: 18px;
}

.ul-share li {
  display: inline-block;
}

.ul-share .fa-twitter {
  color: #55acee;
}

.ul-share .fa-facebook-square {
  color: #3a559f;
}

.ul-share .fa-linkedin {
  color: #0077b7;
}

#investor-select select {
  color: #fff;
}

#investor-select select option {
  color: #000;
}

.inv-tab-img-block {
  max-height: 160px;
  overflow: hidden;
}

.inv-tab-img-block img {
  left: 0%;
  top: 10%;
  -webkit-transform: translate(0%, -10%);
  transform: translate(0%, -10%);
}

.block-gradient,
.bg-gradient,
.bg-black {
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#172952+0,5c57a7+100 */
  background: #2180ac;
  background: -moz-linear-gradient(left, #2180ac 0%, #93388f 100%);
  background: -webkit-linear-gradient(left, #2180ac 0%, #93388f 100%);
  background: linear-gradient(to right, #2180ac 0%, #93388f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#172952', endColorstr='#5c57a7', GradientType=1);
  /* IE6-9 */
}

.block-gradient .bg-images img {
  opacity: 0.2;
}

.stats {
  text-align: center;
  transition: ease all 0.3s;
}

.stats img {
  margin-bottom: 15px;
}

.stats p {
  text-align: center;
  color: #18A790;
  font-weight: 600;
  font-size: 1.3rem;
  padding: 0px 35px;
}

.stats p span {
  display: block;
  color: #636363;
  font-size: 16px;
  font-weight: 400;
}

.stats .zoomicon {
  transform: translateY(0px) scale(1.0);
  transition: ease all 0.6s;
  overflow: hidden;
}

.stats .zoomicon img {
  transform: translateY(0px) scale(1);
  transition: ease all 0.6s;
  overflow: hidden;
}

.stats .zoomicon p {
  transform: translateY(0px) scale(0.95);
  transition: ease all 0.6s;
  overflow: hidden;
}

.stats .zoomicon:hover img {
  transform: translateY(0px) scale(0.8);
  transition: ease all 0.6s;
}

.stats .zoomicon:hover p {
  transform: translateY(0px) scale(1.02);
  transition: ease all 0.6s;
  overflow: hidden;
  font-size: 1.2rem;
  color: #172952;
}

.stats .zoomicon:hover span {
  color: #172952;
}

.stats .zoomicon:hover {}

.stats .zoomicon:hover img {}

/*Products*/
.product-tabs {}

.product-tabs .nav-tabs {
  border-bottom: 0px solid #1a727f;
}

.product-tabs .nav-item {
  width: 33.33%;
}

.product-tabs .nav-item a {
  background: transparent !important;
  border: 0px;
  background-color: transparent !important;
  text-align: center;
  color: #fff;
}

.product-tabs .nav-item a span img {
  display: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.product-tabs .nav-item a p {
  padding: 0px 40px;
  font-size: 1.4rem;
  font-weight: 300;
}

.product-tabs .nav-item .nav-link.active p {
  font-weight: 400;
}

.product-tabs .nav-item .nav-link.active:after {
  background-image: url(../images/active-after.png);
  position: relative;
  content: "";
  width: 100px;
  height: 15px;
  display: block;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7px;
  -webkit-filter: invert(0%) grayscale(126%) brightness(177%) sepia(178%) hue-rotate(0deg) saturate(114%) contrast(10);
  filter: grayscale(126%) brightness(177%) sepia(178%) hue-rotate(0deg) saturate(114%) contrast(10)
}

.z-index {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.solar-stats p {
  color: #fff;
  text-align: center;
  padding: 0px 10px;
  font-size: 14px;
}

.solar-stats span {
  display: block;
  font-size: 2rem;
}

.solutions-tab .nav-tabs {
  border-bottom: 0px solid #1a727f;
}

.solutions-tab .nav-item {
  width: 50%;
}

.solutions-tab .nav-item a {
  border: 0px;
  background-color: transparent !important;
  text-align: center;
  color: #000;
}

.solutions-tab .nav-item a span img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.solutions-tab .nav-item a p {
  padding: 0px 50px;
  color: #000;
  font-size: 1.2rem;
  font-weight: 300;
}

.solutions-tab .nav-item .nav-link.active p {
  color: #336ab4;
  font-weight: 500;
}

.solutions-tab .nav-item .nav-link.active:after {
  background-image: url(../images/active-after.png);
  position: relative;
  content: "";
  width: 100px;
  height: 15px;
  display: block;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.solutions-tab .nav-item .nav-link {
  background: transparent !important;
}

.arrow-pointer {
  position: absolute;
  top: 0%;
  cursor: pointer;
  z-index: 2;
}

.arrow-pointer i {
  background: #306fb1;
  color: #fff;
  padding: 5px 5px;
  border-radius: 100px;
  font-size: 10px;
}

.arr-1 {
  left: 36%;
  top: 10%;
}

.arr-2 {
  left: 70%;
  top: 12%;
}

.arr-3 {
  top: 55%;
  left: 15%;
}

.arr-4 {
  top: 75%;
  left: 35%;
}

.arr-5 {
  left: 71%;
  top: 55%;
}

.arr-r-1 {
  left: 36%;
  top: 34%;
}

.arr-r-1,
.arr-r-2,
.arr-r-3,
.arr-r-4,
.arr-r-5 {
  background: #306fb1;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 100px;
}

.arr-r-1 i,
.arr-r-2 i,
.arr-r-3 i,
.arr-r-4 i,
.arr-r-5 i {
  font-style: normal;
  font-size: 14px;
  position: relative;
  top: 3px;
}

.arr-r-2 {
  left: 53.8%;
  top: 84.4%;
}

.arr-r-3 {
  top: 88%;
  left: 47.1%;
}

.arr-r-4 {
  top: 62%;
  left: 58%;
}

.arr-r-5 {
  left: 76.9%;
  top: 14%;
}


.floating-element {
  float: left;
  animation-name: Floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 5px;
}

@keyframes Floating {
  from {
    transform: translate(0, 0px);
  }

  65% {
    transform: translate(0, 15px);
  }

  to {
    transform: translate(0, -0px);
  }
}

@keyframes scale {
  from {
    transform: scale(0.9);
  }

  65% {
    transform: scale(1.3);
  }

  to {
    transform: scale(0.9);
  }
}

.why-solar {
  background: #fff;
  z-index: 1;
}

.why-solar .bg-images img {
  opacity: 0.1;
  position: relative;
  top: 0px;
}

.ul-whysolar {}

.ul-whysolar li {
  position: relative;
}

.ul-whysolar li span img {
  position: absolute;
  left: 0px;
}

.single-item .owl-dots .owl-dot {
  width: 40px;
  height: 5px;
  background: #ccc;
  margin-left: 5px
}

.single-item .owl-dots .owl-dot.active {
  width: 40px;
  height: 5px;
  background: #000;
}

.CTA-form .form-group .form-control {
  padding: .30rem .75rem;
}

.CTA-form .form-group select {
  padding: .30rem .75rem;
  height: calc(1.80rem + 7px) !important;
}

.client-speak {
  padding: 0px 45px;
  border-right: 1px solid #b3b3b3;
}

.client-speak p:nth-child(1) {}

.client-speak p:nth-child(2) {
  font-weight: 600;
}

.client-speak p:nth-child(3) {
  font-size: 14px;
}

.client-speak:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/quote.html);
  height: 77px;
  width: 100px;
  background-repeat: no-repeat;
  top: -8%;
}

.client-speak:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/quote.html);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  height: 77px;
  width: 100px;
  background-repeat: no-repeat;
  top: 70%;
  right: 31%;
}

.viewmore {
  color: #336ab4 !important;
  font-weight: 600;
  font-size: 1.2rem;
  position: relative;
  top: 8px;
}

.viewmore:hover {
  color: #2476b7;
  text-decoration: underline;
}

.mainSlider {
  overflow: hidden;
  position: relative;
  display: block;
  min-height: 300px;
}

@keyframes draw {
  from {
    stroke-dashoffset: 5390;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.zoomin,
.zoomin img {
  transform: translateY(0px) scale(1.0);
  transition: ease all 0.3s;
  overflow: hidden;
}

.zoomin:hover img {
  transform: translateY(0px) scale(1.03);
  transition: ease all 0.3s;
}

.sus-main,
.sus-main .bg-images {
  transform: translateY(0px) scale(1.0);
  transition: ease all 0.6s;
  overflow: hidden;
}

.sus-main:hover .sustainability-block {
  transform: translateY(0px) scale(1.05);
  transition: ease all 0.6s;
}

.sus-main:hover .bg-images {
  transform: translateY(0px) scale(1.1);
  transition: ease all 0.6s;
  overflow: hidden;
}

.sus-main img {
  transition: ease all 0.6s;
}

.sus-main:hover .bg-images img {
  opacity: 0.4;
  transition: ease all 0.6s;
}

.zoomicon {
  transform: translateY(0px) scale(1.0);
  transition: ease all 0.6s;
  overflow: hidden;
}

.zoomicon img {
  transform: translateY(0px) scale(0.8);
  transition: ease all 0.6s;
  overflow: hidden;
}

.zoomicon p {
  transform: translateY(0px) scale(0.95);
  transition: ease all 0.6s;
  overflow: hidden;
}

.zoomicon:hover img {
  transform: translateY(0px) scale(1.1);
  transition: ease all 0.6s;
}

.zoomicon:hover p {
  transform: translateY(0px) scale(1.1);
  transition: ease all 0.6s;
  overflow: hidden;
  font-size: 1.2rem;
}

.zoomicon:hover {
  background: #fff;
  transition: ease all 0.3s;
  -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
  box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
  transform: translateY(-10px) scale(1.0);
}

.home-miletone .zoomicon:hover p {
  transform: translateY(0px) scale(1.0);
  transition: ease all 0.6s;
  overflow: hidden;
}

.sus-main .bg-images img {
  opacity: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sustainability-block h3 {
  color: #fff;
  font-size: 1.6rem;
  position: relative;
}

.sustainability-block h3 a {
  color: #fff;
}

.sustainability-block h3 a:hover {
  color: #c3c3c3;
}

.sustainability-block p {
  margin-top: 3rem;
  color: #fff;
  min-height: 72px;
  width: 70%;
  position: relative;
}

.sustainability-block p:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  height: 100%;
  width: 5px;
  background: #fff;
  bottom: -250px;
  transition: ease all 0.5s;
}

.sustainability-block:hover p:before {
  bottom: 0px;
  transition: ease all 0.5s;
}

.sus-report {
  position: relative;
  display: block;
}

.sus-r-title {
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 2rem;
}

.sus-r-title span {
  display: block;
  font-weight: 600;
}

.sus-btn {
  width: 100%;
  bottom: 20px;
  left: 0px;
}

.sus-btn a {
  color: #fff;
}

.sus-btn a:hover {
  color: #fff;
  text-decoration: underline;
}

.sus-main {
  background: #000;
}

.padd-box {
  padding: 0px;
  border: 10px solid #ebebeb;
}

#pop-gallery .owl-nav {
  top: 40%;
  -webkit-transform: translate(0%, 50%);
  transform: translate(0%, 50%);
  width: 100%;
  text-align: right;
}

#pop-gallery .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  margin: 0px !important;
  width: auto;
  height: auto;
}

#pop-gallery .owl-nav .owl-next {
  margin: 0px !important;
  width: auto;
  height: auto;
  position: absolute;
  right: 0px;
}

#pop-gallery .owl-nav i {
  background: #fff;
  padding: 10px 10px;
}

.sustainability-block {
  position: relative;
  display: block;
}

.sus-main {
  background: #000;
}

.sus-main:hover {
  background: -moz-linear-gradient(left, rgba(27, 159, 148, 1) 0%, rgba(49, 109, 179, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27, 159, 148, 1)), color-stop(100%, rgba(49, 109, 179, 1)));
  background: -webkit-linear-gradient(left, rgba(27, 159, 148, 1) 0%, rgba(49, 109, 179, 1) 100%);
  background: -o-linear-gradient(left, rgba(27, 159, 148, 1) 0%, rgba(49, 109, 179, 1) 100%);
  background: -ms-linear-gradient(left, rgba(27, 159, 148, 1) 0%, rgba(49, 109, 179, 1) 100%);
  background: linear-gradient(to right, rgba(27, 159, 148, 1) 0%, rgba(49, 109, 179, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b9f94', endColorstr='#316db3', GradientType=1);
}

.sidebar-item .social-share.make-me-sticky .fa-twitter {
  color: #55acee;
}

.sidebar-item .social-share.make-me-sticky .fa-facebook-square {
  color: #3a559f;
}

.sidebar-item .social-share.make-me-sticky .fa-linkedin {
  color: #0077b7;
}

.sidebar-item .social-share.make-me-sticky .fa-envelope {
  color: #07a2f5;
}

.social-share a {
  color: #313131;
  font-size: 1.5rem;
}

.social-share a:hover {
  color: #4e4e4e;
  cursor: pointer;
}

.social-share i {}

.breadcrumb-sublayout-ul {}

.breadcrumb-sublayout-ul li {
  color: #000;
  display: inline-block;
}

.breadcrumb-sublayout-ul li:nth-child(1):before {
  content: " ";
  display: none;
}

.breadcrumb-sublayout-ul li:before {
  content: "\f105";
  padding-right: 10px;
  display: inline-block;
  position: relative;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 2px;
  margin-left: 5px;
}

.breadcrumb-sublayout-ul a {
  color: #000;
  text-transform: capitalize;
}

.breadcrumb-sublayout-ul a:hover {
  color: #656565;
}

.breadcrumb-sub-layout {}

.breadcrumb-sub-layout h1 {
  margin-top: 20px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.map-active {
  fill: red !important;
}

.map-active:hover {}

/*Contact Us*/
.usa-office {}

.contact-tooltip {
  width: 350px;
  position: absolute;
  z-index: 1000;
  padding: 10px;
  display: none;
  background: #FFF;
  border: 1px solid #CCC;
  text-align: center;
  transition: ease all 10s;
}

.contact-tooltip:after {
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 22px solid #fff;
  -ms-transform: rotate(64deg);
  -webkit-transform: rotate(64deg);
  transform: rotate(64deg);
  content: "";
  position: absolute;
  left: 47%;
}

.contact-tooltip h3 {
  font-size: 1.5rem;
}

.contact-tooltip p {}

.contact-tooltip p a {
  color: #000;
}

.contact-tooltip p a:hover {
  color: #227ab1;
}

.input-group-append .btn-outline-secondary {
  background: #e6e6e6;
  border: 0px;
}

.input-group-append .btn-outline-secondary:hover,
.input-group-append .btn-outline-secondary:active,
.input-group-append .btn-outline-secondary:focus {
  color: #000;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, .0);
}

.check-eligiblity {
  text-decoration: underline !important;
  font-size: 12px;
  top: 3px;
  position: relative;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
  font-weight: 600;
}

.solar-results {}

.solar-results span {
  color: #8c8c8c;
  font-weight: 400;
}

arrow {}

.arrow .fa {
  background: #fff;
  padding: 10px 12px;
  border-radius: 100%;
  box-shadow: 0px 1px 1px #b1b1b1;
}

.loadMore em,
.loadMore i {
  transition: ease all 0.5s;
  transform: translateY(0px) scale(1.0);
  background: #fff;
  padding: 10px 11px;
  border-radius: 100%;
}

.loadMore:hover em,
.loadMore:hover i {
  transition: ease all 0.5s;
  transform: translateY(0px) scale(1.3);
}

.full-img {
  position: absolute;
  width: 100%;
}

.full-img img {
  float: right;
}

.single-slide .owl-dots {
  padding: 20px 0px 0px 0px;
}

.single-slide .owl-dot span {
  border-radius: 0px;
}

.single-slide .owl-dots .active span {
  background: #006db7
}

.single-slide .owl-dots span:hover {
  background: #006db7
}

.single-slide .owl-prev {
  position: absolute;
  left: -27px;
  background: #fff !important;
  width: 45px;
  border-radius: 100% !important;
  outline: 0;
  box-shadow: 0px 1px 1px #b1b1b1;
  height: 45px;
}

.single-slide .owl-prev span {
  font-size: 30px;
  color: #000;
}

.single-slide .owl-next {
  position: absolute;
  right: -27px;
  background: #fff !important;
  width: 45px;
  border-radius: 100% !important;
  outline: 0;
  box-shadow: 0px 1px 1px #b1b1b1;
  height: 45px;
}

.single-slide .owl-next span {
  font-size: 30px;
  color: #000;
}

.single-slide .owl-nav {
  position: absolute;
  width: 100px;
  top: 65%;
  margin-left: 6rem;
}

.single-slide .owl-nav .owl-prev:hover,
.single-slide .owl-nav .owl-next:hover {
  color: #000 !important;
}

.single-slide .item {
  position: relative;
}

.vertical-fourth {
  position: absolute;
  width: 100%;
  top: 20%;
  max-width: 500px;
}

.chairman-box a {
  color: #fff;
}

.chairman-box a:hover {
  color: #fff;
}

.chairman-box {
  overflow: hidden;
  position: relative;
  color: #fff;
}

.chairman-box h4 {
  font-size: 22px;
}

.chairman-box img {
  bottom: 0px;
}

.bg-center {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.b-o-director {
  height: 225px;
  overflow: hidden;
}

.b-o-director img {
  width: 100%;
}

.b-o-director .card-body {
  min-height: 110px;
}

.directors-tile .card-body {
  min-height: 100px;
  padding: 10px 10px;
}

.card-text:last-child {
  margin-bottom: 0;
  color: #5A5A5A;
  font-size: 0.9rem;
}

.directors-tile .card-title {
  font-size: 1.3rem;
}

.directors-tile .card-text {}

.half-bg {
  background: linear-gradient(to bottom, #ebebeb 50%, #fff 0%);
  position: relative;
  z-index: 9;
}

.half-bg {
  position: relative;
  z-index: 9;
}

.milestone-main {}

.milestone-img img {
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
}

.milestone-img img {
  width: 120px;
  height: 120px;
}

.milestone-desc {
  color: #fff;
  padding: 10px 110px;
  position: relative;
  margin-top: 20px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1490);
  border-radius: 30px;
  text-align: center;
  font-size: 1.1rem;
  min-height: 150px;
}

/*.milestone-desc:before{border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 14px solid #fff;content:""; position:absolute;top: -14px;left: 44%;}
*/
.left-anim-wire {
  stroke: transparent !important;
  -webkit-transition: all 2s linear;
  stroke-dasharray: 1000;
  stroke-dashoffset: 480;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

svg:hover .left-anim-wire {}

.wire-left {
  stroke: #a4d2ff !important;
  -webkit-transition: all 2s linear !important;
  stroke-dashoffset: 2280 !important;
  transition: linear all 4s !important;
}

.right-anim-wire {
  stroke: transparent !important;
  -webkit-transition: all 2s linear;
  stroke-dasharray: 1000;
  stroke-dashoffset: 480;
  stroke-width: 1;
  stroke-miterlimit: 10;
}

.wire-right {
  stroke: #a4d2ff !important;
  -webkit-transition: all 6s linear;
  stroke-dashoffset: 2280;
  transition: linear all 4s;
}

.button-active {
  position: relative;
}

.button-active:before {
  content: "";
  display: block;
  position: absolute
}

.cls-5 {
  transition: ease all 0.5s;
}

.button-ac .cls-5 {
  fill: #ffc82a;
  transition: ease all 0.5s;
}

.button-active:hover .cls-5 {
  fill: #ffc82a;
  transition: ease all 0.5s;
}

.window-highligh {
  fill: #ffc82a !important;
  animation: 2s 10s popup linear infinite;
}

.cls-405,
.cls-401,
.cls-373,
.cls-371,
.cls-368,
.cls-358,
.cls-360 {
  transition: ease all 1s;
}

.btn-tracking {
  line-height: 37px;
  color: #000;
}

.btn-tracking:hover {
  color: #000;
  transition: ease all 0.3s;
}

.scroll-arrow {
  position: absolute;
  width: 100%;
  left: 0px;
  text-align: center;
  bottom: 10px;
}

.scroll-arrow i {
  color: #fff;
  border: 2px solid #fff;
  padding: 7px 10px;
  border-radius: 100px;
  animation: bouncein 1s;
  animation-iteration-count: infinite;
  transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all 2s;
  cursor: pointer;
  background: #0a4b8d;
  z-index: 1;
  position: relative;
}

.scroll-arrow:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background: #fff;
  bottom: -16px;
  left: 50%;
  z-index: 0;
  margin-left: -1px;
}

@keyframes bouncein {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

#navbar .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.megamenu .dropdown-item {
  padding: 0px 0px;
}

.megamenu a:not([href]):not([tabindex]) {
  color: #1c9d96;
}

.nav-item .nav-link:hover {
  color: #1c9d96;
}

.product-tabs .nav-item .nav-link:hover {
  color: #bbfffc !important;
}

.double-slide .owl-nav {
  top: 30%;
  -webkit-transform: translate(0%, 50%);
  transform: translate(0%, 50%);
  width: 100%;
  text-align: right;
}

.double-slide .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  margin: 0px !important;
  width: auto;
  height: auto;
}

.double-slide .owl-nav .owl-next {
  margin: 0px !important;
  width: auto;
  height: auto;
  position: absolute;
  right: 0px;
}

.double-slide .owl-nav i {
  background: #fff;
  padding: 10px 10px;
  border-radius: 100px;
}

.double-slide .owl-nav button.owl-next,
.double-slide .owl-nav button.owl-prev {
  background: none;
}

.bg-black .bg-images img {
  opacity: 0.2;
}

.box-block {
  background: #fff;
  border: 1px solid #eaeaea;
}

.box-block p a {
  color: #1aa393;
  font-size: 14px;
  transition: ease all 0.2s;
}

.box-block p a:hover {
  color: #306eb2;
  transition: ease all 0.2s;
  text-decoration: underline;
}

/*Media Section*/
.ul-media-section {
  padding-left: 30px;
}

.ul-media-section li {
  font-size: 13px;
  margin-bottom: 10px;
  list-style-type: disc;
}

.ul-media-section li p a {
  color: #000;
}

.ul-media-section li p span {
  display: block;
  color: #9a9a9a;
  font-size: 12px;
}

.ul-media-section a {
  color: #000;
}

.ul-media-section a:hover {
  color: #306eb2;
  text-decoration: underline;
}

.ul-policies-section {
  position: relative;
  padding-left: 38px;
}

.ul-policies-section a {
  color: #000;
}

.ul-policies-section a:hover {
  color: #007ea8;
}

.ul-policies-section li {
  margin-bottom: 10px;
}

.ul-policies-section li:before {
  content: "\f15c";
  display: block;
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  left: 0px;
}

.ul-policies-section li span {
  display: block;
  color: #9a9a9a;
  font-size: 12px;
}

/*News Section*/
.ul-news-section {
  padding-left: 38px;
  position: relative;
}

.ul-news-section li {
  font-size: 13px;
  margin-bottom: 10px;
}

.ul-news-section li p a {
  color: #000;
}

.ul-news-section li p span {
  display: block;
  color: #9a9a9a;
  font-size: 12px;
}

.ul-news-section li:before {
  background-image: url(../images/news-icon.png);
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 30px;
  left: 0px;
  background-repeat: no-repeat;
}

/*Media Contacts*/
.ul-media-contacts {
  /*min-height: 255px;*/
}

.ul-media-contacts li {
  margin: 30px 0px;
}

.ul-media-contacts li a {
  color: #000;
  font-size: 15px;
}

.ul-media-contacts li a:hover {
  color: #1d9b97;
}

.ul-media-contacts li i {
  font-size: 25px;
  margin-right: 20px;
  position: relative;
  top: 3px;
}

.boxzoom {
  transition: ease all 0.5s;
  transform: translateY(0px) scale(1.0);
}

.boxzoom:hover {
  transition: ease all 0.5s;
  transform: translateY(0px) scale(1.01);
  -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
  box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
}

.box-block .btn-border {
  border: 2px solid #1d9c96;
  color: #1d9c96 !important;
  transition: ease all 0.3s;
}

.box-block .btn-border:hover {
  background: #1d9c96;
  transition: ease all 0.3s;
  color: #fff !important;
}

.box-block .btn-gradient {
  color: #fff;
}

.box-block .btn-gradient:hover {
  color: #fff;
  text-decoration: none;
}


/*Events Section*/
.m-events {
  padding-left: 38px;
  position: relative;
}

.m-events li {
  font-size: 13px;
  margin-bottom: 10px;
}

.m-events li p a {
  color: #000;
}

.m-events li p span {
  display: block;
  color: #9a9a9a;
  font-size: 12px;
}

.m-events li:before {
  content: "\f073";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: block;
  position: absolute;
  width: 35px;
  height: 30px;
  left: 0px;
  background-repeat: no-repeat;
  font-size: 1.2rem;
}

/*Downloads Section*/
.m-downloads {
  padding-left: 38px;
  position: relative;
}

.m-downloads li {
  font-size: 13px;
  margin-bottom: 10px;
}

.m-downloads li p {
  word-break: break-all;
}

.m-downloads li p a {
  color: #000;
}

.m-downloads li p span {
  display: block;
  color: #9a9a9a;
  font-size: 12px;
}

.m-downloads li:before {
  content: "\f019";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: block;
  position: absolute;
  width: 35px;
  height: 30px;
  left: 0px;
  background-repeat: no-repeat;
  font-size: 1.2rem;
}

.owl-middlezoom .owl-item>div {
  cursor: pointer;
  margin: 6% 8%;
  transition: margin 0.4s ease;
}

.owl-middlezoom .item {
  cursor: auto;
  margin: 0;
  position: relative;
  margin-bottom: 30px;
}

.owl-middlezoom .col-lg-4>div {
  background: #000;
}

.owl-middlezoom .item img:hover {
  opacity: .75;
  cursor: pointer;
}

.owl-middlezoom .item p {}

.owl-middlezoom .owl-nav button.owl-prev {
  background: transparent;
  color: #fff;
  left: -20px;
  position: relative;
  font-size: 2rem;
}

.owl-middlezoom .owl-nav button.owl-next {
  background: transparent;
  color: #fff;
  left: 20px;
  position: relative;
  font-size: 2rem;
}

.owl-middlezoom .owl-dots {
  display: none;
}

.owl-middlezoom .owl-item.active.center {
  transform: translateY(6px) scale(1);
}

.owl-middlezoom .item p {
  display: none;
}

.owl-middlezoom .item p {
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  background: rgba(0, 0, 0, 0.5215686274509804);
  padding: 5px 0px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.txt-overlay-above {
  position: absolute;
  font-size: 10rem;
  text-decoration: none;
  font-style: normal;
  font-weight: bolder;
  top: -60px;
  color: rgba(0, 0, 0, 0.05)
}

.ul-features li:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f013";
  position: absolute;
  left: 0px;
}

.ul-features li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  color: #fff;
}

.ul-features li.active,
.ul-features li:hover {
  text-decoration: underline;
}

.cta-icon {
  text-align: center;
}

.cta-icon img {
  position: relative;
  z-index: 2;
  background: #fff;
}

.cta-main {
  top: -52px;
  position: relative;
}

.cta-container h3 {
  margin-bottom: 20px;
}

.cta-container p {
  line-height: 20px;
}

.cta img {
  animation-name: Floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  background: transparent;
}

/* .cta-icon:before{background: #fff;content: "";-ms-transform: rotate(-90deg);-webkit-transform: rotate(-90deg);transform: rotate(-46deg);position: absolute;width: 100%;height: 128%;top: 0px;z-index: 1;right: -46px;} */
.cta-container {
  background: #316fb3;
  color: #fff;
  position: relative;
  box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.28);
  padding: 20px 30px;
  text-align: center;
  padding-top: 80px;
}

.cta-section .cta-btm {
  margin-top: 3rem;
}

footer {
  background: #f3f3f3 !important;
}

.more-products {}

.more-products-img {
  background: #fff;
  padding: 10px 10px 0px 10px;
  max-height: 320px;
  overflow: hidden;
}

.more-products-img img {
  width: 70%;
  transition: ease all 0.5s
}

.more-products-img:hover img {
  width: 75%;
  transition: ease all 0.5s;
}

.more-products-cont {
  text-align: center;
  font-size: 1.3rem;
  padding: 10px 0px;
  background: #fff;
  color: #000;
  transition;
  ease all 0.3;
}

.more-products:hover .more-products-cont {
  color: #007ea8;
  transition;
  ease all 0.3;
}

.boxzoom {
  transition: ease all 0.5s;
  transform: translateY(0px) scale(1.0);
}

.boxzoom:hover {
  transition: ease all 0.5s;
  transform: translateY(0px) scale(1.01);
  -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
  box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
}

.sunplugged-carousel .owl-nav button.owl-prev {
  background: transparent;
  left: -45px;
  position: relative;
}

.sunplugged-carousel .owl-nav button.owl-next {
  background: transparent;
  right: -45px;
  position: relative;
}

.sunplugged-carousel .owl-nav button.owl-prev i,
.sunplugged-carousel .owl-nav button.owl-next i {
  background: #fff;
  padding: 10px 10px;
  border-radius: 100px;
  box-shadow: 0px 1px 2px #ccc;
}

.sunplugged-carousel .owl-nav {
  top: 50%;
  position: absolute;
}

.icn-sunplugged {
  margin-bottom: 15px;
  padding: 15px 0px 2px 0px;
  text-align: center;
}

.sunpugged-cont h4 {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: left;
  margin-bottom: 10px;
  min-height: 25px;
}

.sunpugged-cont {
  margin: 0px 5px;
  padding: 10px 10px;
}

.sunpugged-cont p {
  text-align: left;
  font-size: 14px;
  line-height: 17px;
}

.sunplugged-c {
  border: 1px solid #efefef;
}

.sunplugged-c:hover img {
  transition: ease all 0.5s;
  transform: translateY(0px) scale(0.8);
}

.sunplugged-c:hover {
  background: #fff;
  transform: translateY(-5px) scale(1.0);
  transition: ease all 0.5s;
  -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
  box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
}

.sunplugged-c img {
  transition: ease all 0.5s;
  transform: translateY(0px) scale(1.05);
}

.sunplugged-carousel img {
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  margin-bottom: 10px;
  -webkit-filter: invert(0%) grayscale(0%) brightness(273%) sepia(123%) hue-rotate(189deg) saturate(198%) contrast(1);
  filter: grayscale(0%) brightness(273%) sepia(123%) hue-rotate(189deg) saturate(198%) contrast(1);
}

.specification-block {
  margin-top: 0px;
  width: 0px;
  height: 0px;
  text-align: center;
  transform-origin: 50% 0%;
  transform: rotateX(-78deg);
  box-sizing: border-box;
  transition: transform 0.4s ease;
  position: absolute;
  overflow: hidden;
  left: -100px;
}

.arrow-pointer:hover .specification-block {
  display: block;
  position: absolute;
  background: #fff;
  padding: 5px 10px;
  width: 180px;
  display: block;
  transform: rotateX(0deg);
  height: auto;
  width: 230px;
  padding: 10px;
  border: 1px solid #eaeaea;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
}

#other-ventures .owl-nav {
  top: 30%;
  -webkit-transform: translate(0%, 50%);
  transform: translate(0%, 50%);
  width: 100%;
  text-align: right;
}

#other-ventures .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  margin: 0px !important;
  width: auto;
  height: auto;
}

#other-ventures .owl-nav .owl-next {
  margin: 0px !important;
  width: auto;
  height: auto;
  position: absolute;
  right: 0px;
}

#other-ventures .owl-nav i {
  padding: 10px 14px;
  border-radius: 100px;
}

#other-ventures .owl-nav i:hover {
  color: #000;
}

#other-ventures .owl-nav button.owl-next,
#other-ventures .owl-nav button.owl-prev {
  background: none;
}

#other-ventures h5 a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

#other-ventures .owl-nav button.owl-prev {
  left: -40px;
}

#other-ventures .owl-nav button.owl-next {
  right: -40px;
}

.banner-txt {
  position: absolute;
  top: 70%;
  -webkit-transform: translate(0%, -70%) !important;
  transform: translate(0%, -70%) !important;
}

.banner-txt h1 {
  text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.61);
}

.floating-element svg {
  position: absolute;
  top: 70%;
  -webkit-transform: translate(0%, -70%) !important;
  transform: translate(0%, -70%) !important;
}

.more-products .col-lg-4:nth-child(2) {
  margin-right: auto !important;
}

.scroll-section {
  position: absolute;
  right: -17%;
  width: 410px;
  top: -40%;
  display: none;
}

.scroll-section-btm {
  position: absolute;
  left: -19%;
  width: 60%;
  bottom: 0%;
  z-index: 0;
}

.scroll-section-btm img {
  width: 75%;
  opacity: 0.1;
}

.overflow-hidden {
  overflow: hidden;
}

.video-section {
  position: relative;
}

.video-section img {
  cursor: pointer;
}

.video-section:before {
  content: "\f04b";
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  display: inline;
  border: 2px solid rgba(255, 255, 255, 0.6);
  padding: 9px 20px;
  border-radius: 100%;
  color: rgba(255, 255, 255, 0.6);
  font-size: 35px;
  cursor: pointer;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: ease all 0.5s;
}

.video-section:hover:before {
  font-size: 45px;
  transition: ease all 0.5s;
  color: #fff;
  border-color: #fff;
  padding: 9px 23px;
}

.video-content a {
  color: #1b9e95;
  font-size: 12px;
}

.video .modal-content {}

.video button.close {
  position: absolute;
  right: 0px;
  top: -30px;
  font-size: 25px;
  color: #fff;
  opacity: 1;
  outline: 0;
  font-weight: 400;
}

.video .modal-body {
  padding: 5px;
}

.customTxtBox {
  width: 250px;
  padding: 5px 5px;
  height: 30px;
}

.customSelect {
  width: 250px;
  padding: 4px 5px;
}

.grayTxt {
  font-size: 12px;
  margin-top: 5px;
  color: #8c8c8c;
}

.double-box {}

.double-box input[type="text"] {
  width: 122px;
}

.solarForm {
  background: #fff;
  padding: 5px 0px 0px 20px;
  margin-top: 10px;
}

.messi {
  position: fixed;
  top: 50%;
  background: #d4d4d4;
}

.messi-content .messi-closebtn {
  top: 7px;
  content: "\f410";
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  color: #fff;
  background-color: #333;
  opacity: 0;
  -webkit-transition: opacity .25s linear, visibility .1s linear .5s;
  -moz-transition: opacity .25s linear, visibility .1s linear .5s;
  -o-transition: opacity .25s linear, visibility .1s linear .5s;
  transition: opacity .25s linear, visibility .1s linear .5s
}

.messi-content:hover .messi-closebtn {
  opacity: 1
}

.media-date {
  font-size: 2rem;
  color: #316eb3;
  border-bottom: 3px solid #306db2;
  margin-bottom: 2.5rem;
}

.media-release-box {
  padding: 30px 20px;
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  position: relative;
  display: block;
}

.media-release-box h3 a {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #000;
}

.media-release-box h3 a:hover {
  color: #6f6f6f;
  transition: ease all 0.3s;
}

.media-release-box p span {
  color: #949494;
}

.media-release-box h3 a:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/docs-icon.html);
  right: 15px;
  width: 75px;
  height: 75px;
  top: 17px;
  opacity: 0.2;
}

.m-video:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/video-icon.html) !important;
}

.scroll-down {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  cursor: pointer;
}

.scroll-down span {
  display: block;
  line-height: 12px;
  font-size: 2.5rem;
  width: 2rem;
  height: 2rem;
  border-left: .2rem solid #fff;
  border-bottom: .2rem solid #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.scroll-down span:nth-child(1) {}

.scroll-down span:nth-child(2) {
  position: relative;
  top: -10px;
}

.scroll-down span:nth-child(3) {
  position: relative;
  top: -20px;
}

.scroll-down span:nth-child(4) {
  position: relative;
  top: -30px;
}

.scroll-down span:nth-child(5) {
  position: relative;
  top: -40px;
}

.blink {
  -webkit-animation-name: blink;
  -moz-animation-name: blink;
  -o-animation-name: blink;
  animation-name: blink;
  -webktit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

.blink-infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;

}

.blink-1 {
  -webkit-animation-duration: 2.0s;
  -moz-animation-duration: 2.0s;
  -o-animation-duration: 2.0s;
  animation-duration: 2.0s;
}

.blink-2 {
  -webkit-animation-duration: 1.9s;
  -moz-animation-duration: 1.9s;
  -o-animation-duration: 1.9s;
  animation-duration: 1.9s;
}

.blink-3 {
  -webkit-animation-duration: 1.8s;
  -moz-animation-duration: 1.8s;
  -o-animation-duration: 1.8s;
  animation-duration: 1.8s;
}

.blink-4 {
  -webkit-animation-duration: 1.7s;
  -moz-animation-duration: 1.7s;
  -o-animation-duration: 1.7s;
  animation-duration: 1.7s;
}

.blink-5 {
  -webkit-animation-duration: 1.6s;
  -moz-animation-duration: 1.6s;
  -o-animation-duration: 1.6s;
  animation-duration: 1.6s;
}


@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
}

@-moz-keyframes blink {
  50% {
    opacity: 0;
  }
}

@-o-keyframes blink {
  50% {
    opacity: 0;
  }
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

.homeslider .owl-item .item,
.homeslider-mobile .owl-item .item {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  height: 44vw;
  overflow: hidden;
}

.bg-sidebar {
  position: absolute;
  display: none;
}

.ul-bullets {
  padding-left: 20px;
}

.ul-bullets li {
  list-style-type: circle;
  margin-bottom: 10px;
}

.why-solar {
  display: none;
}

footer {
  background: #f3f3f3 !important;
}

.home-miletone .zoomicon p {
  font-size: 13px;
  padding: 0px 10px;
  text-align: center;
  margin-top: 10px;
  color: #000;
  transform: translateY(0px) scale(1);
}

.home-miletone .zoomicon img {
  width: 110px;
  margin-left: auto;
  margin-right: auto;
}

.sunplugged-carousel .bg-white {
  background-color: #efefef !important;
}

.homeslider .owl-dots,
.homeslider-mobile .owl-dots {
  position: absolute;
  top: 90%;
  width: 100%;
}

.homeslider .owl-dots .owl-dot.active span,
.homeslider-mobile .owl-dots .owl-dot.active span {
  background: #3769b1;
}

.homeslider .owl-dots .owl-dot span,
.homeslider-mobile .owl-dots .owl-dot span {
  background: #fff;
}


.certificate-block .owl-nav {
  top: 30%;
  -webkit-transform: translate(0%, 50%);
  transform: translate(0%, 50%);
  width: 100%;
  text-align: right;
}

.certificate-block .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  margin: 0px !important;
  width: auto;
  height: auto;
}

.certificate-block .owl-nav .owl-next {
  margin: 0px !important;
  width: auto;
  height: auto;
  position: absolute;
  right: 0px;
}

.certificate-block .owl-nav i {
  background: #fff;
  padding: 10px 14px;
  border-radius: 100px;
  box-shadow: 0px 1px 1px #000;
}

.certificate-block .owl-nav i:hover {
  color: #000;
}

.certificate-block .owl-nav button.owl-next,
.certificate-block .owl-nav button.owl-prev,
#other-ventures .owl-nav button.owl-prev {
  background: none;
}

.certificate-block h5 a {
  color: #000;
  font-size: 14px;
}

.epc-solution {
  margin-top: 20px;
}

.epc-solution img {
  margin-bottom: 10px;
}

.epc-solution p {
  text-align: center;
}

#product-nav .nav-item {
  width: 33%;
}

.vertical-middle {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}

.ul-features .ul-bullets li:before {
  content: "";
}

.ul-features .ul-bullets li {
  padding-left: 0px;
}

.ul-features .ul-bullets li:hover {
  text-decoration: none !important;
}

.whysolar li:hover {
  text-decoration: none !important;
}

#product-nav .nav-link.active p {
  color: #336ab4;
}

#product-nav .nav-link p {
  font-weight: 500;
}

main section:nth-child(1) {}

main section:nth-child(2) {}

main section:nth-child(3) {}

main section:nth-child(4) {}

main section:nth-child(4) .scroll-section-btm {
  display: none;
}

main section:nth-child(5) {}

main section:nth-child(6) h2 {
  margin-bottom: 1rem !important;
}

main section:nth-child(7) {}

main section:nth-child(7) h2 {
  margin-bottom: 1rem !important;
}

main section:nth-child(8) {}

main section:nth-child(8) h2 {
  margin-bottom: 1rem !important;
}

main section:nth-child(9) {
  padding: 1rem 0rem !important;
}

main section:nth-child(9) h2 {
  margin-bottom: 1rem !important;
}

main section:nth-child(10) {
  overflow: hidden;
}

main section:nth-child(10) h2 {}

.events-modal .owl-nav button,
.events-tile .owl-nav button {
  background: transparent !important;
}

.events-modal .owl-nav button i {
  color: #fff !important;
}

.events-tile .owl-nav .owl-prev {
  left: -35px !important;
  position: relative;
}

.events-tile .owl-nav .owl-next {
  right: -35px !important;
  position: relative;
}

.events-tile .owl-dots button,
.home-miletone .owl-dots button {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 100px;
  margin-right: 5px;
}

.events-tile .owl-dots .owl-dot.active,
.home-miletone .owl-dots .owl-dot.active {
  background: #9c3b85 !important;
}

.events-tile .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.home-miletone .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.events-modal .close {
  position: absolute;
  right: 10px;
  top: -25px;
  color: #fff;
  opacity: 1;
}

.events-modal .modal-body {
  padding: 5px;
}

.events-tile .item {
  border: 1px solid #e8e8e8;
  padding: 10px;
  cursor: pointer;
}

.events-tile .item:hover {
  border: 1px solid #ccc;
}

.events-title {
  color: #000;
  min-height: 50px;
  margin-top: 10px;
}

.events-desc {
  font-size: 13px;
  color: #333;
}

.m-scroll-section {
  height: 350px;
  overflow-y: auto;
  font-size: 13px;
  overflow-x: hidden;
}

.m-scroll-section::-webkit-scrollbar {
  width: 6px;
}

.m-scroll-section::-webkit-scrollbar-track {
  background: transparent;
}

.m-scroll-section::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

.homeslider .owl-dots .owl-dot span,
.homeslider-mobile .owl-dots .owl-dot span {
  background: #fff;
  border-radius: 0px;
}

.homeslider .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #18a790;
}

.home-miletone .item .zoomicon:hover {
  background: #fff;
  transition: ease all 0.3s;
  -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, .0) !important;
  box-shadow: 0 14px 24px rgba(62, 57, 107, .0) !important;
  transform: translateY(0px) scale(1.0);
}

.power-stats>div {
  transform: translateY(0px) scale(1.0);
  transition: ease all 0.3s;
}

.power-stats>div:hover {
  transform: translateY(0px) scale(1.1);
  transition: ease all 0.3s;
}

.product-tabs .floating-element:before {
  background: url(../images/HUD.png);
  content: "";
  position: absolute;
  width: 400px;
  height: 407px;
  left: -60px;
  top: -20px;
  transition: ease all 0.5s;
}

.product-tab .floating-element:before {
  background: url(../images/HUD.png);
  content: "";
  position: absolute;
  width: 400px;
  height: 407px;
  left: 10px;
  top: -20px;
  transition: ease all 0.5s;
}

.product-tab .floating-element:hover:before {
  transform: rotate(60deg);
  transition: ease all 0.5s;
}

.p-icons {
  text-align: center;
}

.p-icons img {
  width: 45px;
  transition: ease all 0.5s;
}

.product-tab .row:hover .p-icons img {
  -webkit-filter: invert(40%) grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(400%) contrast(2);
  filter: grayscale(100%) brightness(155%) sepia(178%) hue-rotate(0deg) saturate(93%) contrast(1);
  transform: translateY(0px) scale(1.0);
  transition: ease all 0.5s;
  width: 50px;
}

.floating-element img {
  z-index: 1;
  position: relative;
}

.product-tab h3 {
  font-weight: 500;
}

.product-tab p {
  margin-bottom: 10px;
  min-height: 48px;
}

.py-5.bg-gray.solutions-tab .tab-content .text-lg-right:before {
  background: url(../images/HUD.png);
  content: "";
  position: absolute;
  width: 400px;
  height: 407px;
  left: 0px;
  top: -20px;
  transition: ease all 0.5s;
}

.py-5.bg-gray.solutions-tab .tab-content .text-lg-right:hover:before {
  transform: rotate(60deg);
  transition: ease all 0.5s;
}

.floating-element img {
  z-index: 1;
  position: relative;
}

.events-m .item {
  border: 1px solid #e8e8e8;
  padding: 10px;
}

.events-m .item:hover {
  border: 1px solid #ccc;
}

.breadcrumb-sublayout-ul a {
  color: #000;
  text-transform: capitalize;
}

.breadcrumb-sublayout-ul a:hover {
  color: #656565;
}

.breadcrumb-sub-layout {}

.breadcrumb-sub-layout h1 {
  margin-top: 20px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.download-section .dblock {
  padding: 10px 10px;
  border: 1px solid #f5f5f5;
  cursor: pointer;
}

.download-section .dblock:hover {
  transition: ease all 0.5s;
  transform: translateY(0px) scale(1.00);
  -webkit-box-shadow: 0 1px 17px rgba(22, 38, 70, .2);
  box-shadow: 0 1px 17px rgba(22, 38, 70, .2);
}

.download-section .dblock a {
  color: #000;
}

.download-section .dblock a:hover {
  color: #18a790;
}

.download-section .dblock.pdf a:before {
  content: "\f1c1";
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
}

.download-section .dblock.video a:before {
  content: "\f03d";
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
}

.download-section .dblock a p {
  padding-left: 25px;
  word-break: break-word;
  min-height: 100px;
}

.home-miletone .owl-nav button {
  background: transparent !important;
}

.home-miletone .owl-nav {
  top: 30%;
  -webkit-transform: translate(0%, 50%);
  transform: translate(0%, 50%);
  width: 100%;
  text-align: right;
}

.home-miletone .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  margin: 0px !important;
  width: auto;
  height: auto;
  left: -35px;
}

.home-miletone .owl-nav .owl-next {
  margin: 0px !important;
  width: auto;
  height: auto;
  position: absolute;
  right: 0px;
  right: -35px;
}

.home-miletone .owl-nav i {
  background: #fff;
  padding: 10px 10px;
  border-radius: 100px;
  box-shadow: 0px 1px 2px #ccc;
}

.modal video {
  width: 100%;
}

.certificate-block img {
  transform: translateY(0px) scale(1.00);
  transition: ease all 0.5s;
  padding: 10px;
}

.certificate-block img:hover {
  transform: translateY(-5px) scale(1.05);
  transition: ease all 0.5s;
  padding: 5px;
}

.authorized-partners img {
  width: 160px;
}

.authorized-partners p {
  padding: 0px 15px;
}

.authorized-partners .row .col-lg-4.col-md-6 {
  text-align: center;
}

.more-products {
  box-shadow: 0px 0px 0px 0px #d8d8d8 !important;
}

.epc-solution .item {
  transform: translateY(-5px) scale(1.00);
  transition: ease all 0.5s;
  padding: 20px;
  padding: 10px;
  margin: 20px 10px;
}

.epc-solution .item:hover {
  transform: translateY(-5px) scale(1.03);
  transition: ease all 0.5s;
  -webkit-box-shadow: 0 1px 6px rgba(22, 38, 70, .2);
  box-shadow: 0 1px 6px rgba(22, 38, 70, .2);
}

.productkey-main {
  position: relative;
  transform: translateY(0px) scale(1.00);
  transition: ease all 0.5s;
  margin-bottom: 10px;
}

.keyf-img {
  text-align: center;
}

.keyf-img img {
  border-radius: 140px;
  background: #fff;
  width: 190px;
  transition: ease all 0.3s;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  padding: 2px 2px;
}

.productkey-main:hover .keyf-desc-r p {
  height: 60px;
  transition: ease all 0.3s;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.keyf-desc {
  bottom: 0px;
  position: relative;
  width: 100%;
  transition: ease all 0.5s;
}

.keyf-desc p {
  overflow: hidden;
  padding: 5px 10px;
  transition: ease all 0.5s;
  color: #fff;
  text-align: center;
  min-height: 60px;
}

.productkey-main:hover .keyf-img img {
  background: rgba(255, 255, 255, 0.51);
  transition: ease all 0.3s;
  -webkit-transform: translate(0%, -5%);
  transform: translate(0%, -5%);
  padding: 8px 8px;
}

.productkey-main:hover .keyf-desc p {
  transition: ease all 0.3s;
  -webkit-transform: translate(0%, -10%);
  transform: translate(0%, -10%);
}

.bg-img .bg-images img {
  opacity: 0.1;
}

.HUD-main {
  border-bottom: 1px dotted #e3e3e3;
  padding: 15px 0px;
}

.HUD-stats {}

.HUD-stats p {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

.HUD-stats span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  top: -12px;
}

.HUD-desc {
  font-size: 14px;
  position: relative;
  top: 10px;
}

.HUD-desc p {
  font-weight: 500;
}

.HUD-graphics {
  top: 50%;
  position: absolute;
  width: 200px;
  height: 200px;
  text-align: center;
  background: #50B851;
  padding: 10px 20px;
  color: #fff;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 1.5rem;
  border-radius: 100%;
}

.HUD-graphics p {
  top: 45px;
  position: relative;
}

.HUD-graphics-main:before {
  content: "";
  position: absolute;
  background: url(../images/HUD-stats-inner.png);
  width: 313px;
  height: 300px;
  left: -40px;
  top: -9px;
  transition: ease all 0.5s;
}

.HUD-graphics-main:after {
  content: "";
  position: absolute;
  background: url(../images/HUD-stats-outer.png);
  width: 300px;
  height: 300px;
  left: 0px;
  top: 0px;
  width: 279px;
  height: 270px;
  left: -22px;
  top: 12px;
  transition: ease all 0.5s;
}

.HUD:hover .HUD-graphics-main:after {
  transform: rotate(60deg);
  transition: ease all 0.5s;
}

.HUD:hover .HUD-graphics-main:before {
  transform: rotate(-60deg);
  transition: ease all 0.5s;
  top: -4px;
}

.cta-i {
  text-align: center;
}

.cta-i img {
  position: relative;
  z-index: 2;
}

.cta-i:before {
  background: #fff;
  content: "";
  -ms-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  position: absolute;
  width: 100%;
  height: 128%;
  top: 0px;
  z-index: 1;
  right: -46px;
}

.cta-c {
  background: #316fb3;
  color: #fff;
  box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.28);
  padding-left: 40px !important;
  padding: 20px 30px;
}

.text-bold {
  font-weight: 600;
}

.product-tab .floating-element:before,
.product-tabs .floating-element:before,
.py-5.bg-gray.solutions-tab .tab-content .text-lg-right:before {
  /* -webkit-animation: spin1 10s infinite linear; */
  -moz-animation: spin1 10s infinite linear;
  -o-animation: spin1 10s infinite linear;
  -ms-animation: spin1 10s infinite linear;
  animation: spin1 10s infinite linear;
  /* -webkit-transform-origin: 50% 50%; */
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  /* transform-origin: 50% 50%; */
}

  {
  -webkit-animation: spin1 10s infinite linear;
  -moz-animation: spin1 10s infinite linear;
  -o-animation: spin1 10s infinite linear;
  -ms-animation: spin1 10s infinite linear;
  animation: spin1 10s infinite linear;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-webkit-keyframes spin1 {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes spin1 {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes spin1 {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
  }
}

@-ms-keyframes spin1 {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
  }
}

@-keyframes spin1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.footerPanel2 .ft-logo img {
  width: 140px;
}

.footerPanel2 .col-sm-12.p-4 {
  text-align: center;
}

.p-gallery .owl-item img {
  position;
  relative;
}

.p-gallery .owl-item p {
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5098039215686274);
  padding: 5px 0px;
}

.epc-solution .owl-nav {
  top: 42%;
}

.epc-solution .owl-nav button.owl-prev {
  background: transparent;
  color: #000;
  left: -20px;
  position: relative;
  font-size: 1rem;
}

.epc-solution .owl-nav button.owl-next {
  background: transparent;
  color: #000;
  left: 20px;
  position: relative;
  font-size: 1rem;
}

.epc-solution .owl-dots {
  display: none;
}

.epc-solution .owl-item.active.center {
  transform: translateY(6px) scale(1);
}

.epc-solution .owl-item.active.center p {
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  background: rgba(0, 0, 0, 0.5215686274509804);
  padding: 5px 0px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.events-modal .modal-content {
  background: transparent;
  border: 0px;
}

.documents-required .row:nth-child(1) {}

.documents-required .row:nth-child(2) {}

.documents-required .row:nth-child(3) {}

.documents-required .row:nth-child(4) {}

.documents-required .row:nth-child(5) {
  margin-bottom: 0px !important;
}

.documents-required .row:nth-child(5) .mb-5 {
  margin-bottom: 0px !important;
}

.solar-calculator {
  background-color: #f1f1f1;
  padding: 1.5rem;
  border: 1px solid #dee2e6;
}

.calculate-link {
  color: #007ea8;
  border: 1px solid #007ea8;
  background: #FFF;
}

.calculate-link:hover {
  color: #FFF;
  background-color: #9c3b85;
  border: 1px solid #9c3b85;
}

/* .home-miletone .row .col-lg-3:nth-child(1){display:flex;} */
/* .home-miletone .row .col-lg-3:nth-child(2){display:flex;} */
/* .home-miletone .row .col-lg-3:nth-child(3){display:flex;} */
/* .home-miletone .row .col-lg-3:nth-child(4){display:flex;} */
/* .home-miletone .row .col-lg-3{display:none;} */
.home-miletone img,
.about-miletone img {
  width: 120px;
}

.home-miletone p,
.about-miletone p {
  font-size: 13px;
  line-height: 18px;
}

.about-miletone .more {
  position: relative;
  color: #fff;
  cursor: pointer;
}

.about-miletone .more em {
  color: #000;
}

/* .bg-fix{} */
/* .bg-fix img{position: fixed;top: 0px;} */

.more em {
  transition: ease all 0.5s;
  transform: translateY(0px) scale(1.0);
  background: #fff;
  padding: 10px 11px;
  border-radius: 100%;
  box-shadow: 0px 1px 1px #b1b1b1;
  margin-bottom: 10px;
}

.more:hover em,
.more:hover em {
  transition: ease all 0.5s;
  transform: translateY(0px) scale(1.3);
}

.bg-black .heading {
  border-left: 5px solid #fff;
}

.map {
  position: relative;
  height: 45vw;
}

.map-markers {
  list-style: none;
  margin: 0;
  padding: 0;
}

.map-marker {
  position: absolute;
}

.map-marker:hover .map-marker-info {
  display: block !important;
}

.map-marker>a {
  cursor: pointer;
  background-color: red;
  border-radius: 50%;
  height: 0.5em;
  display: block;
  text-indent: -9999px;
  width: 0.5em;
}

.map-marker-info {
  display: none;
  left: 50%;
  position: absolute;
  bottom: 0;
  transform: translate(-50%, -1em);
  width: 18em;
  text-align: center;
  z-index: 9;
}

.map-marker.active .map-marker-info {
  display: block;
}

.map-marker.inac .map-marker-info {
  display: none;
}

.map-marker-info header {
  /* background-color: #1b9e95; */
  border-radius: .5em .5em 0 0;
  color: #000;
  padding: .5em .5em;
}

.map-marker-info main {
  /* background-color: #fff; */
  border-radius: 0 0 .5em .5em;
  color: #7e7e7e;
  padding: 0em .5em 0.1em .5em;
}

.map-marker-info main ul {
  padding-left: 20px;
}

.map-marker-info main ul li {
  list-style-type: disc;
  color: #000;
}

.map-marker-info h2 {
  margin-bottom: 0;
  font-size: 16px;
}

.map-marker-info h2 span {
  margin-left: 10px;
  font-size: 14px;
  color: #444444;
}

.map-marker-info-inner {
  border-radius: .5em;
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.28);
  font-size: .875em;
  background: rgba(255, 255, 255, 0.9);
}

.map-marker-info-inner:after {
  border-left: .75em solid transparent;
  border-right: .75em solid transparent;
  border-top: 1em solid rgba(255, 255, 255, 0.9);
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
}

.map-marker-info-inner p a {
  border: 0px;
  font-size: 14px;
  text-indent: 0px;
  border-radius: 0px;
  width: fit-content;
  height: fit-content;
  color: #aa3b98;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.map-marker-info-inner p a:active {
  background: #252525;
  transition: ease all 0.3s;
}

.map-marker-info h3 {
  font-size: 1.2rem;
  font-weight: 500;
}

.animate {
  animation-duration: 1s;
  animation-fill-mode: both;
}

/* defines the animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 99%);
    transform: translate3d(0, 100%, 99%);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


@keyframes bounce-in {

  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.animate-bounce-in {
  animation-duration: .4s;
  animation-name: fadeInUp;
}

@keyframes pop {
  0% {
    transform: scale(0);
  }

  8% {
    opacity: .4;
  }

  10% {
    opacity: 0;
    transform: scale(1);
  }
}

.map-USA {
  left: 20%;
  top: 42.6%;
}

.map-USA:after {
  animation-delay: 3s;
}

.map-Shantigram {
  left: 67.1%;
  top: 51.5%;
}

.map-Shantigram:after {
  animation-delay: 3s;
}

.map-Mundra {
  left: 66.3%;
  top: 51.52%;
}

.map-Mundra:after {
  animation-delay: 3s;
}

.breadcrumb-product-banner {
  padding: 0px !important;
  position: relative;
  z-index: 9;
}

.breadcrumb-product-banner .bg-image {
  position: relative;
}

.breadcrumb-product-banner .bg-image img {
  width: 100%;
}

.breadcrumb-product-banner .breadcrumb-product-sub {
  position: absolute;
  top: 0px;
  width: 100%;
  padding: 40px 0px 0px 0px;
}

.breadcrumb-product-banner:after {
  box-shadow: 0px 0px 0px 0px rgb(0, 0, 0) !important;
}

.topMenu li h5 a {
  color: #1c9d96 !important;
}

.topMenu li h5 a:hover {
  color: #000;
}

.bg-b {
  background: #1b1b1b !important;
}

.scroll-socialmedia {
  height: 400px;
  overflow: scroll;
  overflow-x: hidden;
}

.home-miletone .boxzoom img,
.about-miletone .boxzoom img {
  transform: translateY(0px) scale(1);
  transition: ease all 0.6s;
}

.home-miletone .boxzoom:hover img,
.about-miletone .boxzoom:hover img {
  transform: translateY(-5px) scale(0.9);
  transition: ease all 0.6s;
}

.click-buy {}

.click-buy img {
  width: 114px;
  transform: translateY(0px) scale(1.1);
  transition: ease all 0.6s;
}

.click-buy img:hover {
  transform: translateY(0px) scale(1.2);
  transition: ease all 0.6s;
}

.download-cat .card-header {
  background: #eaeaea;
  color: #000;
  cursor: pointer;
  border-bottom: 0px solid rgba(0, 0, 0, .125);
}

.download-cat .card-body {
  background: #fff;
  padding: 0px
}

.download-cat .card-body ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

.download-cat .card-body ul li {
  list-style-type: initial;
}

.accordion .card-header:after {
  font-family: 'FontAwesome';
  content: "\f068";
  float: right;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.accordion .card-header.collapsed:after {
  content: "\f067";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.download-cat .card {
  border: 0px;
}

.fixed-bg .bg-images img {
  position: fixed;
  top: 0px;
}

.owl-middlezoom .owl-stage-outer {
  z-index: 999;
}

.owl-middlezoom .owl-nav {
  z-index: 0;
}

.video-popup {
  position: relative;
}

.video-popup img {
  cursor: pointer;
}

.video-popup:before {
  content: "\f04b";
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  display: inline;
  border: 2px solid rgba(255, 255, 255, 0.6);
  padding: 9px 20px;
  border-radius: 100%;
  color: rgba(255, 255, 255, 0.6);
  font-size: 35px;
  cursor: pointer;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: ease all 0.5s;
}

.video-popup:hover:before {
  font-size: 45px;
  transition: ease all 0.5s;
  color: #fff;
  border-color: #fff;
  padding: 9px 23px;
}

.video-popup a {
  color: #1b9e95;
  font-size: 12px;
}

.video-popup p {
  color: #336ab4;
  padding: 10px 0px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.2rem;
}

.video-popup:hover p {
  color: #000;
}

.documents-required .ul-bullets {}

.documents-required .ul-bullets li {
  list-style-type: none;
  position: relative;
}

.documents-required .ul-bullets li:before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: -18px;
  color: #00c300;
  font-size: 12px;
  top: 3px;
}

.pressLink {}

.pressLink:after {
  content: "|";
  position: relative;
  padding: 0px 5px;
}

.pressLink:nth-last-child(1):after {
  content: "";
}

.sitemap-block ul {}

.sitemap-block ul li {}

.sitemap-block ul li a {
  color: #000;
  font-size: 12px;
}

.sitemap-block ul li a:hover {
  color: #1c9d96;
}

.sitemap-block h4 {
  margin-bottom: 10px;
}

.sitemap-block h4 a {
  font-size: 1.3rem;
  color: #18a790;
}

.sitemap-block h4 a:hover {
  color: #007bff;
}

.bg-vgradient {
  background: rgba(133, 63, 152, 1);
  background: -moz-linear-gradient(left, rgba(133, 63, 152, 1) 0%, rgba(184, 13, 130, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(133, 63, 152, 1)), color-stop(100%, rgba(184, 13, 130, 1)));
  background: -webkit-linear-gradient(left, rgba(133, 63, 152, 1) 0%, rgba(184, 13, 130, 1) 100%);
  background: -o-linear-gradient(left, rgba(133, 63, 152, 1) 0%, rgba(184, 13, 130, 1) 100%);
  background: -ms-linear-gradient(left, rgba(133, 63, 152, 1) 0%, rgba(184, 13, 130, 1) 100%);
  background: linear-gradient(to right, rgba(133, 63, 152, 1) 0%, rgba(184, 13, 130, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#853f98', endColorstr='#b80d82', GradientType=1);
}

.img-thumb {
  overflow: hidden;
  height: 200px;
  background: #ebebeb;
  box-shadow: 0px 2px 13px -6px #2d2d2d;
  transition: ease all 0.3s;
  position: relative;
  text-align: center;
}

.img-thumb:hover {
  -webkit-transform: translateY(-4px) scale(1.02);
  -moz-transform: translateY(-4px) scale(1.02);
  -ms-transform: translateY(-4px) scale(1.02);
  -o-transform: translateY(-4px) scale(1.02);
  transform: translateY(-4px) scale(1.02);
  -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
  box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
  cursor: pointer;
  transition: ease all 0.3s;
}

.img-thumb img {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}

.img-thumb:hover img {
  opacity: 0.4;
}

.img-thumb p {
  display: none
}

.img-thumb p em {
  font-style: normal;
  background: #fff;
  color: #000;
  padding: 5px 10px;
  border-radius: 2px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.33);
}

.img-thumb:hover p {
  position: absolute;
  display: block;
  font-style: normal;
  top: 50%;
  width: 100%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner-404-txt {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.epc-tabs .nav-tabs .nav-item.show .nav-link,
.epc-tabs .nav-tabs .nav-link.active {
  color: #fff !Important;
  border-color: #1a727f;
  background: -moz-linear-gradient(left, rgba(27, 159, 148, 1) 0%, rgba(49, 109, 179, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27, 159, 148, 1)), color-stop(100%, rgba(49, 109, 179, 1)));
  background: -webkit-linear-gradient(left, rgba(27, 159, 148, 1) 0%, rgba(49, 109, 179, 1) 100%);
  background: -o-linear-gradient(left, rgba(27, 159, 148, 1) 0%, rgba(49, 109, 179, 1) 100%);
  background: -ms-linear-gradient(left, rgba(27, 159, 148, 1) 0%, rgba(49, 109, 179, 1) 100%);
  background: linear-gradient(to right, rgba(27, 159, 148, 1) 0%, rgba(49, 109, 179, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b9f94', endColorstr='#316db3', GradientType=1);
}

.epc-tabs .nav-tabs .nav-link:focus,
.epc-tabs .nav-tabs .nav-link:hover {
  border-color: #1a727f;
}

.epc-tabs .nav-link {
  border: 1px solid #fff;
  background: #f1f1f1;
}

.epc-tabs .tab-pane {
  background: #fdfdfd;
}

.CTA h2 {
  font-size: 26px;
  color: #fff;
}

.CTA h2 span {
  float: right;
}

.btn-w-border {
  border: 2px solid #fff;
  color: #fff !important;
  transition: ease all 0.3s;
}

.btn-w-border:hover,
.btn-w-border:active,
.btn-w-border:focus {
  background: #fff;
  color: #000 !important;
  transition: ease all 0.3s;
}

.owl-middlezoom .col-lg-4>div img {
  width: 100%;
}