.banner-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  aspect-ratio: 4/1;
  position: relative;
}

body, .footer-list a{font-size:18px;}

p {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  font-weight: 400;
}
.text-icon-squared:hover p {
  color: #efefef;
}

.top-bar-area .contact-column .social-icon {
  margin-top: 6px;
  margin-bottom: 6px;
}
.top-bar-area .contact-column .social-icon li {
  display: inline-block;
}
.top-bar-area .contact-column .social-icon li a {
  display: inline-block;
  color: #999;
  margin-right: 15px;
  font-size: 16px;
  transition: .5s ease;
}
.thm-btn {
    right: unset;
}
.counter-area {
    margin: 3em;
}
.nivo-caption {
    background: #40bea030;
}
.nivo-directionNav {
    display: none;
}
.counter-box {
    display: block;
    background: #f6f6f6;
    padding: 40px 20px 37px;
    text-align: center
}
.hero-content h1,
.hero-content h4,
.hero-content h6 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.hero-content h1 {
    text-shadow: 1px 1px #aaaa;
}
.hero-content h4{
    font-size: 30px;
}
.hero-content h6 {
    font-size: 36px;
    margin-bottom: 1em;
}
.counter-box p {
    color: #333;
    font-size: 18px;
    font-weight: 500
}
.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #12b9a8;
    line-height: 28px;
    padding:10px;
}
.counter.plus:after {
    content: '+';
    padding:10px 5px;
}
.section-footer {
    padding-bottom: 3em;
    text-align: center;
}
.why-us .single-our-service {
    text-align: center;
    padding: 2em 0;
}
.why-us .single-our-service h4 {
  color: #292929;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 11px;
  margin-top: 17px;
  transition: all 0.5s ease 0s;
}
.text-icon-squared:hover a:hover {
  color: #fefefe;
}
.footer-main a:hover {
  color: #fff;
}
.footer-contact-info ul li .text-holder p {
  line-height: 22px;
}
.scroll-to-top {
  background: #40bea0;
  border: 2px solid #40bea0;
}
.contact-form-area button.thm-btn.bg-clr1 {
  background: #222 none repeat scroll 0 0;
  border: 2px solid transparent;
  line-height: 20px;
  padding: 13px 0;
  right: 0;
  width: 35%;
}
.contact-form-area .contact-form form button.dropdown-toggle,
.contact-form-area .contact-form form input[type="text"],
.contact-form-area .contact-form form input[type="email"],
.contact-form-area .contact-form form input[type="file"],
.contact-form-area .contact-form form textarea {
  border: 1px solid #dedede;
}
.contact-form-area .contact-form form .field-label {
  color: #808080;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 2px;
}
.contact-form-area .contact-form form .single-form {
  margin-bottom: 30px;
}
.contact-form-area .contact-form form button.dropdown-toggle {
  border-radius: 0;
  display: block;
  font-size: 16px;
  color: #909090;
  height: 55px;
  padding: 15px 20px;
  width: 100%;
  transition: all 500ms ease;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.contact-form-area .contact-form form button.dropdown-toggle:hover,
.contact-form-area .contact-form form button.dropdown-toggle:active,
.contact-form-area .contact-form form button.dropdown-toggle:focus,
.open > .dropdown-toggle.btn-default {
  background: none;
  outline: none !important;
}
.contact-form-area .contact-form form input[type="text"]:focus,
.contact-form-area .contact-form form input[type="email"]:focus,
.contact-form-area .contact-form form textarea:focus {
  border-color: #40bea0;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default:hover {
  border: 1px solid #40bea0 !important;
}

.contact-form-area .contact-form form input[type=file] {
  height: 55px;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
.contact-form-area .contact-form form input[type=file]:focus {
  border: 1px solid #40bea0 !important;
  box-shadow: none;
  outline: none;
}
.contact-form-area .contact-form form input[type=file]::file-selector-button {
  border-right: 1px solid #f4f4f4;
  background-color: #f4f4f4;
  color: #909090;
  border: 0px;
  height: 55px;
  padding: 15px 20px;
  margin-right: 20px;
  transition: .5s;
}
.contact-form-area .contact-form form input[type=file]::file-selector-button:hover {
  border-right: 1px solid #f4f4f4;
  border: 0px;
}
.contact-form-area .contact-form form .form-btn {
  text-align: center;
}

.panel-career {
  box-shadow: -15px 0 30px #eee;
  border-color: #fff;
  border-radius: 1em;
  margin: 2em;
  padding: 1em;
}
.panel-career .panel-heading h4 {
  font-size: 22px;
  font-weight: 700;
  color: #40bea0;
}
.panel-career .panel-body {
  max-height: 280px;
  overflow-y: scroll;
}
.panel-career .panel-body::-webkit-scrollbar {
  width: 5px;
}
.panel-career .panel-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.panel-career .panel-body::-webkit-scrollbar-thumb {
  background: #5ddcbe;
  border-radius: 5px;
}
.panel-career .panel-body::-webkit-scrollbar-thumb:hover {
  background: #40bea0;
} 
.panel-career .panel-footer {
  background-color: transparent;
  padding-top: 1em;
  border: none;
}
.modal-dialog {
  margin: 80px auto;
}
.modal-content {
  border-radius: 20px;
}
.modal-header {
  border-color: #fff;
}
.modal-header .close {
  color:#40bea0 !important;
  text-align: center;
  font-size: 24px;
}
.modal-body {
  padding: 2em;
}

/* Collapsible Sidebar */
.wrapper {
  display: flex;
  align-items: stretch;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #40bea0;
  color: #fff;
  transition: all 0.3s;
}

#sidebar a,
#sidebar a:hover,
#sidebar a:focus {
  color: inherit;
}

#sidebar.active {
  margin-left: -250px;
}

#sidebar .sidebar-header {
  padding: 1px;
  background: #292929;
  text-transform: uppercase;
}

#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #40bea0;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 16PX;
  display: block;
}

#sidebar ul li a:hover {
  color: #37aa8f;
  background: #fff;
}

#sidebar ul li.active > a,
#sidebar a[aria-expanded="true"] {
  color: #fff;
  background: #33957E;
}

#sidebar a[data-toggle="collapse"] {
  position: relative;
}

#sidebar a[aria-expanded="false"]::before,
#sidebar a[aria-expanded="true"]::before {
  content: '\e259';
  display: block;
  position: absolute;
  right: 20px;
  font-family: 'Glyphicons Halflings';
  font-size: 0.6em;
}

#sidebar a[aria-expanded="true"]::before {
  content: '\e260';
}

#sidebar ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #3EB79B;
}

#sidebar ul.CTAs {
  padding: 20px;
}

#sidebar ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

#sidebar a.download {
  background: #fff;
  color: #7386D5;
}

#sidebar a.article,
#sidebar a.article:hover {
  background: #40bea0 !important;
  color: #fff !important;
}
#content {
  position: relative;
  width: 100%;
}
#sidebar.active + #content {
  width: calc(100% - 250px);
}
.sidebar-toggle-btn {
  display: none;
  position: absolute;
  height: 40px;
  width: 20px;
  z-index: 10;
  border-radius: 0 3px 3px 0;
  background: #454545;
  color: #eee;
  margin: 1px 0;
}
.sidebar-toggle-btn.active {
  transform: rotate(180deg);
  left: -20px;
}
@media (max-width: 767px) {
  .banner-area {
    background-size: contain;
  }
  .header-contact-info {
    display: none;
  }
  #sidebar {
    margin-left: -250px;
  }
  #sidebar.active {
    margin-left: 0;
  }
  #sidebarCollapse span {
    display: none;
  }
  .sidebar-toggle-btn {
    display: block;
  }
}
@media (min-width: 768px) {
  #content {
    width: calc(100% - 250px);
  }
}
.news-item .overlay {
  height: 100%;
}
.news-item .overlay .box .top-box {
  padding: 2em;
}
.news-item .overlay .box .bottom-box {
  top: 2em;
}
/* Page Horizontal Nav Bar */
#pageNavSub {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}
#pageNavSub.show {
  visibility: visible;
  opacity: 1;
}
.page-horizontal-nav {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  min-height: 40px;
  background: #292929;
  border-radius: 0;
  position: relative;
  overflow-x: scroll;
  margin: 0;
}
.page-horizontal-nav.sub {
  background: #333;
  min-height: 30px;
}
.page-horizontal-nav::-webkit-scrollbar {
  display: none;
}
.page-horizontal-nav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #292929;
}
.page-horizontal-nav::-webkit-scrollbar-thumb {
  background-color: #40bea0;
  outline: 1px solid #40bea0;
}
.page-horizontal-nav .navbar-nav {
  height: 100%;
  display: flex;
  white-space: nowrap;
  float: left;
  padding: 0 20px;
  margin: 0;
}
.page-horizontal-nav .navbar-nav > li {
  float: left;
}
.page-horizontal-nav .navbar-nav > li > a {
  padding: 0;
  color: #fff;
  text-transform: uppercase;
}
.page-horizontal-nav.sub .navbar-nav > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 20px;
}
.page-horizontal-nav:not(.sub) .nav-item {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-horizontal-nav.sub .nav-item {
  padding: 0 15px;
}
.page-horizontal-nav .nav-item:hover {
  background: #fff;
}
.page-horizontal-nav .nav-item:hover a {
  color: #337ab7;
}
.sidebar-wrapper {
  border-left: 1px solid #f7f7f7;
  padding-left: 1em;
}
.sidebar-wrapper.linkedin {
    display: none;
}
@media (min-width: 992px) {
    .sidebar-wrapper.linkedin {
      display: block;
      padding: 100px 15px 0 15px;
      background-image: url(../images/linkedin-head.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center top; 
    }
}
@media (min-width: 1200px) {
    .sidebar-wrapper.linkedin {
      padding: 80px 15px 0 15px;
    }
}
@media (min-width: 1400px) {
    .sidebar-wrapper.linkedin {
      padding: 120px 20px 0 20px;
    }
}
.single-static-page {
  padding: 2em;
}
iframe.contact-map {
	width: 100%;
	height: auto;
    border: none;
	border-bottom: 1em solid #3baed4;
}
.aligned-row {
  display: flex;
  flex-flow: row wrap;
}
.aligned-row > div {
  display: flex;
  flex-flow: row wrap-reverse;
}
.footer-contact-info .title > h4 {
  color: #fff;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  font-size: 24px;
  padding: 10px 0;
}
.single-static-page ul.gallery-filter li {
  display: inline-block;
}
@media (max-width: 767px) {
    .aligned-row > div {
      flex-flow: row wrap;
    }
    iframe.contact-map {
	  border-bottom: none;
	  border-top: 1em solid #3baed4;
    }
}
.media-icon .media-left {
    min-width: 45px;
    padding: 10px 0;
}
.media-icon .media-left img.media-object {
    width: 36px;
    height: 36px;
    padding: 4px;
    border-radius: 18px;
    border: 1px solid #40bea0;
    box-shadow: 1px 1px 3px #ddd;
}
.media-icon .media-body h4 {
    color: #888;
    font-size: 16px;
    padding-top: 15px;
}

.map-title {
    border-top: 2px solid #40bea0;
    text-align: left;
    margin-bottom: 0;
}
.map-wrapper {
    margin: auto;
    width: 100vw;
    height: 100vw;
    max-width: 1000px;
    max-height: 1000px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/map/map.webp');
}
.map-wrapper .marker {
    position: absolute;
    transform: translate(-24px,-44px);
    max-width: 320px;
    padding: 20px 10px 20px 40px;
    border-radius: 5px;
    background-color: unset;
    border: none;
}
.map-wrapper .marker .head {
    text-transform: uppercase;
    text-shadow: 1px 1px 5px #3333;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
}
.map-wrapper .marker .body {
    display: none;
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid #fff;
    transition: all 3s ease;
}
.map-wrapper .marker.active {
    background-color: #40bea0;
    box-shadow: 1px 1px 10px #ddd;
    z-index: 10;
}
.map-wrapper .marker.active .head {
    color: #fff;
    z-index: 11;
}
.map-wrapper .marker.active .body {
    display: block;
}
.map-wrapper .marker .head::before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/map/marker.png');
    position: absolute;
    left: 10px;
}
.map-wrapper .marker .close {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all 200ms;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px;
}
.map-wrapper .marker.active .close {
    display: block;
}
@media (max-width: 767px) {
    .map-wrapper {
      margin-left: -15px;
      margin-right: -15px;
    }
    .map-wrapper .marker:not(.active) {
      transform: translate(-16px,-36px);
      padding: 20px 10px 20px 24px;
    }
    .map-wrapper .marker:not(.active) .head {
      font-size: 10px;
    }
    .map-wrapper .marker:not(.active) .head::before {
      width: 12px;
      height: 12px;
    }
    .map-wrapper .marker.active {
      left: 0 !important;
      top: 0 !important;
      transform: translate(0,0);
      max-width: initial;
      margin-left: 15px;
      margin-right: 15px;
      min-height: 100%;
    }
}

.bg-clr1 {
    background: #40bea0 !important;
    color: #fff;
}

.mainmenu-area .right-column {
    background: #40bea0 none repeat scroll 0 0;}

    .main-menu .navigation li.active > a {
    color: #40bea0;
}

a {
    color: #12b9a8;
}

.call-out2 {
    background: #40bea0 none repeat scroll 0 0;
}

.call-out2 .thm-btn:hover {
    color: #40bea0;
}

.footer-main .contact-column button {
    background: #3fbea0 none repeat scroll 0 0;}

.footer-main .post-column .post-info {
    color: #3ebfa0;
    font-size: 15px;
}

.footer-menu a:hover {
    color: #3fbea0;
}

.brand-logo .owl-theme .owl-next span:hover {
    color: #fff;
    background-color: #40bea0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.thm-btn:hover {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #40bea0;
    color: #ffffff;
}

.hero-content a:hover {
    background-color: #40bea0;
    border-color: #40bea0;
    color: #fff;
}

.top-bar-area p i {
    color: #ffffff;
    margin-right: 8px;
}

.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a {
    color: #40bea0;
    opacity: 1;
}

.thm-color {
    color: #40bea0;
}

ul.gallery-filter li:hover span, ul.gallery-filter li.active span {
    color: #0aae9e;
}
.single-project-item .overlay .box .bottom-box ul li a {
    background: #40bea0 none repeat scroll 0 0;}

    .single-project-item .overlay .box .top-box {
    background: #40bea0 none repeat scroll 0 0;}

    .main-menu .navigation > li > ul > li:hover > a {
    color: #0aae9e;
}
.footer-contact-info {
    background: #40bea0 none repeat scroll 0 0;
    border: 1px solid #40bea0;
  }

  .footer-contact-info ul li .iocn-holder span {
    color: #40bea0;
}

iframe.contact-map {
    border-bottom: 1em solid #40bea0;
}

.footer-widget.iframe-wrap {
  padding: 10px 0 10px 5px;
  border-radius:5px;
  background-color: #fff;
}
iframe.sk-ww-linkedin-page-post {
  padding: 0;
}

/* Youtube video full-width, autoplay, loop */
.video-section .wrap {
  position: relative;
  height: auto;
  margin-left: -15px;
  margin-right: -15px;
}

.video-section .video-bg {
  position: relative;
  width: 100vw;
  aspect-ratio: 853/480; /* used as per youtube video */
  background: #fff;
  overflow: hidden;
}

.video-section .video-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-opacity='0.3' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

.video-section .video-bg iframe {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}


p.commm {
    padding: 15px 15px 0;
}
.imagee img {
    text-align: center;
    display: block;
    margin: 0 auto;     padding: 32px 0;
}

.col-sm-3.complianceice {
    padding: 0;
}


.boxess {
    padding: 17px 10px 26px 15px;
}

.complianceice h3{
    margin: 0;}

.complianceice h3 a {
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 20px 0;
    display: block;
}

.complianceice h3 a:hover {
    text-decoration: none;
}


.accordion-box .accordion .accord-btn.active {
    background: rgb(64 190 160) none repeat scroll 0 0;
}
.accordion-box .accordion .accord-btn.active h4 {
    color: #ffffff;
}

.accordion-box .accordion .accord-btn {
    padding: 1px 20px 12px; 
}

.accordion-box .accordion .accord-btn.active:after {
    content: '\f068';
    color: #ffffff;
    background: #40bd9f;
}

.accordion-box .accordion .accord-btn::after {
    background: #000000 none repeat scroll 0 0;}

    .accordion-box .accordion .accord-content p {
    color: #000000;
    line-height: 28px;
    margin: 0;
}

.accordion-box {
    padding: 10px 0;
}

.secnd-image img.fr-fic.fr-dib.fr-fil {
    margin: -12px 0 0;
}

/* blogs pagination */
.pagination > li > a,
.pagination > li > span {
  color: #40bd9f;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #40bd9f;
  border-color: #40bd9f;
}