/* Colors */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600;800;900&display=swap;&family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("../modules/owlcarousel/assets/owl.carousel.min.css");
@import url("../modules/bootstrap/css/bootstrap.min.css");
@import url("../modules/font-awesome/css/font-awesome.min.css");
@import url("../css/animate.css");
@media (min-width: 1500px) {
  .container1 {
    max-width: 1360px; } }
@media (min-width: 1300px) and (max-width: 1599px) {
  .container1 {
    max-width: 1260px; } }

p {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px; }
  @media (max-width: 575px) {
    p {
      font-size: 14px;
      line-height: 18px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    p {
      font-size: 15px;
      line-height: 19px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    p {
      font-size: 16px;
      line-height: 20px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    p {
      font-size: 17px;
      line-height: 21px; } }

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300; }
  @media (max-width: 991px) {
    body {
      /* padding-top: 66px; */ }
      body.mobile-menu {
        overflow: hidden; } }

select:hover, select:focus,
input:hover,
input:focus,
textarea:hover,
textarea:focus {
  outline: none; }

h1,
h2,
h3,
h4,
h5,
h6,
.mon {
  font-family: 'Montserrat', sans-serif; }

a:hover, a:focus,
button:hover,
button:focus {
  outline: none;
  text-decoration: none; }

img {
  max-width: 100%; }

.owl-carousel .owl-item img {
  width: auto; }

/* Header */
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  padding-left: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  @media (max-width: 991px) {
    .main-header {
      padding: 10px 15px; } }
  .main-header .navbar-brand img {
    height: 38px; }
  .main-header .navbar-toggler {
    position: absolute;
    border-radius: 0;
    right: 0;
    border: none;
    height: 1px;
    background: #00984A;
    width: 34px;
    padding: 0;
    transition: .5s;
    z-index: 99999; }
    .main-header .navbar-toggler:hover, .main-header .navbar-toggler:focus {
      outline: none; }
    .main-header .navbar-toggler:before, .main-header .navbar-toggler:after {
      content: "";
      position: absolute;
      top: -10px;
      width: 100%;
      height: 1px;
      background: #00984A;
      left: 0; }
    .main-header .navbar-toggler:after {
      top: auto;
      bottom: -10px; }
    .main-header .navbar-toggler.active {
      background: transparent;
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
      .main-header .navbar-toggler.active:before {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0; }
      .main-header .navbar-toggler.active:after {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0; }
    .main-header .navbar-toggler i {
      width: 34px;
      height: 30px;
      display: block;
      top: -15px;
      position: relative; }
  .main-header .navbar .logo-padd {
    padding-left: 70px; }
    @media (max-width: 991px) {
      .main-header .navbar .logo-padd {
        padding-left: 0px; } }
    @media (min-width: 1300px) and (max-width: 1599px) {
      .main-header .navbar .logo-padd {
        padding-left: 40px; } }
  @media (max-width: 991px) {
    .main-header .navbar .collapse {
      position: fixed;
      display: block;
      width: 100%;
      left: 0;
      background: #FFFFFF;
      top: 69px;
      height: calc(100vh - 69px);
      visibility: hidden;
      opacity: 0;
      overflow: auto;
      -o-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      .main-header .navbar .collapse.active {
        opacity: 1;
        visibility: visible; } }
  @media (max-width: 991px) {
    .main-header .navbar .collapse .navbar-nav {
      display: block; } }
  .main-header .navbar .collapse .navbar-nav .dropdown-menu .nav-item {
    margin-top: 0px !important; }
  .main-header .navbar .collapse .navbar-nav .nav-item {
    margin: 40px 32px 5px;
    position: relative; }
    @media screen and (max-width: 1199px) {
      .main-header .navbar .collapse .navbar-nav .nav-item {
        margin: 40px 21px 5px; } }
    @media (max-width: 991px) {
      .main-header .navbar .collapse .navbar-nav .nav-item {
        border-bottom: 1px solid #ccc;
        display: block;
        margin-top: 0px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .main-header .navbar .collapse .navbar-nav .nav-item {
        margin-top: 32px; } }
    .main-header .navbar .collapse .navbar-nav .nav-item:last-child {
      margin-left: 32px;
      margin-right: 32px; }
      @media (max-width: 991px) {
        .main-header .navbar .collapse .navbar-nav .nav-item:last-child {
          margin-left: 21px;
          margin-right: 21px; } }
    .main-header .navbar .collapse .navbar-nav .nav-item .nav-link {
      font-weight: 600;
      font-size: 16px;
      line-height: 130%;
      color: #FFFFFF;
      padding: 0; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .main-header .navbar .collapse .navbar-nav .nav-item .nav-link {
          font-size: 14px; } }
      @media (max-width: 991px) {
        .main-header .navbar .collapse .navbar-nav .nav-item .nav-link {
          padding: 15px 0;
          color: #000; } }
      .main-header .navbar .collapse .navbar-nav .nav-item .nav-link.nav-btn {
        padding: 42px 30px;
        background-color: #00984A; }
        @media (min-width: 1500px) {
          .main-header .navbar .collapse .navbar-nav .nav-item .nav-link.nav-btn {
            padding: 42px 30px; } }
        @media (min-width: 1300px) and (max-width: 1599px) {
          .main-header .navbar .collapse .navbar-nav .nav-item .nav-link.nav-btn {
            padding: 42px 30px; } }
        @media (max-width: 991px) {
          .main-header .navbar .collapse .navbar-nav .nav-item .nav-link.nav-btn {
            display: block;
            padding: 15px 30px;
            color: #FFFFFF; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .main-header .navbar .collapse .navbar-nav .nav-item .nav-link.nav-btn {
            padding: 38px 25px; } }
    @media (max-width: 991px) {
      .main-header .navbar .collapse .navbar-nav .nav-item ul.dropdown-menu .nav-item {
        border-bottom: 0px;
        margin-left: 0px;
        margin-bottom: 0px;
        padding-left: 10px; } }
    .main-header .navbar .collapse .navbar-nav .nav-item ul.dropdown-menu .nav-item .nav-link {
      color: #000 !important;
      padding: 10px 0px; }
    @media (max-width: 991px) {
      .main-header .navbar .collapse .navbar-nav .nav-item .dropdown-menu .nav-item {
        border-bottom: 0px;
        margin-left: 0px;
        margin-bottom: 0px;
        padding-left: 10px; } }
    .main-header .navbar .collapse .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
      color: #000 !important;
      padding: 10px 0px; }
    .main-header .navbar .collapse .navbar-nav .nav-item ul .dropdown-menu .nav-item {
      margin-top: 0px !important; }
  .main-header .navbar .collapse .navbar-nav .bdr-none {
    border-bottom: 0px solid #fff; }

.ui-menu-inner {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  top: 99px; }
  .ui-menu-inner .custom-container {
    max-width: 1330px;
    margin: 0 auto; }
  @media screen and (max-width: 991px) {
    .ui-menu-inner {
      position: static;
      padding: 10px 10px 30px 10px; } }
  @media screen and (max-width: 1199px) {
    .ui-menu-inner {
      top: 90px; } }

.ui-small-inner {
  display: none;
  position: absolute;
  left: -60px;
  background-color: #fff;
  padding: 42px 20px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
  width: 207px;
  top: 59px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }
  @media screen and (max-width: 1199px) {
    .ui-small-inner {
      top: 58px; } }
  @media screen and (max-width: 991px) {
    .ui-small-inner {
      position: static;
      width: 100%;
      box-shadow: none;
      padding: 10px 10px 30px 10px; } }

@media screen and (min-width: 992px) {
  .ui-menu:hover .ui-menu-inner {
    display: block; }
  .ui-menu:hover .ui-small-inner {
    display: block; } }
.menu-cc {
  background-color: #fff;
  padding: 42px 40px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 991px) {
    .menu-cc {
      padding: 0;
      box-shadow: none; } }

.navbar-collapse .navbar-nav :last-of-type .ui-small-inner {
  left: auto;
  right: 30px; }
.navbar-collapse .navbar-nav :last-of-type .ui-small-inner {
  left: auto;
  right: 0px; }

.top-l1:hover {
  color: #00984A; }

.top-l2 {
  font-size: 16px;
  color: #00984A;
  margin-bottom: 27px;
  font-weight: bold;
  display: block;
  cursor: default; }
  .top-l2:hover {
    color: #00984A; }
  @media screen and (max-width: 991px) {
    .top-l2 {
      margin-bottom: 15px; } }

.top-l3 {
  color: #000000;
  display: inline-block;
  margin-bottom: 17px;
  font-weight: 400;
  position: relative; }
  .top-l3:before {
    content: "";
    background: #fff;
    transition: 0.9s;
    height: 4px;
    position: absolute;
    width: 0;
    bottom: -12px;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 50%; }
  .top-l3:hover {
    color: #00984A; }
  .top-l3.active:before, .top-l3:hover:before {
    left: 0;
    width: 100%;
    background: #00984A; }
  @media screen and (max-width: 991px) {
    .top-l3 {
      margin-bottom: 10px;
      padding-left: 10px;
      font-size: 14px; } }

.dropdown_mega_out {
  position: fixed;
  z-index: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 0;
  opacity: 0; }

.large-menu.active .ui-menu-inner {
  display: block; }
.large-menu.active .ui-small-inner {
  display: block; }

.main-header.active {
  background-color: #f00; }

.list-style-none {
  padding-left: 0;
  list-style: none; }

/* Main Banner */
.main-banner {
  position: relative; }
  .main-banner .btn-learn-more {
    background-color: #00984A;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 154px;
    padding: 8px 40px 8px 44px; }
    .main-banner .btn-learn-more:hover span {
      color: #00984A;
      background-image: url("data:image/svg+xml,%3Csvg width='28' height='37' viewBox='0 0 28 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5.96484V13.3382L27.0113 28.9328V21.5594L0 5.96484Z' fill='%2300984A'/%3E%3Cpath d='M14.3433 0V7.3722L27.0113 14.6855V7.31334L14.3433 0Z' fill='%2300984A'/%3E%3Cpath d='M14.3433 36.336V28.9626L0 20.6814V28.0548L14.3433 36.336Z' fill='%2300984A'/%3E%3C/svg%3E");
      transition: all .5s ease; }
    .main-banner .btn-learn-more span {
      font-weight: 500;
      font-size: 18px;
      line-height: 110%;
      color: #FFFFFF;
      background-image: url("data:image/svg+xml,%3Csvg width='28' height='37' viewBox='0 0 28 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5.96484V13.3382L27.0113 28.9328V21.5594L0 5.96484Z' fill='%23FFFFFF'/%3E%3Cpath d='M14.3433 0V7.3722L27.0113 14.6855V7.31334L14.3433 0Z' fill='%23FFFFFF'/%3E%3Cpath d='M14.3433 36.336V28.9626L0 20.6814V28.0548L14.3433 36.336Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: left center;
      padding: 20px 0;
      padding-left: 40px;
      display: inline-block; }
      @media (min-width: 1300px) and (max-width: 1599px) {
        .main-banner .btn-learn-more span {
          font-size: 16px; } }
    @media (min-width: 1500px) {
      .main-banner .btn-learn-more {
        padding: 8px 40px 8px 44px; } }
    .main-banner .btn-learn-more:hover {
      background-color: #fff; }
    @media (max-width: 575px) {
      .main-banner .btn-learn-more {
        position: static;
        display: block;
        padding: 5px;
        text-align: center; }
        .main-banner .btn-learn-more span {
          padding-top: 15px;
          padding-bottom: 15px;
          background-size: 25px;
          font-size: 16px; } }
    @media (min-width: 576px) and (max-width: 767px) {
      .main-banner .btn-learn-more {
        padding: 5px 20px;
        bottom: 10px; }
        .main-banner .btn-learn-more span {
          padding-top: 15px;
          padding-bottom: 15px;
          background-size: 25px;
          font-size: 14px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .main-banner .btn-learn-more {
        bottom: 30px;
        padding-left: 25px;
        padding-right: 25px; }
        .main-banner .btn-learn-more span {
          padding-top: 15px;
          padding-bottom: 15px;
          background-size: 25px;
          font-size: 14px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .main-banner .btn-learn-more {
        padding: 8px 30px 8px 34px;
        bottom: 50px; }
        .main-banner .btn-learn-more span {
          padding-top: 15px;
          padding-bottom: 15px;
          font-size: 14px; } }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .main-banner .btn-learn-more {
        bottom: 70px; } }
  .main-banner .owl-carousel:not(.owl-loaded) {
    display: block; }
    .main-banner .owl-carousel:not(.owl-loaded) .item {
      display: none; }
      .main-banner .owl-carousel:not(.owl-loaded) .item:first-child {
        display: block; }
  .main-banner .owl-carousel .owl-stage {
    display: block; }
    .main-banner .owl-carousel .owl-stage .item {
      height: 100%; }
  .main-banner .owl-carousel .banner-con {
    height: 800px;
    background-color: black;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 270px;
    min-height: 100%; }
    @media (max-width: 767px) {
      .main-banner .owl-carousel .banner-con {
        height: auto;
        padding-top: 120px;
        padding-bottom: 40px; } }
    @media (min-width: 576px) and (max-width: 767px) {
      .main-banner .owl-carousel .banner-con {
        padding-bottom: 100px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .main-banner .owl-carousel .banner-con {
        height: inherit;
        padding-top: 180px;
        padding-bottom: 120px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .main-banner .owl-carousel .banner-con {
        padding-top: 220px;
        padding-bottom: 220px;
        height: inherit; } }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .main-banner .owl-carousel .banner-con {
        padding-top: 220px;
        height: 700px; } }
    .main-banner .owl-carousel .banner-con::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3Csvg width='409' height='478' viewBox='0 0 409 478' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 98.519V220.262L446.061 477.809V356.046L0 98.519Z' fill='white' fill-opacity='0.03'/%3E%3Cpath d='M236.863 -7.62939e-05V121.763L446.061 242.534V120.771L236.863 -7.62939e-05Z' fill='white' fill-opacity='0.03'/%3E%3C/svg%3E%0A");
      background-position: right 50%; }
    .main-banner .owl-carousel .banner-con .container {
      position: relative;
      z-index: 4; }
    @media (max-width: 767px) {
      .main-banner .owl-carousel .banner-con .media {
        display: block; } }
    .main-banner .owl-carousel .banner-con .media .media-con {
      padding-right: 50px;
      margin-right: 50px;
      border-right: 1px solid rgba(255, 255, 255, 0.7);
      padding-top: 30px;
      padding-bottom: 30px;
      min-width: 530px; }
      @media (max-width: 991px) {
        .main-banner .owl-carousel .banner-con .media .media-con {
          min-width: inherit;
          margin: 0;
          padding: 0;
          padding-bottom: 25px;
          margin-bottom: 25px;
          border-right: 0;
          border-bottom: 1px solid rgba(255, 255, 255, 0.7); } }
      @media (min-width: 1200px) and (max-width: 1400px) {
        .main-banner .owl-carousel .banner-con .media .media-con {
          padding-right: 30px !important;
          min-width: 300px !important; } }
      @media (min-width: 1300px) and (max-width: 1400px) {
        .main-banner .owl-carousel .banner-con .media .media-con {
          padding-right: 30px !important; } }
      @media (min-width: 1300px) and (max-width: 1599px) {
        .main-banner .owl-carousel .banner-con .media .media-con {
          min-width: 300px !important; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .main-banner .owl-carousel .banner-con .media .media-con {
          min-width: 300px !important; } }
    @media (min-width: 576px) and (max-width: 767px) {
      .main-banner .owl-carousel .banner-con .media {
        padding-left: 150px;
        text-align: right; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .main-banner .owl-carousel .banner-con .media {
        display: block; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .main-banner .owl-carousel .banner-con .media {
        padding-left: 180px; } }
    .main-banner .owl-carousel .banner-con .tnsm {
      font-weight: 300;
      font-size: 41px;
      color: #ffffff;
      display: block; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .main-banner .owl-carousel .banner-con .tnsm {
          font-size: 35px; } }
      @media (max-width: 575px) {
        .main-banner .owl-carousel .banner-con .tnsm {
          font-size: 21px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .main-banner .owl-carousel .banner-con .tnsm {
          font-size: 30px; } }
      @media (min-width: 1300px) and (max-width: 1599px) {
        .main-banner .owl-carousel .banner-con .tnsm {
          font-size: 36px; } }
    .main-banner .owl-carousel .banner-con h1 {
      font-weight: 900;
      font-size: 64px;
      line-height: 110%;
      color: #FFFFFF;
      margin-bottom: 3px; }
      @media (max-width: 575px) {
        .main-banner .owl-carousel .banner-con h1 {
          font-size: 32px; } }
      @media (max-width: 767px) {
        .main-banner .owl-carousel .banner-con h1 {
          font-size: 36px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .main-banner .owl-carousel .banner-con h1 {
          font-size: 46px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .main-banner .owl-carousel .banner-con h1 {
          font-size: 50px; } }
      @media (min-width: 1300px) and (max-width: 1599px) {
        .main-banner .owl-carousel .banner-con h1 {
          font-size: 64px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .main-banner .owl-carousel .banner-con h1 {
          font-size: 35px; } }
    .main-banner .owl-carousel .banner-con p {
      font-weight: normal;
      font-size: 21px;
      line-height: 150%;
      color: #FFFFFF;
      margin: 0;
      text-align: left; }
      @media (max-width: 575px) {
        .main-banner .owl-carousel .banner-con p {
          font-size: 16px; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .main-banner .owl-carousel .banner-con p {
          font-size: 18px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .main-banner .owl-carousel .banner-con p {
          font-size: 19px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .main-banner .owl-carousel .banner-con p {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .main-banner .owl-carousel .banner-con p {
          min-height: 108px; } }
  .main-banner .home-links {
    bottom: 110px;
    left: 70px;
    position: absolute;
    z-index: 4; }
    @media (min-width: 576px) and (max-width: 767px) {
      .main-banner .home-links {
        left: 30px; } }
    @media (max-width: 575px) {
      .main-banner .home-links {
        display: none; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .main-banner .home-links {
        left: 30px;
        bottom: 100px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .main-banner .home-links {
        left: 40px;
        bottom: 60px; } }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .main-banner .home-links {
        bottom: 40px; } }
    .main-banner .home-links li {
      margin-top: 25px;
      position: relative; }
      @media (min-width: 1300px) and (max-width: 1599px) {
        .main-banner .home-links li {
          margin-top: 20px; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .main-banner .home-links li {
          margin-top: 10px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .main-banner .home-links li {
          margin-top: 15px; } }
      .main-banner .home-links li::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 50%;
        width: 0;
        height: 1px;
        background-color: #00984A;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
      .main-banner .home-links li.active:before {
        left: -70px;
        width: 70px; }
      .main-banner .home-links li:hover:before {
        left: -70px;
        width: 70px; }
      .main-banner .home-links li a {
        font-weight: 600;
        font-size: 14px;
        line-height: 130%;
        text-transform: uppercase;
        color: #FFFFFF;
        text-align: center;
        display: inline-block;
        padding: 5px 15px;
        position: relative; }
        @media (min-width: 576px) and (max-width: 767px) {
          .main-banner .home-links li a {
            font-size: 13px;
            padding: 5px 10px; } }
        .main-banner .home-links li a.active {
          background-color: #00984A; }
          .main-banner .home-links li a.active::before, .main-banner .home-links li a.active::after {
            content: "";
            position: absolute;
            border-left: 0px solid #00984A;
            border-top: 28px solid #00984A;
            border-bottom: 14px solid transparent;
            border-right: 14px solid transparent;
            height: 28px;
            width: 14px;
            top: 0;
            right: -14px; }
          .main-banner .home-links li a.active::before {
            right: auto;
            left: -14px;
            border-right: 0px solid #00984A;
            border-bottom: 28px solid #00984A;
            border-top: 14px solid transparent;
            border-left: 14px solid transparent;
            bottom: 0;
            top: auto; }
        .main-banner .home-links li a:hover {
          background-color: #00984A; }
          .main-banner .home-links li a:hover::before, .main-banner .home-links li a:hover::after {
            content: "";
            position: absolute;
            border-left: 0px solid #00984A;
            border-top: 28px solid #00984A;
            border-bottom: 14px solid transparent;
            border-right: 14px solid transparent;
            height: 28px;
            width: 14px;
            top: 0;
            right: -14px; }
          .main-banner .home-links li a:hover::before {
            right: auto;
            left: -14px;
            border-right: 0px solid #00984A;
            border-bottom: 28px solid #00984A;
            border-top: 14px solid transparent;
            border-left: 14px solid transparent;
            bottom: 0;
            top: auto; }

/* Clients */
.section-clients {
  background-color: #F9F9F9;
  border-bottom: 1px solid #D7D7D7;
  padding: 40px 0; }
  @media (max-width: 767px) {
    .section-clients {
      padding: 30px 0 0px; } }
  .section-clients .owl-carousel .item .row {
    height: 145px;
    text-align: center; }
    .section-clients .owl-carousel .item .row img {
      display: inline-block; }

.section-services {
  padding: 100px 0px; }
  @media (max-width: 767px) {
    .section-services {
      padding: 50px 0px; } }
  .section-services h4 {
    font-size: 21px; }
    @media (max-width: 991px) {
      .section-services h4 {
        font-size: 17px; } }
  .section-services p {
    font-size: 16px;
    min-height: 70px;
    margin-top: 16px;
    color: #12121C;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .section-services p {
        font-size: 14px; } }
  .section-services .sebox {
    padding-right: 40px; }
    @media (max-width: 767px) {
      .section-services .sebox {
        padding-right: 0px !important; } }
    .section-services .sebox span {
      padding-left: 20px; }
  .section-services .sebox-img {
    margin-bottom: 40px; }
  .section-services .se-box-wrp:hover {
    background-color: #00984A; }
  .section-services .se-box-wrp {
    margin: 0px 25px 0px 0px;
    padding: 30px 0px 30px 50px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .section-services .se-box-wrp {
        margin: 0px 0px 0px 0px; } }
    @media (max-width: 991px) {
      .section-services .se-box-wrp {
        padding: 30px 0px 30px 30px;
        margin: 0px 0px 0px 0px; } }
    @media (min-width: 1300px) and (max-width: 1599px) {
      .section-services .se-box-wrp {
        padding: 30px 0px 30px 15px; } }
    @media (max-width: 767px) {
      .section-services .se-box-wrp {
        padding: 30px 0px 30px 0px;
        text-align: center; } }

.container--0 {
  max-width: 1440px; }

.container--1 {
  max-width: 1345px; }
  @media (min-width: 1300px) and (max-width: 1599px) {
    .container--1 {
      max-width: 1160px;
      min-width: 1250px; } }
  @media (max-width: 991px) {
    .container--1 {
      max-width: 1060px; } }

.container--2 {
  max-width: 1275px; }

.btn-sm-1 {
  padding: 12px 20px;
  background-color: #00984a;
  color: #fff; }
  .btn-sm-1:hover {
    color: #fff; }

.se-box-wrp {
  position: relative;
  float: left; }
  .se-box-wrp .hoverImg {
    display: none;
    background-color: #00984a;
    width: 100%;
    cursor: pointer; }
    .se-box-wrp .hoverImg .sebox h4 {
      color: #fff; }
    .se-box-wrp .hoverImg .sebox p {
      color: #fff; }
    .se-box-wrp .hoverImg::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-image: url("../svg/back-layer.svg");
      background-position: right 50%; }

.se-box-wrp:hover .hoverImg {
  display: block; }

.se-box-wrp:hover .imageInn {
  display: none; }

.footer-section {
  padding-top: 80px !important;
  padding: 70px;
  border-top: 1px solid #D7D7D7; }
  @media (max-width: 767px) {
    .footer-section {
      padding: 20px 0; } }
  @media (max-width: 767px) {
    .footer-section .footer-logo {
      margin-bottom: 30px; } }

@media (max-width: 767px) {
  .footer-section .foot-social {
    margin-top: 20px;
    padding-left: 0px; } }

.footer-section .foot-social li {
  display: inline-block; }

.footer-section .foot-social li a {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  width: 30px;
  height: 30px;
  background-color: #00984A;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  padding: 0px; }

.footer-section .foot-social {
  padding-left: 0px; }

.footer-text .l-1 {
  color: #000000;
  font-size: 14px;
  font-weight: 600; }

@media (max-width: 767px) {
  .footer-bottom-space {
    margin-bottom: 10px; } }

.footer-text ul.l-2 li a {
  color: #000000;
  font-size: 13px; }
  .footer-text ul.l-2 li a.active, .footer-text ul.l-2 li a:hover {
    color: #00984A; }

.footer-text ul.l-2 {
  list-style-type: none;
  margin-top: 15px;
  padding-left: 15px; }
  @media screen and (max-width: 1250px) {
    .footer-text ul.l-2 {
      padding-left: 0; } }

.footer-logo-text {
  margin-top: 50px; }

.footer-logo-text p {
  font-size: 12px;
  color: #868686;
  font-weight: 300; }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .footer-logo-text p {
      font-size: 10px; } }

.footer-section {
  position: relative; }

.footer-section .logo-back {
  position: absolute;
  left: 30%;
  top: 15px;
  background-image: url(../img/footer-logo-back.svg);
  background-repeat: no-repeat;
  width: 288px;
  height: 253px;
  opacity: 0.5; }
  @media (max-width: 767px) {
    .footer-section .logo-back {
      width: 100%;
      right: 0px;
      left: 0px;
      display: none; } }

.news-section {
  padding-left: 12%;
  padding-top: 95px;
  padding-bottom: 200px;
  background-position: bottom left; }
  @media (max-width: 991px) {
    .news-section {
      padding-bottom: 50px;
      padding-top: 50px;
      padding-left: 5%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .news-section {
      padding-bottom: 50px;
      padding-top: 50px;
      padding-left: 5%; } }
  @media (min-width: 1300px) and (max-width: 1599px) {
    .news-section {
      padding-left: 5%;
      padding-bottom: 150px; } }
  @media (max-width: 767px) {
    .news-section {
      padding-left: 5%;
      padding-right: 5%;
      text-align: center; } }

.news-section {
  position: relative; }

.news-section .logo-back {
  position: absolute;
  background-image: url(../img/green-layer.svg);
  background-repeat: no-repeat;
  width: 316px;
  height: 424px;
  left: 0px;
  bottom: 85px;
  z-index: -999; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .news-section .logo-back {
      display: none; } }

.news-title h4 {
  font-size: 36px;
  font-weight: 900;
  color: #404040; }
  @media (max-width: 767px) {
    .news-title h4 {
      font-size: 24px;
      text-align: center;
      margin-bottom: 50px; } }

.news-inner-section {
  margin-top: 75px; }

.owl-stage {
  padding-left: 0px !important; }

.news-inner-section {
  border: 1px solid #CBCBCB;
  margin-right: 45px;
  background-color: #fff; }
  @media (max-width: 575px) {
    .news-inner-section {
      margin-right: 0px !important; } }
  @media (max-width: 767px) {
    .news-inner-section {
      margin-right: 30px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .news-inner-section {
      margin-right: 20px; } }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .news-inner-section {
      margin-right: 25px; } }
  @media (min-width: 1300px) and (max-width: 1599px) {
    .news-inner-section {
      margin-right: 30px; } }

.news-text {
  padding: 42px 60px 54px 40px; }
  @media (max-width: 767px) {
    .news-text {
      padding: 30px; } }
  @media (max-width: 991px) {
    .news-text {
      padding: 20px 25px 20px 15px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .news-text {
      padding: 20px 25px 20px 15px; } }
  @media (min-width: 1300px) and (max-width: 1599px) {
    .news-text {
      padding: 42px 20px 30px 30px; } }

.read-more {
  border-top: 1px solid #CBCBCB;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .read-more {
      margin-top: 0px; } }
  @media (min-width: 1300px) and (max-width: 1599px) {
    .read-more {
      margin-top: 0px; } }

.read-more p {
  margin-bottom: 0px; }

.button-green {
  background-color: #00984A;
  padding: 29px; }
  @media (min-width: 1300px) and (max-width: 1599px) {
    .button-green {
      padding: 25px 0px; } }
  @media (max-width: 767px) {
    .button-green {
      padding: 29px 0px;
      padding-left: 15px; } }
  @media (max-width: 991px) {
    .button-green {
      padding: 29px 0px;
      padding-left: 15px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .button-green {
      padding: 29px 0px;
      padding-left: 15px; } }
  @media (min-width: 1300px) and (max-width: 1599px) {
    .button-green img {
      margin: 0px 15px; } }

.button-green img {
  width: 20px; }

.read-more-section {
  padding: 0px 0px 0px 30px; }
  @media (max-width: 991px) {
    .read-more-section {
      padding: 0px 0px 0px 30px; } }

.news-text h4 {
  font-size: 21px;
  color: #404040;
  font-weight: 900;
  margin-bottom: 10px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .news-text h4 {
      font-size: 16px; } }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .news-text h4 {
      font-size: 18px; } }
  @media (min-width: 1300px) and (max-width: 1599px) {
    .news-text h4 {
      font-size: 18px; } }
  @media (max-width: 991px) {
    .news-text h4 {
      font-size: 18px; } }

.news-text p {
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 24px;
  color: #121212; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .news-text p {
      font-size: 12px;
      line-height: 20px; } }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .news-text p {
      line-height: 20px; } }
  @media (min-width: 1300px) and (max-width: 1599px) {
    .news-text p {
      line-height: 22px;
      font-size: 14px; } }

.news-section .owl-nav {
  position: absolute;
  top: -6rem;
  right: 10%; }
  @media (max-width: 767px) {
    .news-section .owl-nav {
      top: 0rem; } }
  @media (max-width: 991px) {
    .news-section .owl-nav {
      top: 0rem; } }

.news-section .owl-carousel .owl-nav .owl-prev:hover,
.news-section .owl-carousel .owl-nav .owl-next:hover {
  outline: none !important;
  opacity: 1;
  border: 1px solid #00984A !important; }

.news-section .owl-carousel .owl-nav .owl-prev {
  outline: none;
  opacity: 0.6;
  transition: all .5s ease;
  margin-right: 15px;
  border: 1px solid #404040 !important;
  padding: 15px !important; }
  @media (max-width: 767px) {
    .news-section .owl-carousel .owl-nav .owl-prev {
      padding: 10px !important; } }

.news-section .owl-carousel .owl-nav .owl-next {
  outline: none;
  opacity: 0.6;
  transition: all .5s ease;
  margin-right: 15px;
  border: 1px solid #404040 !important;
  padding: 15px !important; }
  @media (max-width: 767px) {
    .news-section .owl-carousel .owl-nav .owl-next {
      padding: 10px !important; } }

.news-section .owl-nav img {
  width: 20px; }

.news-section .owl-carousel .owl-nav .owl-prev span.owl-prev {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyMiAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxIDcuNjMyNjVIMk0yIDcuNjMyNjVMNi41NiAxTTIgNy42MzI2NUw2LjU2IDE0IiBzdHJva2U9IiM0MDQwNDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  border: none !important;
  background-position: center;
  margin-right: 0px; }

.news-section .owl-carousel .owl-nav .owl-next span.owl-next {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyMiAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNy42MzI2NUgyME0yMCA3LjYzMjY1TDE1LjQ0IDFNMjAgNy42MzI2NUwxNS40NCAxNCIgc3Ryb2tlPSIjNDA0MDQwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  border: none !important;
  background-position: center;
  margin-right: 0px; }

.news-section .owl-carousel .owl-nav .owl-prev span.owl-prev:hover {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjJweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIDAgMjIgMTUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIyIDE1IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwOTg0QSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Ik0yMCw3LjM2N0gxIE0xLDcuMzY3TDUuNTYxLDE0IE0xLDcuMzY3TDUuNTYxLDEiLz4NCjwvc3ZnPg0K"); }

.news-section .owl-carousel .owl-nav .owl-next span.owl-next:hover {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyMiAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNy42MzI2NUgyME0yMCA3LjYzMjY1TDE1LjQ0IDFNMjAgNy42MzI2NUwxNS40NCAxNCIgc3Ryb2tlPSIjMDA5ODRBIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K"); }

.resources-section .owl-nav {
  position: absolute;
  top: -6rem;
  right: 10%; }
  @media (max-width: 767px) {
    .resources-section .owl-nav {
      top: 0rem; } }
  @media (max-width: 991px) {
    .resources-section .owl-nav {
      top: 0rem; } }

.resources-section .owl-carousel .owl-nav .owl-prev:hover,
.resources-section .owl-carousel .owl-nav .owl-next:hover {
  outline: none !important;
  opacity: 1;
  border: 1px solid #00984A !important; }

.resources-section .owl-carousel .owl-nav .owl-prev {
  outline: none;
  opacity: 0.6;
  transition: all .5s ease;
  margin-right: 15px;
  border: 1px solid #404040 !important;
  padding: 15px !important; }
  @media (max-width: 767px) {
    .resources-section .owl-carousel .owl-nav .owl-prev {
      padding: 10px !important; } }

.resources-section .owl-carousel .owl-nav .owl-next {
  outline: none;
  opacity: 0.6;
  transition: all .5s ease;
  margin-right: 0px;
  border: 1px solid #404040 !important;
  padding: 15px !important; }
  @media (max-width: 767px) {
    .resources-section .owl-carousel .owl-nav .owl-next {
      padding: 10px !important; } }

.resources-section .owl-nav img {
  width: 20px; }

.resources-section .owl-carousel .owl-nav .owl-prev span.owl-prev {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyMiAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxIDcuNjMyNjVIMk0yIDcuNjMyNjVMNi41NiAxTTIgNy42MzI2NUw2LjU2IDE0IiBzdHJva2U9IiM0MDQwNDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  border: none !important;
  background-position: center;
  margin-right: 0px; }

.resources-section .owl-carousel .owl-nav .owl-next span.owl-next {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyMiAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNy42MzI2NUgyME0yMCA3LjYzMjY1TDE1LjQ0IDFNMjAgNy42MzI2NUwxNS40NCAxNCIgc3Ryb2tlPSIjNDA0MDQwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  border: none !important;
  background-position: center;
  margin-right: 0px; }

.resources-section .owl-carousel .owl-nav .owl-prev span.owl-prev:hover {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjJweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIDAgMjIgMTUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIyIDE1IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwOTg0QSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Ik0yMCw3LjM2N0gxIE0xLDcuMzY3TDUuNTYxLDE0IE0xLDcuMzY3TDUuNTYxLDEiLz4NCjwvc3ZnPg0K"); }

.resources-section .owl-carousel .owl-nav .owl-next span.owl-next:hover {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyMiAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNy42MzI2NUgyME0yMCA3LjYzMjY1TDE1LjQ0IDFNMjAgNy42MzI2NUwxNS40NCAxNCIgc3Ryb2tlPSIjMDA5ODRBIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K"); }

.flawless-section {
  background-color: #F9F9F9; }

.flawless-section {
  padding: 90px 0px; }
  @media (max-width: 991px) {
    .flawless-section {
      padding: 45px 0px; } }

.flawless-title-section {
  margin-bottom: 20px; }

.flawless-title-section h3 {
  font-size: 36px;
  color: #404040; }
  @media (max-width: 767px) {
    .flawless-title-section h3 {
      font-size: 28px; } }

.flawlwss-col {
  margin-top: 80px; }
  @media (max-width: 767px) {
    .flawlwss-col {
      width: 100%; } }
  @media (max-width: 991px) {
    .flawlwss-col {
      margin-top: 50px; } }

.flawlwss-col p {
  font-size: 14px;
  color: #121212; }
  @media (max-width: 991px) {
    .flawlwss-col p {
      font-size: 12px;
      line-height: 16px; } }
  @media (max-width: 767px) {
    .flawlwss-col p {
      width: 75%;
      margin: 0px auto; } }

.display-none-mobile {
  display: block; }
  @media (max-width: 767px) {
    .display-none-mobile {
      display: none; } }

.read-more p {
  font-size: 16px; }
  @media (max-width: 991px) {
    .read-more p {
      font-size: 12px;
      margin-right: 30px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .read-more p {
      font-size: 14px; } }

.news-photo img {
  width: auto;
  height: 100%; }

.set-height {
  margin-top: -75px; }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .set-height {
      margin-top: -1px;
      margin-left: 0px;
      width: 100%;
      flex: 100%;
      max-width: 100%; } }
  @media (max-width: 991px) {
    .set-height {
      margin-top: -1px;
      margin-left: 0px;
      width: 100%;
      flex: 100%;
      max-width: 100%; } }
  @media (min-width: 1300px) and (max-width: 1599px) {
    .set-height {
      margin-top: -1px;
      margin-left: 0px;
      width: 100%;
      flex: 100%;
      max-width: 100%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .set-height {
      margin-top: -1px;
      margin-left: 0px;
      width: 100%;
      flex: 100%;
      max-width: 100%; } }

.innerpages-banner .mini-banner {
  height: 360px !important; }
.innerpages-banner .banner-con {
  height: 570px;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 210px;
  min-height: 100%; }
  @media (max-width: 767px) {
    .innerpages-banner .banner-con {
      height: auto;
      padding-top: 120px;
      padding-bottom: 40px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .innerpages-banner .banner-con {
      padding-bottom: 100px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .innerpages-banner .banner-con {
      height: inherit;
      padding-top: 180px;
      padding-bottom: 120px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .innerpages-banner .banner-con {
      padding-top: 220px;
      padding-bottom: 220px;
      height: 535px; } }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .innerpages-banner .banner-con {
      padding-top: 220px;
      height: 535px; } }
  .innerpages-banner .banner-con .container {
    position: relative;
    z-index: 4; }
  @media (max-width: 767px) {
    .innerpages-banner .banner-con .media {
      display: block; } }
  .innerpages-banner .banner-con .media .media-con {
    padding-right: 50px;
    margin-right: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.7);
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (max-width: 991px) {
      .innerpages-banner .banner-con .media .media-con {
        min-width: inherit;
        margin: 0;
        padding: 0;
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.7); } }
  @media (min-width: 576px) and (max-width: 767px) {
    .innerpages-banner .banner-con .media {
      padding-left: 150px;
      text-align: left; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .innerpages-banner .banner-con .media {
      display: block; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .innerpages-banner .banner-con .media {
      padding-left: 180px; } }
  .innerpages-banner .banner-con .min-hgt .media-con {
    min-width: 530px;
    padding-left: 100px; }
    @media (max-width: 767px) {
      .innerpages-banner .banner-con .min-hgt .media-con {
        min-width: 100% !important;
        padding-left: 0px !important; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .innerpages-banner .banner-con .min-hgt .media-con {
        padding-left: 200px; } }
    @media (min-width: 1300px) and (max-width: 1599px) {
      .innerpages-banner .banner-con .min-hgt .media-con {
        padding-left: 220px; } }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .innerpages-banner .banner-con .min-hgt .media-con {
        padding-left: 220px; } }
  .innerpages-banner .banner-con .tnsm {
    font-weight: 300;
    font-size: 41px;
    color: #ffffff;
    display: block; }
    @media (max-width: 575px) {
      .innerpages-banner .banner-con .tnsm {
        font-size: 21px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .innerpages-banner .banner-con .tnsm {
        font-size: 30px; } }
  .innerpages-banner .banner-con h1 {
    font-weight: 900;
    font-size: 64px;
    line-height: 110%;
    color: #FFFFFF;
    margin-bottom: 3px; }
    @media (max-width: 575px) {
      .innerpages-banner .banner-con h1 {
        font-size: 32px; } }
    @media (max-width: 767px) {
      .innerpages-banner .banner-con h1 {
        font-size: 36px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .innerpages-banner .banner-con h1 {
        font-size: 46px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .innerpages-banner .banner-con h1 {
        font-size: 50px; } }
  .innerpages-banner .banner-con p {
    font-weight: normal;
    font-size: 21px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 0; }
    @media (max-width: 575px) {
      .innerpages-banner .banner-con p {
        font-size: 16px; } }
    @media (min-width: 576px) and (max-width: 767px) {
      .innerpages-banner .banner-con p {
        font-size: 18px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .innerpages-banner .banner-con p {
        font-size: 19px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .innerpages-banner .banner-con p {
        font-size: 20px; } }
    @media (min-width: 1200px) and (max-width: 1299px) {
      .innerpages-banner .banner-con p {
        font-size: 18px !important; } }

.services-section-area {
  padding: 80px 0px;
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .services-section-area {
      padding: 40px 0px;
      padding-bottom: 20px; } }

.inner-paragraph p {
  font-size: 16px;
  line-height: 26px;
  color: #121212d6; }

.col-xs-15 .box-layout {
  margin: 0px 0px 0px 0px; }

.top-set {
  margin-top: 10px; }
  @media (max-width: 991px) {
    .top-set {
      margin-top: 0px; } }

.box-layout {
  background-color: #00984A;
  height: 100%;
  padding: 20px 15px;
  background-repeat: no-repeat;
  position: relative; }
  @media (max-width: 767px) {
    .box-layout {
      padding: 20px 15px; } }
  @media (min-width: 1300px) and (max-width: 1599px) {
    .box-layout {
      padding: 30px 10px 30px 10px;
      margin: 20px 10px 0px 0px; } }
  .box-layout::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(../svg/innerpages-back.svg);
    background-position: right 50%;
    background-size: contain; }

.box-layout p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 0px; }

.inner-paragraph-tag {
  margin-top: 50px; }
  @media (max-width: 767px) {
    .inner-paragraph-tag {
      margin-top: 20px; } }

.solution-section {
  padding-top: 50px; }
  @media (max-width: 767px) {
    .solution-section {
      padding-top: 20px; } }

ul.list-type-inner {
  list-style-type: none;
  line-height: 30px;
  padding-left: 0px; }
  ul.list-type-inner li {
    margin-bottom: 10px;
    background-image: url(../img/icon.svg);
    background-repeat: no-repeat;
    padding-left: 40px; }

.resources-section {
  padding-top: 100px;
  margin-bottom: 150px; }
  @media (max-width: 767px) {
    .resources-section {
      padding-top: 20px; } }

.resources-title h4 {
  font-size: 14px;
  color: #00984A; }

.resources-text h4 {
  font-size: 21px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .resources-text h4 {
      font-size: 14px; } }
  @media (min-width: 1200px) and (max-width: 1299px) {
    .resources-text h4 {
      font-size: 14px; } }
  @media (min-width: 1300px) and (max-width: 1599px) {
    .resources-text h4 {
      font-size: 14px; } }
  @media (max-width: 767px) {
    .resources-text h4 {
      font-size: 14px; } }

.download-button {
  margin-top: 20px;
  border-top: 1px solid #CBCBCB;
  border-bottom: 1px solid #CBCBCB; }

.download-button h4 {
  font-size: 16px; }

.resources-section .owl-nav {
  right: 15%;
  position: absolute;
  top: 110%; }
  @media (max-width: 767px) {
    .resources-section .owl-nav {
      top: 100%;
      right: 0%; } }
  @media (max-width: 991px) {
    .resources-section .owl-nav {
      top: 100%;
      right: 0%; } }
  @media (min-width: 1300px) and (max-width: 1599px) {
    .resources-section .owl-nav {
      top: 120%;
      right: 15%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .resources-section .owl-nav {
      top: 120%;
      right: 0%; } }

.download-btn .btn-first {
  background-color: #fff;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  width: 80%;
  padding: 18px 5px 18px 40px;
  border-bottom: none;
  border-right: none;
  border-left: none;
  text-align: left; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .download-btn .btn-first {
      font-size: 12px; } }
  @media (max-width: 767px) {
    .download-btn .btn-first {
      font-size: 12px; } }
  .download-btn .btn-first img {
    display: inline-block;
    margin-right: 20px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .download-btn .btn-first img {
        margin-right: 10px; } }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .download-btn .btn-first img {
        margin-right: 10px; } }
  @media (min-width: 1300px) and (max-width: 1599px) {
    .download-btn .btn-first {
      padding: 15px 20px 15px 30px;
      font-size: 12px; } }
.download-btn .btn-last {
  background-color: #00984A;
  border: none;
  width: 20%; }
  .download-btn .btn-last img {
    text-align: center;
    margin: 0px auto; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .download-btn .btn-last {
      width: 25%; } }

.resources-inner {
  border: 1px solid #cbcbcb;
  margin-right: 0px; }
  @media (max-width: 767px) {
    .resources-inner {
      margin-right: 20px; } }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .resources-inner {
      margin-right: 30px; } }

.px-right-left-50 {
  padding: 0px 50px; }
  @media (max-width: 991px) {
    .px-right-left-50 {
      padding: 0px 0px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .px-right-left-50 {
      padding: 0px 0px; } }

.px-left-50 {
  padding-left: 50px; }
  @media (max-width: 991px) {
    .px-left-50 {
      padding-left: 0px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .px-left-50 {
      padding-left: 0px; } }

@media (max-width: 991px) {
  .px-right-150 {
    padding-right: 0px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .px-right-150 {
    padding-right: 0px; } }
@media (min-width: 1300px) and (max-width: 1599px) {
  .px-right-150 {
    padding-right: 50px !important; } }
@media (min-width: 1500px) {
  .px-right-150 {
    padding-right: 150px; } }

.news-inner-section .resources-images {
  display: flex;
  height: 100%; }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .news-inner-section .resources-images {
      width: 30%; } }
  @media (min-width: 1300px) and (max-width: 1599px) {
    .news-inner-section .resources-images {
      width: 40%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .news-inner-section .resources-images {
      width: 30%; } }
@media (max-width: 767px) {
  .news-inner-section .download-btn .btn-first {
    font-size: 10px;
    padding: 10px; } }
@media (max-width: 991px) {
  .news-inner-section .download-btn .btn-first {
    font-size: 14px;
    padding: 10px 0px 10px 15px;
    text-align: center; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .news-inner-section .download-btn .btn-first {
    font-size: 10px;
    padding: 5px 0px 5px 15px; } }
@media (max-width: 767px) {
  .news-inner-section .download-btn .btn-first img {
    margin-right: 10px; } }
@media (max-width: 991px) {
  .news-inner-section .download-btn .btn-first img {
    margin-right: 5px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .news-inner-section .download-btn .btn-last img {
    padding-left: 5px; } }

.resources-inner .resources-images {
  display: flex;
  height: 100%; }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .resources-inner .resources-images {
      height: 100%; } }
  @media (min-width: 1300px) and (max-width: 1400px) {
    .resources-inner .resources-images {
      height: 100%; } }
  @media (min-width: 1300px) and (max-width: 1599px) {
    .resources-inner .resources-images {
      height: 100%; } }
.resources-inner .resources-section-area {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 50px 30px 30px 30px; }
  @media (min-width: 1300px) and (max-width: 1599px) {
    .resources-inner .resources-section-area {
      margin: 30px 30px 30px 30px; } }
  @media (max-width: 767px) {
    .resources-inner .resources-section-area {
      margin: 30px 30px 30px 30px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .resources-inner .resources-section-area {
      margin: 30px 20px 20px 20px; } }
.resources-inner .download-btn {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.resources-section-wholearea {
  width: 100%;
  display: inline-flex;
  height: 100%;
  white-space: normal;
  vertical-align: bottom;
  flex-direction: column;
  justify-content: space-between; }

.icon-arrow-left7 {
  left: 0; }

.icon-arrow-left7:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  background-image: url(../img/icon.svg); }

.icon-arrow-right7 {
  right: 0; }

.icon-arrow-right7:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  background-image: url(../img/icon.svg); }

.icon {
  background: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.3);
  font-family: 'FontAwesome';
  font-size: 40px;
  line-height: 60px;
  margin-top: -30px;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 60px;
  height: 60px; }

.main-header:hover {
  background-color: #fff;
  border-bottom: none;
  transition: all .5s ease; }
  .main-header:hover .navbar .collapse .navbar-nav .nav-item .nav-link {
    color: #000; }
    .main-header:hover .navbar .collapse .navbar-nav .nav-item .nav-link.nav-btn {
      color: #fff !important; }
  .main-header:hover .logo-show-onhover {
    display: block; }
  .main-header:hover .logo-hide-onhover {
    display: none; }
.main-header .logo-show-onhover {
  display: none; }
.main-header .dropdown-menu.highlight {
  display: block;
  width: max-content !important; }
  @media (max-width: 991px) {
    .main-header .dropdown-menu.highlight {
      width: auto !important; } }

ul.dropdown-menu {
  width: 100%;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #cbcbcb;
  border-right: none;
  padding: 35px 0px;
  display: none;
  border-radius: 0px;
  margin: 0px;
  padding-bottom: 5px; }
  @media (max-width: 991px) {
    ul.dropdown-menu {
      background-color: #fff;
      padding: 15px 0px;
      text-align: left;
      border: none !important;
      padding-left: 0px;
      padding-top: 0px; } }
  ul.dropdown-menu li .nav-item {
    border-bottom: 0px solid #000 !important;
    margin-left: 0px !important; }

ul.dropdown-menu li {
  display: inline-block;
  font-weight: 600; }

ul.dropdown-menu li a {
  color: #000; }

.dropdown-menu {
  width: 100%;
  text-align: center;
  border-top: 1px solid #cbcbcb;
  border-right: none;
  border-left: none;
  transition: none !important;
  background-color: transparent;
  padding: 0px 0px 35px 0px;
  display: none;
  border-radius: 0px;
  margin: 0px;
  padding-bottom: 30px; }
  @media (max-width: 991px) {
    .dropdown-menu {
      padding: 0px 0px 15px;
      text-align: left;
      border: none !important;
      padding-left: 0px;
      padding-top: 0px; } }
  .dropdown-menu li .nav-item {
    border-bottom: 0px solid #000 !important;
    margin-left: 0px !important; }

.dropdown-menu li {
  display: inline-block;
  font-weight: 600; }

.dropdown-menu li a {
  color: #000; }

.dropdown-menu.highlight {
  display: block; }

@media (min-width: 992px) and (max-width: 1199px) {
  .nav-item .nav-link.hover-link::after {
    content: '';
    display: block;
    width: 0;
    height: 5px;
    background: #00984A;
    transition: width .3s;
    text-align: center;
    margin: 15px auto;
    margin-top: 33px;
    margin-bottom: -5px; }

  .nav-item .nav-link.hover-link:hover::after {
    width: 100%; }

  .nav-item.request {
    margin-top: 0px !important; } }
@media (min-width: 1200px) and (max-width: 1400px) {
  .nav-item .nav-link.hover-link::after {
    content: '';
    display: block;
    width: 0;
    height: 5px;
    background: #00984A;
    transition: width .3s;
    text-align: center;
    margin: 15px auto;
    margin-top: 33px;
    margin-bottom: -5px; }

  .nav-item .nav-link.hover-link:hover::after {
    width: 100%; }

  .nav-item.request {
    margin-top: 0px !important; } }
@media (min-width: 1500px) {
  .nav-item .nav-link.hover-link::after {
    content: '';
    display: block;
    width: 0;
    height: 5px;
    background: #fff;
    transition: width .3s;
    text-align: center;
    margin: 15px auto;
    margin-top: 33px;
    margin-bottom: -5px; }

  .nav-item.active .nav-link.hover-link.bdr-none::after {
    width: 100%; }

  .nav-item.active.bdr-none .nav-link.hover-link::after {
    width: 100%;
    background: #00984A; }

  .nav-item.request {
    margin-top: 0px !important; } }
@media screen and (min-width: 992px) {
  .nav-item .nav-link.hover-link::after {
    content: '';
    display: block;
    width: 0;
    height: 5px;
    background: #00984A;
    transition: width .3s;
    text-align: center;
    margin: 15px auto;
    margin-top: 33px;
    margin-bottom: -5px; }

  .nav-item .nav-link.hover-link:hover::after {
    width: 100%; }

  .nav-item.request {
    margin-top: 0px !important; } }
footer {
  background-color: #F9F9F9; }

.main-banner .home-links.inner-page-banners {
  position: absolute;
  top: 50% !important;
  transform: translate(0, -50%) !important; }
  @media (min-width: 1300px) and (max-width: 1599px) {
    .main-banner .home-links.inner-page-banners {
      bottom: 160px; } }
.main-banner .home-links.home-page-banners {
  position: absolute;
  top: 55% !important;
  transform: translate(0, -55%) !important; }
  @media (min-width: 1300px) and (max-width: 1599px) {
    .main-banner .home-links.home-page-banners {
      bottom: 70px; } }

@media (max-width: 991px) {
  .news-inner-section .media {
    display: grid; } }

@media (max-width: 991px) {
  .inner-paragraph .mx-1 {
    margin-bottom: 10px; } }

@media (min-width: 1300px) and (max-width: 1599px) {
  .boxs-set {
    padding: 0px 0px;
    padding-bottom: 10px; } }
@media (min-width: 1200px) and (max-width: 1400px) {
  .boxs-set {
    padding: 0px 0px;
    padding-bottom: 10px; } }
@media (max-width: 991px) {
  .boxs-set {
    padding: 0px 0px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .boxs-set {
    padding: 0px 0px;
    padding-bottom: 10px; } }

.innerpages-banner .banner-con h1 {
  font-weight: 900;
  line-height: 110%;
  color: #FFFFFF;
  margin-bottom: 3px; }
  @media (min-width: 1300px) and (max-width: 1599px) {
    .innerpages-banner .banner-con h1 {
      font-size: 45px !important; } }
  @media (min-width: 1200px) and (max-width: 1299px) {
    .innerpages-banner .banner-con h1 {
      font-size: 34px !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .innerpages-banner .banner-con h1 {
      font-size: 40px; } }

@media (max-width: 991px) {
  .news-title br {
    display: none; } }

@media (max-width: 767px) {
  .flawlwss-col {
    margin: 25px 50px; } }
@media (max-width: 991px) {
  .flawlwss-col {
    margin: 25px 20px; } }

@media (max-width: 991px) {
  .mobile-hide {
    display: none; } }

.footer-logo-text.mobile-show {
  display: none !important; }
  @media (max-width: 991px) {
    .footer-logo-text.mobile-show {
      display: block;
      margin-top: 0px !important; } }
  @media (max-width: 767px) {
    .footer-logo-text.mobile-show {
      display: block !important; } }

.footer-logo-text.mobile-show {
  margin-top: 20px !important; }

.news-inner-section .media {
  align-items: flex-end !important; }

.download-btn a {
  color: #121212 !important; }

.mobile-circle {
  display: none; }
  @media (max-width: 767px) {
    .mobile-circle {
      display: block; } }

#request-demo-form .modal-dialog {
  max-width: 800px;
  border-radius: 0px; }

#request-demo-form .modal-content {
  border-radius: 0px; }

.modal#request-demo-form {
  z-index: 105000000000; }

.inp {
  border: none;
  border-bottom: 2px solid #cbcbcb;
  padding: 0px;
  padding-bottom: 10px;
  outline: none;
  display: block;
  width: 100%; }

.inp:focus {
  border-bottom: 2px solid #1fa561; }

.request-form-box {
  padding: 40px 40px; }
  @media (max-width: 767px) {
    .request-form-box {
      padding: 40px 10px; } }

.request-form-box h3 {
  margin-bottom: 60px;
  font-weight: 900;
  color: #404040;
  font-size: 32px; }
  @media (max-width: 767px) {
    .request-form-box h3 {
      font-size: 24px;
      margin-bottom: 40px; } }

.text-space {
  margin-bottom: 50px; }

.request-form-field label {
  color: #1fa561;
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 16px; }
  @media (max-width: 767px) {
    .request-form-field label {
      margin-bottom: 0px; } }

.text-area-space {
  margin-top: 30px !important; }

.request-form-box-close button {
  opacity: 1;
  right: -1px;
  position: absolute;
  top: -16px; }

.request-button {
  text-align: right;
  width: 100%; }
  @media (max-width: 767px) {
    .request-button {
      text-align: center; } }

.request-button input[type="submit"] {
  background-color: #00984a;
  color: #fff;
  padding: 20px 45px;
  border: none;
  font-size: 18px; }

.quote-symbol::after {
  content: "\2192"; }

@media (max-width: 767px) {
  .text-right-area {
    max-height: 50px; } }

.webform-client-form-33 .form-item {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.webform-client-form-33 .request-button .form-actions {
  margin: 0px !important; }

.form-textarea-wrapper textarea {
  resize: none; }

.messages.error {
  display: none; }

.webform-client-form-33 .form-item input.error,
.webform-client-form-33 .form-item textarea.error,
.webform-client-form-33 .form-item select.error {
  border-bottom: 2px solid red;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important; }

.solutions-icons.first-icons {
  margin-top: 60px; }

.solutions-icons {
  margin-top: 60px;
  margin-bottom: 25px; }
  .solutions-icons p {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: bold; }
  .solutions-icons .media-con {
    padding-right: 20px !important;
    margin-right: 0 !important; }

.solutions-icons-section p {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 300; }
.solutions-icons-section ul.list-type-inner {
  padding-top: 30px;
  padding-left: 30px;
  line-height: 20px; }
  @media (max-width: 767px) {
    .solutions-icons-section ul.list-type-inner {
      padding-left: 0px; } }
.solutions-icons-section li {
  background-image: url(../svg/solutions-icon.svg) !important;
  margin-bottom: 15px !important;
  background-repeat: no-repeat;
  background-position: left top 2px;
  padding-bottom: 3px; }

.solution-section .first-para > p {
  margin-bottom: 50px; }

.solution-section#benefits {
  padding-top: 100px; }
  @media (max-width: 767px) {
    .solution-section#benefits {
      padding-top: 30px; } }

.row-set {
  margin-top: 25px; }

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px; }

.col-xs-15 {
  width: 100%;
  float: left; }

@media (min-width: 420px) {
  .col-sm-15 {
    width: 45%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-15 {
    width: 23%;
    float: left; } }
@media (min-width: 992px) and (max-width: 1400px) {
  .top-set-1 {
    margin-top: 10px !important; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 22%;
    float: left; } }
@media (min-width: 1601px) {
  .top-set {
    margin-top: 20px; } }
@media (min-width: 1401px) {
  .col-lg-15 {
    width: 19%;
    float: left; } }
.dropdown-menu {
  display: none !important;
  position: absolute; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .dropdown-menu {
      width: max-content;
      max-width: 900px;
      right: auto;
      left: auto;
      -webkit-transform: translate(-40%, 0);
      -o-transform: translate(-40%, 0);
      transform: translate(-40%, 0); } }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .dropdown-menu {
      width: max-content;
      max-width: 900px;
      right: auto;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); } }
  @media (min-width: 1300px) and (max-width: 1599px) {
    .dropdown-menu {
      width: max-content;
      max-width: 900px;
      right: auto;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); } }

.dropdown-menu.highlight {
  display: block !important; }

.dropdown-menu.highlight {
  display: block !important; }
  .dropdown-menu.highlight .ui-menu-inner {
    text-align: left;
    padding-right: 0px; }
    .dropdown-menu.highlight .ui-menu-inner li {
      display: block !important;
      margin-bottom: 10px; }
      .dropdown-menu.highlight .ui-menu-inner li a {
        font-size: 16px;
        font-weight: 400; }
        @media (min-width: 1300px) and (max-width: 1599px) {
          .dropdown-menu.highlight .ui-menu-inner li a {
            font-size: 14px; } }
        @media (min-width: 1200px) and (max-width: 1400px) {
          .dropdown-menu.highlight .ui-menu-inner li a {
            font-size: 14px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .dropdown-menu.highlight .ui-menu-inner li a {
            font-size: 14px; } }
    .dropdown-menu.highlight .ui-menu-inner h4 {
      font-size: 16px;
      margin-bottom: 15px;
      font-weight: 400;
      color: #00984A !important; }
      @media (min-width: 1300px) and (max-width: 1599px) {
        .dropdown-menu.highlight .ui-menu-inner h4 {
          font-size: 14px; } }

.main-header.active {
  background-color: #fff; }

.main-header.active .navbar .collapse .navbar-nav .nav-item .nav-link {
  color: #000; }

.main-header.active .logo-show-onhover {
  display: block; }

.main-header.active .logo-hide-onhover {
  display: none; }

.main-header.active .navbar .collapse .navbar-nav .nav-item.request .nav-link {
  color: #fff; }

.main-header.active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.new-layout {
  background-color: #fff;
  padding: 50px;
  display: inline-block;
  border-radius: 15px; }

@media (min-width: 1600px) {
  .dropdown-menu {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }
@media (min-width: 1401px) and (max-width: 1500px) {
  .media-con {
    padding-right: 30px !important;
    margin-right: 30px !important; } }
@media (min-width: 992px) and (max-width: 1400px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu .float-right .row {
    margin-right: 0px !important;
    margin-left: 0px !important; } }
#main-header nav .region-home-second {
  width: 100%; }

.dropdown-menu.highlight .ui-menu-inner ul.list-inline li a.active {
  color: #00984A !important; }

.main-header.active .navbar .collapse .navbar-nav .nav-item .nav-link.active {
  color: #00984A !important; }

.main-header .navbar .collapse .navbar-nav .nav-item .nav-link.active {
  color: #00984A !important; }

@media (max-width: 991px) {
  .dropdown-menu.highlight {
    border-top: 2px solid #000 !important;
    padding-top: 20px; } }
.floating-right-area {
  margin-right: 100px; }
  @media (max-width: 991px) {
    .floating-right-area {
      margin-right: 0px; } }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .floating-right-area {
      margin-right: 0px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .floating-right-area {
      margin-right: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .main-banner .owl-carousel .banner-nc {
    margin-left: 150px; } }
@media (min-width: 1300px) and (max-width: 1599px) {
  .main-banner .owl-carousel .banner-nc {
    margin-left: 180px; } }
@media (min-width: 1200px) and (max-width: 1299px) {
  .main-banner .owl-carousel .banner-nc {
    margin-left: 180px; } }

.menu-item {
  position: relative; }

.menu-item:before {
  content: "";
  background: #fff;
  transition: 0.9s;
  height: 5px;
  position: absolute;
  width: 0;
  bottom: -12px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 50%; }

.menu-item.active:before,
.menu-item:hover:before {
  left: 0;
  width: 100%;
  background: #00984A; }

.new-layout {
  background-color: #fff;
  padding: 30px 30px 20px;
  display: inline-block;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }
  @media (max-width: 767px) {
    .new-layout {
      padding: 5px 0px 20px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .new-layout {
      padding: 30px 20px 20px; } }
  @media (min-width: 1300px) and (max-width: 1599px) {
    .new-layout {
      padding: 20px 20px 10px; } }

@media (min-width: 1600px) {
  .dropdown-menu .float-none {
    float: right !important; }

  .menu-5 {
    right: 0px !important; }

  .last-set .dropdown-menu {
    position: absolute;
    right: auto;
    left: 53%;
    -webkit-transform: translate(-75%, 0);
    -o-transform: translate(-75%, 0);
    transform: translate(-75%, 0); } }
.main-ul {
  padding-left: 0px;
  list-style-type: none; }

@media (min-width: 1300px) and (max-width: 1599px) {
  .menu-set .dropdown-menu {
    position: absolute;
    right: auto;
    left: 0%;
    -webkit-transform: translate(-26%, 0);
    -o-transform: translate(-26%, 0);
    transform: translate(-26%, 0); }

  .last-set .dropdown-menu {
    position: absolute;
    right: auto;
    left: 90%;
    -webkit-transform: translate(-75%, 0);
    -o-transform: translate(-75%, 0);
    transform: translate(-75%, 0); } }
@media (min-width: 1200px) and (max-width: 1299px) {
  .last-set .dropdown-menu {
    position: absolute;
    right: auto;
    left: 90%;
    -webkit-transform: translate(-75%, 0);
    -o-transform: translate(-75%, 0);
    transform: translate(-75%, 0); } }
@media (min-width: 992px) and (max-width: 1199px) {
  .menu-set .dropdown-menu {
    position: absolute;
    right: auto;
    left: 0%;
    -webkit-transform: translate(-26%, 0);
    -o-transform: translate(-26%, 0);
    transform: translate(-26%, 0); }

  .last-set .dropdown-menu {
    position: absolute;
    right: auto;
    left: 100%;
    -webkit-transform: translate(-75%, 0);
    -o-transform: translate(-75%, 0);
    transform: translate(-75%, 0); } }
@media (min-width: 1300px) and (max-width: 1500px) {
  ul.first-menu li .dropdown-menu .new-layout {
    min-width: 950px !important; }

  .dropdown-menu.highlight {
    padding-right: 50px; } }
.inner-pages-setup .inner-pages-paragraph p {
  margin-bottom: 40px; }
.inner-pages-setup .percentage-box .box-layout {
  padding: 30px 30px 20px; }
  .inner-pages-setup .percentage-box .box-layout p {
    margin-bottom: 45px; }
  .inner-pages-setup .percentage-box .box-layout h3 {
    font-size: 70px;
    color: #fff;
    font-family: 'Montserrat', sans-serif; }

.inner-pages-setup.life-sciences .inner-pages-paragraph p {
  margin-bottom: 30px; }
.inner-pages-setup.life-sciences .percentage-box .box-layout {
  margin-top: 0px;
  padding: 30px 30px 0px; }
  .inner-pages-setup.life-sciences .percentage-box .box-layout p {
    margin-bottom: 30px;
    margin-top: 0px;
    font-weight: 300; }
  .inner-pages-setup.life-sciences .percentage-box .box-layout .min-height {
    min-height: 120px; }
  .inner-pages-setup.life-sciences .percentage-box .box-layout h3 {
    font-size: 70px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0px; }

.pt-40 {
  margin-top: 40px; }

.pt-20 {
  margin-top: 20px; }

.inner-pages-title-head h2 {
  font-size: 36px;
  font-weight: 900;
  color: #404040;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .inner-pages-title-head h2 {
      font-size: 20px; } }
  @media (max-width: 991px) {
    .inner-pages-title-head h2 {
      font-size: 26px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .inner-pages-title-head h2 {
      font-size: 28px; } }
.inner-pages-title-head p {
  font-size: 16px;
  line-height: 26px; }

.life-sciences .inner-pages-title-head h2 {
  font-size: 36px;
  font-weight: 900;
  color: #404040;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .life-sciences .inner-pages-title-head h2 {
      font-size: 20px; } }
  @media (max-width: 991px) {
    .life-sciences .inner-pages-title-head h2 {
      font-size: 26px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .life-sciences .inner-pages-title-head h2 {
      font-size: 28px; } }
.life-sciences .inner-pages-title-head p {
  font-size: 16px;
  line-height: 26px; }

.solutions-icons-section .inner-paragraph p {
  font-size: 16px;
  font-weight: 700; }

p {
  font-size: 16px; }
  p.normal {
    font-weight: 300 !important;
    line-height: 26px; }

.inner-paragraph ul.list-unstyled li .media-body h5 {
  font-size: 16px;
  font-weight: 300;
  color: #121212;
  font-family: 'Open Sans', sans-serif; }

.percentage-box {
  margin-right: 10px; }
  @media (max-width: 767px) {
    .percentage-box {
      margin-bottom: 10px; } }

.inner-title h3 {
  font-weight: 800; }

.innerpages-banner.small-size .banner-con {
  height: 360px !important;
  padding-top: 160px !important; }

.overview-section .inner-paragraph h3 {
  font-size: 30px;
  font-weight: 900;
  font-family: 'Montserrat', sans-serif; }

.careers-outlines {
  position: relative;
  padding: 150px 0px; }
  @media (max-width: 767px) {
    .careers-outlines {
      padding: 50px 0px; } }
  .careers-outlines:before {
    content: "";
    position: absolute;
    left: -50px;
    width: 315px;
    height: 420px;
    background-repeat: no-repeat;
    background-image: url("../svg/careers-background.svg");
    background-position: right 50%;
    z-index: -11;
    top: 25%; }
  .careers-outlines .careers-outlines-set {
    border: 1px solid #CBCBCB;
    padding: 100px 20px;
    background-color: #fff;
    z-index: 9999; }
    @media (max-width: 767px) {
      .careers-outlines .careers-outlines-set {
        padding: 50px 20px; } }
  .careers-outlines .resources-button {
    padding-top: 40px; }
    .careers-outlines .resources-button .download-btn .btn-first {
      border-top: 1px solid #00984A;
      background-color: #00984A;
      padding: 20px 50px;
      color: #fff;
      min-width: 200px;
      text-align: center; }
      @media (max-width: 767px) {
        .careers-outlines .resources-button .download-btn .btn-first {
          min-width: 100px;
          padding: 10px 20px; } }
    .careers-outlines .resources-button .download-btn .btn-second {
      border: 1px solid #00984A;
      border-left: none;
      background-color: transparent; }
      .careers-outlines .resources-button .download-btn .btn-second img {
        padding: 10px; }
  @media (max-width: 767px) {
    .careers-outlines h4 {
      font-size: 20px; } }

.mt-70 {
  margin-top: 70px; }
  @media (max-width: 767px) {
    .mt-70 {
      margin-top: 20px; } }

.locations-section {
  padding: 150px 0px; }
  @media (max-width: 767px) {
    .locations-section {
      padding: 50px 0px; } }
  .locations-section .above-address .places-text {
    min-height: 230px !important; }
    @media (min-width: 1300px) and (max-width: 1599px) {
      .locations-section .above-address .places-text {
        min-height: 325px !important; } }
  .locations-section .col-1-set {
    padding-right: 14px; }
    @media (max-width: 767px) {
      .locations-section .col-1-set {
        padding-right: 0px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .locations-section .col-1-set {
        padding-right: 0px;
        padding-top: 15px; } }
  .locations-section .col-2-set {
    padding-left: 14px; }
    @media (max-width: 767px) {
      .locations-section .col-2-set {
        padding-left: 0px;
        padding-top: 15px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .locations-section .col-2-set {
        padding-left: 0px;
        padding-top: 15px; } }
  .locations-section .col-3-set {
    padding-right: 14px; }
    @media (max-width: 767px) {
      .locations-section .col-3-set {
        padding-right: 0px;
        padding-top: 15px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .locations-section .col-3-set {
        padding-right: 0px;
        padding-top: 15px; } }
  .locations-section .col-4-set {
    padding-left: 14px; }
    @media (max-width: 767px) {
      .locations-section .col-4-set {
        padding-left: 0px;
        padding-top: 15px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .locations-section .col-4-set {
        padding-left: 0px;
        padding-top: 15px; } }
  .locations-section .places .places-text {
    padding: 40px 40px;
    background-color: #F9F9F9;
    border-top: 1px solid #D7D7D7; }
    .locations-section .places .places-text h3 {
      color: #00984A;
      font-size: 30px;
      margin-bottom: 20px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .locations-section .places .places-text h3 {
          font-size: 20px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .locations-section .places .places-text h3 {
          font-size: 26px; } }
      @media (max-width: 767px) {
        .locations-section .places .places-text h3 {
          font-size: 20px; } }
    .locations-section .places .places-text .places-address {
      min-height: 110px; }
      .locations-section .places .places-text .places-address p {
        color: #121212;
        margin-bottom: 5px; }

.v-none {
  visibility: hidden; }

.contact-us-section {
  padding: 100px 0px; }
  @media (max-width: 767px) {
    .contact-us-section {
      padding: 50px 0px; } }
  .contact-us-section h3 {
    color: #00984A;
    font-size: 36px; }
    @media (max-width: 767px) {
      .contact-us-section h3 {
        font-size: 20px; } }
  .contact-us-section p {
    font-size: 20px;
    color: #404040; }
    @media (max-width: 767px) {
      .contact-us-section p {
        font-size: 14px; } }
  .contact-us-section .contact-form {
    margin-top: 60px;
    text-align: center;
    padding: 30px;
    background-color: #00984A;
    background-image: url("../svg/white-overlay.svg"); }
    @media (max-width: 767px) {
      .contact-us-section .contact-form {
        padding: 20px; } }
    .contact-us-section .contact-form input[type=text] {
      height: 50px;
      margin-bottom: 20px;
      border-radius: 0px; }
    .contact-us-section .contact-form textarea.form-control {
      min-height: 250px;
      border-radius: 0px; }
    .contact-us-section .contact-form a {
      background-color: #fff;
      border-radius: 0px;
      color: #000000;
      font-size: 14px;
      padding: 5px 25px; }

.resources-section-v1 .owl-nav {
  position: absolute;
  right: 150px; }

@media screen and (max-width: 767) {
  .resources-section-v1 .owl-nav {
    top: -90px; }

  .resources-section-v1 .owl-nav .owl-prev {
    padding: 6px 10px !important; }

  .resources-section-v1 .owl-nav .owl-next {
    padding: 6px 10px !important; } }
.acknowledgement-details {
  margin: 80px 0px 0px;
  background-color: #F9F9F9;
  border-radius: 20px;
  padding: 50px 30px; }
  .acknowledgement-details h4 {
    color: #000000;
    margin-bottom: 0px;
    font-size: 22px; }
    .acknowledgement-details h4 a {
      color: #00984A; }

.blog-area-section {
  padding: 100px 0px 30px 0px; }
  @media (max-width: 767px) {
    .blog-area-section {
      padding: 50px 0px; } }
  .blog-area-section .table-structure {
    display: table;
    margin-right: 0px; }
    @media (max-width: 991px) {
      .blog-area-section .table-structure {
        display: flex; } }
    .blog-area-section .table-structure .display-tc-index {
      display: table-cell;
      padding-right: 30px; }
      .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag {
        position: absolute;
        top: 50px;
        right: 30px;
        background-color: #fff;
        padding: 15px 50px;
        margin-bottom: 0px; }
        @media (max-width: 991px) {
          .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag {
            position: relative; } }
        .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag h4 {
          margin-bottom: 0px;
          font-size: 16px;
          color: #00984A; }
      .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag-details {
        position: absolute;
        bottom: 30px;
        right: 30px;
        background-color: #fff;
        padding: 0px 0px 20px 0px;
        margin-bottom: 0px;
        width: 60%; }
        @media (max-width: 991px) {
          .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag-details {
            position: relative;
            width: 100%; } }
        .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag-details .media .media-con p {
          font-size: 14px;
          margin-bottom: 0px;
          padding-left: 5px;
          color: #8C8C8C; }
          @media (min-width: 992px) and (max-width: 1199px) {
            .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag-details .media .media-con p {
              font-size: 12px; } }
          @media (max-width: 767px) {
            .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag-details .media .media-con p {
              font-size: 10px; } }
          .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag-details .media .media-con p img {
            padding-right: 10px; }
            @media (min-width: 992px) and (max-width: 1199px) {
              .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag-details .media .media-con p img {
                max-width: 26px; } }
            @media (max-width: 767px) {
              .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag-details .media .media-con p img {
                max-width: 20px; } }
        .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag-details .media .media-body p {
          font-size: 14px;
          margin-bottom: 0px;
          color: #00984A; }
          @media (min-width: 992px) and (max-width: 1199px) {
            .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag-details .media .media-body p {
              font-size: 12px; } }
          @media (max-width: 767px) {
            .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag-details .media .media-body p {
              font-size: 10px; } }
          .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag-details .media .media-body p img {
            padding-right: 5px; }
            @media (min-width: 992px) and (max-width: 1199px) {
              .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag-details .media .media-body p img {
                max-width: 26px; } }
            @media (max-width: 767px) {
              .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag-details .media .media-body p img {
                max-width: 20px; } }
        .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag-details p {
          margin-bottom: 0px;
          font-size: 24px;
          color: #000;
          margin: 20px 30px 0px 30px;
          line-height: 30px;
          font-weight: 700; }
          @media (max-width: 767px) {
            .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag-details p {
              font-size: 16px;
              margin: 10px 20px 0px 20px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag-details p {
              font-size: 16px;
              margin: 15px 20px 0px 20px; } }
    .blog-area-section .table-structure .display-tc-subscribe {
      display: table-cell;
      background-color: #00984A;
      padding: 0px 60px 0px 60px; }
      .blog-area-section .table-structure .display-tc-subscribe .blog-subscribe-section {
        min-width: 180px; }
        @media (max-width: 991px) {
          .blog-area-section .table-structure .display-tc-subscribe .blog-subscribe-section {
            padding: 50px 0px; } }
        .blog-area-section .table-structure .display-tc-subscribe .blog-subscribe-section .resources-button h3 {
          color: #fff; }
        .blog-area-section .table-structure .display-tc-subscribe .blog-subscribe-section .resources-button p {
          color: #fff; }
        .blog-area-section .table-structure .display-tc-subscribe .blog-subscribe-section .btn-first {
          padding: 15px 30px; }
        .blog-area-section .table-structure .display-tc-subscribe .blog-subscribe-section .btn-second {
          background-color: #fff;
          padding: 15px;
          border: none;
          margin-left: 2px; }
  .blog-area-section .inner-blog-section {
    padding: 50px 0px; }
    @media (max-width: 767px) {
      .blog-area-section .inner-blog-section {
        padding: 30px 0px; } }
    .blog-area-section .inner-blog-section .blog-inner-layer {
      margin-bottom: 50px; }
      .blog-area-section .inner-blog-section .blog-inner-layer .places-text-places {
        padding: 30px 30px;
        border-right: 1px solid #A5A5A5;
        border-left: 1px solid #A5A5A5;
        border-bottom: 1px solid #A5A5A5; }
        .blog-area-section .inner-blog-section .blog-inner-layer .places-text-places .featured-tag-details .media .media-body {
          text-align: right; }
          .blog-area-section .inner-blog-section .blog-inner-layer .places-text-places .featured-tag-details .media .media-body p {
            font-size: 14px;
            color: #00984A; }
            .blog-area-section .inner-blog-section .blog-inner-layer .places-text-places .featured-tag-details .media .media-body p img {
              padding-right: 5px;
              max-width: 26px; }
        .blog-area-section .inner-blog-section .blog-inner-layer .places-text-places .featured-tag-details .media .media-con p {
          font-size: 14px;
          color: #8C8C8C; }
          .blog-area-section .inner-blog-section .blog-inner-layer .places-text-places .featured-tag-details .media .media-con p img {
            padding-right: 10px;
            max-width: 26px; }
        .blog-area-section .inner-blog-section .blog-inner-layer .places-text-places .featured-tag-details .inner-blog-details-set h3 {
          font-size: 20px;
          color: #121212;
          font-weight: 700;
          margin-bottom: 25px;
          margin-top: 25px; }
        .blog-area-section .inner-blog-section .blog-inner-layer .places-text-places .featured-tag-details .inner-blog-details-set p {
          font-size: 14px;
          color: #121212;
          margin-bottom: 0px; }

.blog-inner-details {
  padding: 100px 0px; }
  .blog-inner-details .blog-inner-details-text {
    margin: 50px 0px 30px; }
  .blog-inner-details .blog-inner-details-sharing {
    width: 100%; }
    .blog-inner-details .blog-inner-details-sharing .media p.title img {
      padding-right: 10px;
      max-width: 30px;
      font-size: 15px; }
    .blog-inner-details .blog-inner-details-sharing .media p.title span {
      padding-left: 30px; }
      .blog-inner-details .blog-inner-details-sharing .media p.title span img {
        padding-right: 5px;
        max-width: 26px; }
    .blog-inner-details .blog-inner-details-sharing ul li {
      display: inline-block;
      padding-right: 30px; }
      .blog-inner-details .blog-inner-details-sharing ul li img {
        max-width: 16px; }
  .blog-inner-details .blog-inner-paragraph {
    margin-top: 50px; }
    @media (max-width: 767px) {
      .blog-inner-details .blog-inner-paragraph {
        margin-top: 30px; } }
    .blog-inner-details .blog-inner-paragraph p {
      font-size: 16px; }
  .blog-inner-details .blog-inner-image {
    margin-top: 40px; }

.clients-section-bg {
  background-color: #F9F9F9; }
  .clients-section-bg .media-con {
    padding: 60px 50px 60px 0px; }
    @media (max-width: 767px) {
      .clients-section-bg .media-con {
        padding: 30px; } }
  @media (max-width: 767px) {
    .clients-section-bg .media {
      display: contents; } }
  .clients-section-bg .media-body p {
    font-size: 17px;
    font-weight: 600;
    line-height: 25px; }
    @media (max-width: 767px) {
      .clients-section-bg .media-body p {
        padding: 15px; } }

.related-blog .blog-area-section {
  padding: 100px 0px 30px 0px; }
  @media (max-width: 767px) {
    .related-blog .blog-area-section {
      padding: 50px 0px; } }
  .related-blog .blog-area-section .table-structure {
    display: table;
    margin-right: 0px; }
    @media (max-width: 991px) {
      .related-blog .blog-area-section .table-structure {
        display: flex; } }
    .related-blog .blog-area-section .table-structure .display-tc-index {
      display: table-cell;
      padding-right: 30px; }
      .related-blog .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag {
        position: absolute;
        top: 50px;
        right: 30px;
        background-color: #fff;
        padding: 15px 50px;
        margin-bottom: 0px; }
        @media (max-width: 991px) {
          .related-blog .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag {
            position: relative; } }
        .related-blog .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag h4 {
          margin-bottom: 0px;
          font-size: 16px;
          color: #00984A; }
      .related-blog .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag-details {
        position: absolute;
        bottom: 30px;
        right: 30px;
        background-color: #fff;
        padding: 0px 0px 20px 0px;
        margin-bottom: 0px;
        width: 60%; }
        @media (max-width: 991px) {
          .related-blog .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag-details {
            position: relative;
            width: 100%; } }
        .related-blog .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag-details .media .media-con p {
          font-size: 14px;
          margin-bottom: 0px;
          padding-left: 5px;
          color: #8C8C8C; }
          @media (min-width: 992px) and (max-width: 1199px) {
            .related-blog .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag-details .media .media-con p {
              font-size: 12px; } }
          @media (max-width: 767px) {
            .related-blog .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag-details .media .media-con p {
              font-size: 10px; } }
          .related-blog .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag-details .media .media-con p img {
            padding-right: 10px; }
            @media (min-width: 992px) and (max-width: 1199px) {
              .related-blog .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag-details .media .media-con p img {
                max-width: 26px; } }
            @media (max-width: 767px) {
              .related-blog .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag-details .media .media-con p img {
                max-width: 20px; } }
        .related-blog .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag-details .media .media-body p {
          font-size: 14px;
          margin-bottom: 0px;
          color: #00984A; }
          @media (min-width: 992px) and (max-width: 1199px) {
            .related-blog .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag-details .media .media-body p {
              font-size: 12px; } }
          @media (max-width: 767px) {
            .related-blog .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag-details .media .media-body p {
              font-size: 10px; } }
          .related-blog .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag-details .media .media-body p img {
            padding-right: 5px; }
            @media (min-width: 992px) and (max-width: 1199px) {
              .related-blog .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag-details .media .media-body p img {
                max-width: 26px; } }
            @media (max-width: 767px) {
              .related-blog .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag-details .media .media-body p img {
                max-width: 20px; } }
        .related-blog .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag-details p {
          margin-bottom: 0px;
          font-size: 24px;
          color: #000;
          margin: 20px 30px 0px 30px;
          line-height: 30px;
          font-weight: 700; }
          @media (max-width: 767px) {
            .related-blog .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag-details p {
              font-size: 16px;
              margin: 10px 20px 0px 20px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .related-blog .blog-area-section .table-structure .display-tc-index .blog-index-section .featured-tag-details p {
              font-size: 16px;
              margin: 15px 20px 0px 20px; } }
    .related-blog .blog-area-section .table-structure .display-tc-subscribe {
      display: table-cell;
      background-color: #00984A;
      padding: 0px 60px 0px 60px; }
      .related-blog .blog-area-section .table-structure .display-tc-subscribe .blog-subscribe-section {
        min-width: 180px; }
        @media (max-width: 991px) {
          .related-blog .blog-area-section .table-structure .display-tc-subscribe .blog-subscribe-section {
            padding: 50px 0px; } }
        .related-blog .blog-area-section .table-structure .display-tc-subscribe .blog-subscribe-section .resources-button h3 {
          color: #fff; }
        .related-blog .blog-area-section .table-structure .display-tc-subscribe .blog-subscribe-section .resources-button p {
          color: #fff; }
        .related-blog .blog-area-section .table-structure .display-tc-subscribe .blog-subscribe-section .btn-first {
          padding: 15px 30px; }
        .related-blog .blog-area-section .table-structure .display-tc-subscribe .blog-subscribe-section .btn-second {
          background-color: #fff;
          padding: 15px;
          border: none;
          margin-left: 2px; }
  .related-blog .blog-area-section .inner-blog-section {
    padding: 0px 0px 50px; }
    @media (max-width: 767px) {
      .related-blog .blog-area-section .inner-blog-section {
        padding: 30px 0px; } }
    .related-blog .blog-area-section .inner-blog-section .blog-inner-layer {
      margin-bottom: 50px; }
      .related-blog .blog-area-section .inner-blog-section .blog-inner-layer .places-text-places {
        padding: 30px 30px;
        border-right: 1px solid #A5A5A5;
        border-left: 1px solid #A5A5A5;
        border-bottom: 1px solid #A5A5A5; }
        .related-blog .blog-area-section .inner-blog-section .blog-inner-layer .places-text-places .featured-tag-details .media .media-body {
          text-align: right; }
          .related-blog .blog-area-section .inner-blog-section .blog-inner-layer .places-text-places .featured-tag-details .media .media-body p {
            font-size: 14px;
            color: #00984A; }
            .related-blog .blog-area-section .inner-blog-section .blog-inner-layer .places-text-places .featured-tag-details .media .media-body p img {
              padding-right: 5px;
              max-width: 26px; }
        .related-blog .blog-area-section .inner-blog-section .blog-inner-layer .places-text-places .featured-tag-details .media .media-con p {
          font-size: 14px;
          color: #8C8C8C; }
          @media (min-width: 992px) and (max-width: 1199px) {
            .related-blog .blog-area-section .inner-blog-section .blog-inner-layer .places-text-places .featured-tag-details .media .media-con p {
              font-size: 12px; } }
          .related-blog .blog-area-section .inner-blog-section .blog-inner-layer .places-text-places .featured-tag-details .media .media-con p img {
            padding-right: 10px;
            max-width: 26px; }
        .related-blog .blog-area-section .inner-blog-section .blog-inner-layer .places-text-places .featured-tag-details .inner-blog-details-set h3 {
          font-size: 16px;
          color: #121212;
          font-weight: 700;
          margin-bottom: 25px;
          margin-top: 25px; }
          @media (min-width: 992px) and (max-width: 1199px) {
            .related-blog .blog-area-section .inner-blog-section .blog-inner-layer .places-text-places .featured-tag-details .inner-blog-details-set h3 {
              font-size: 13px; } }
        .related-blog .blog-area-section .inner-blog-section .blog-inner-layer .places-text-places .featured-tag-details .inner-blog-details-set p {
          font-size: 12px;
          color: #121212;
          margin-bottom: 0px;
          line-height: 20px; }
          @media (min-width: 992px) and (max-width: 1199px) {
            .related-blog .blog-area-section .inner-blog-section .blog-inner-layer .places-text-places .featured-tag-details .inner-blog-details-set p {
              font-size: 11px; } }
    .related-blog .blog-area-section .inner-blog-section .related-title {
      margin-bottom: 50px; }
      .related-blog .blog-area-section .inner-blog-section .related-title h3 {
        font-size: 36px;
        font-weight: 700; }
        @media (max-width: 767px) {
          .related-blog .blog-area-section .inner-blog-section .related-title h3 {
            font-size: 24px; } }

.subscribe-area {
  background-color: #00984A;
  padding: 80px 30px;
  color: #fff; }
  .subscribe-area h3 {
    font-size: 36px; }
    @media (max-width: 767px) {
      .subscribe-area h3 {
        font-size: 20px; } }
  .subscribe-area button.btn-first {
    background-color: #fff;
    padding: 15px 35px;
    border: none; }
    @media (max-width: 767px) {
      .subscribe-area button.btn-first {
        font-size: 14px; } }
  @media (max-width: 767px) {
    .subscribe-area .media {
      display: contents; } }
  .subscribe-area .media-con {
    padding-left: 50px;
    padding-right: 50px; }
    @media (max-width: 767px) {
      .subscribe-area .media-con {
        padding-left: 0px;
        padding-right: 0px; } }
  @media (max-width: 767px) {
    .subscribe-area .media-body {
      margin-top: 30px; } }
  .subscribe-area button.btn-second {
    background-color: #fff;
    padding: 10px 15px;
    border: none;
    margin-left: 2px; }

.blog-inner-details-text h3 {
  font-size: 30px;
  font-weight: 700; }

@media (max-width: 767px) {
  .blog-inner-details-sharing .media {
    display: contents; } }
@media (max-width: 767px) {
  .blog-inner-details-sharing .media .media-con p {
    font-size: 12px; } }

.testimony-banner {
  padding: 100px 0px 0px; }
  .testimony-banner .testimony-banner-title h2 {
    font-size: 30px;
    font-weight: 700; }

.testimony-banner-counter-section {
  margin-top: 100px; }
  .testimony-banner-counter-section .counter-text h3 {
    font-size: 50px; }
  .testimony-banner-counter-section .counter-text p {
    color: #00984A; }

.testimony-banner-counter-inner-section {
  margin-top: 100px; }
  .testimony-banner-counter-inner-section .counter-text-inner {
    margin-bottom: 100px; }
    .testimony-banner-counter-inner-section .counter-text-inner p {
      font-size: 14px;
      margin-top: 15px;
      margin: 15px 35px 15px; }
      @media (max-width: 767px) {
        .testimony-banner-counter-inner-section .counter-text-inner p {
          margin: 15px 15px 15px; } }
    .testimony-banner-counter-inner-section .counter-text-inner .image-circle h5 {
      margin-top: 50px;
      margin-bottom: 0px; }
    .testimony-banner-counter-inner-section .counter-text-inner .image-circle p {
      color: #00984A;
      margin-top: 0px;
      font-size: 14px;
      font-weight: 600; }

@media (max-width: 991px) {
  .dropdown-menu .float-none .col-auto {
    width: 100% !important; } }

.subscribe-area {
  margin-bottom: 150px; }

ul.inner-blog-list {
  padding-left: 0px;
  color: #121212;
  font-weight: normal; }
  ul.inner-blog-list li {
    list-style-type: none; }

.back-green {
  background-color: #00984A; }
  .back-green .area-green {
    padding: 0px 20px; }
    @media (max-width: 767px) {
      .back-green .area-green {
        padding: 50px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .back-green .area-green {
        padding: 30px 10px 30px; } }
    .back-green .area-green p {
      color: #fff; }
    .back-green .area-green .button-set {
      display: inline-block;
      background-color: #fff;
      padding: 10px 30px;
      margin: 20px 0px 0px; }
      .back-green .area-green .button-set a {
        color: #404040;
        font-weight: 600; }

.white-area {
  margin-top: 100px; }
  .white-area .area-green {
    margin-right: 50px; }
    @media (max-width: 767px) {
      .white-area .area-green {
        padding: 50px;
        margin-right: 0px; } }
  @media (max-width: 767px) {
    .white-area {
      margin-top: 0px; } }
  .white-area .button-set {
    display: inline-block;
    background-color: #00984A;
    padding: 10px 30px;
    margin: 20px 0px 0px; }
    .white-area .button-set a {
      color: #fff;
      font-weight: 600; }

.video-section {
  margin-top: 150px; }
  @media (max-width: 767px) {
    .video-section {
      margin-top: 50px; } }
  .video-section .testimony-banner-title p {
    margin-bottom: 60px; }

.overflow-banner {
  background-color: #EDEDED;
  min-height: 300px;
  margin-top: -150px; }

.working-section {
  padding: 100px 0px; }
  @media (max-width: 767px) {
    .working-section {
      padding: 50px 0px; } }
  .working-section .inner-working-section {
    margin-bottom: 50px; }
    .working-section .inner-working-section h3 {
      margin-top: 20px;
      font-size: 18px; }
    .working-section .inner-working-section p {
      margin-top: 10px;
      font-size: 16px; }
    @media (max-width: 767px) {
      .working-section .inner-working-section {
        margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .working-section .working-image-section {
      text-align: center; } }
  @media (max-width: 767px) {
    .working-section .working-content-section {
      text-align: center; } }
  .working-section .working-content-section h5 {
    color: #00984A;
    font-size: 16px; }
  .working-section .working-content-section h2 {
    color: #404040;
    font-size: 36px;
    font-weight: 700; }
  .working-section .working-content-section p {
    margin-top: 50px; }
  .working-section .working-content-section .button-set {
    display: inline-block;
    background-color: transparent;
    border: 1px solid #000;
    padding: 10px 30px;
    margin: 20px 0px 0px; }
    .working-section .working-content-section .button-set a {
      color: #000000;
      font-weight: 700;
      font-size: 14px; }
  .working-section .inner-working-section-right {
    margin-right: 50px; }
    @media (max-width: 767px) {
      .working-section .inner-working-section-right {
        margin-left: 0px;
        margin-right: 0px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .working-section .inner-working-section-right {
        margin-left: 0px;
        margin-right: 0px; } }
  .working-section .inner-working-section-left {
    margin-left: 50px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .working-section .inner-working-section-left {
        margin-left: 0px;
        margin-right: 0px; } }
    @media (max-width: 767px) {
      .working-section .inner-working-section-left {
        margin-left: 0px;
        margin-right: 0px; } }
  .working-section .inner-working-section-center {
    margin-left: 25px;
    margin-right: 25px; }
    @media (max-width: 767px) {
      .working-section .inner-working-section-center {
        margin-left: 0px;
        margin-right: 0px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .working-section .inner-working-section-center {
        margin-left: 0px;
        margin-right: 0px; } }
  .working-section .inner-working-section-top {
    margin-top: 100px; }
    @media (max-width: 767px) {
      .working-section .inner-working-section-top {
        text-align: center;
        margin-top: 10px; } }
  .working-section .inner-working-section-top-1 {
    margin-top: 50px; }
    @media (max-width: 767px) {
      .working-section .inner-working-section-top-1 {
        text-align: center;
        margin-top: 10px; } }

.casestudies-section {
  border: 1px solid #cbcbcb; }
  .casestudies-section .casestudies-title {
    margin-bottom: 45px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 47px; }
    .casestudies-section .casestudies-title h3 {
      color: #00984A;
      font-size: 14px; }
      @media (max-width: 767px) {
        .casestudies-section .casestudies-title h3 {
          margin-top: 30px;
          text-align: left; } }
    .casestudies-section .casestudies-title p {
      font-size: 20px;
      font-weight: 800; }
      @media (max-width: 767px) {
        .casestudies-section .casestudies-title p {
          text-align: left; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .casestudies-section .casestudies-title p {
          font-size: 16px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .casestudies-section .casestudies-title {
        margin-bottom: 15px;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 15px; } }
    @media (min-width: 576px) and (max-width: 767px) {
      .casestudies-section .casestudies-title {
        margin-bottom: 15px;
        margin-left: 30px;
        margin-right: 30px; } }
  .casestudies-section .download-btn .btn-last {
    background-color: #00984A;
    border: none;
    width: 20%;
    padding: 15px;
    float: right; }

.casestudies-top-section {
  margin-top: 50px; }
  .casestudies-top-section .casestudies-section .news-text {
    padding: 39px 40px; }
  .casestudies-top-section .casestudies-section .padding-right-set-position {
    padding-right: 14px; }
    @media (max-width: 767px) {
      .casestudies-top-section .casestudies-section .padding-right-set-position {
        padding-right: 0px; } }
  @media (max-width: 767px) {
    .casestudies-top-section .casestudies-section .row {
      margin-right: 0px;
      margin-left: 0px; } }

.top-area {
  margin-top: 100px; }
  .top-area .tablet-area {
    margin-bottom: 35px; }

@media (max-width: 991px) {
  .tablet-area {
    margin-top: 50px; } }
.contact-form input[type="submit"] {
  background-color: #fff;
  border-radius: 0px;
  color: #000000;
  font-size: 14px;
  padding: 5px 25px; }

.button-loadmore {
  background-color: #00984A;
  margin: 100px 0px;
  padding: 10px; }
  @media (max-width: 767px) {
    .button-loadmore {
      margin: 100px 20px; } }
  .button-loadmore a {
    font-weight: 700;
    color: #fff; }

.recent-viewed {
  margin-bottom: 100px; }
  .recent-viewed .title-papers {
    margin-bottom: 50px; }
  @media (max-width: 991px) {
    .recent-viewed h3 {
      font-size: 22px; } }

.inside-box .set-colum-bdr {
  padding: 50px 60px;
  background-color: #f9f9f9; }
  @media (max-width: 991px) {
    .inside-box .set-colum-bdr {
      padding: 50px 20px; } }
.inside-box .box-structure-details {
  padding: 30px 40px;
  background-color: #fff; }
  @media (max-width: 991px) {
    .inside-box .box-structure-details {
      margin-bottom: 10px; } }
  .inside-box .box-structure-details .casestudies-title h3 {
    color: #00984A;
    font-size: 16px;
    margin-bottom: 20px; }
  .inside-box .box-structure-details .casestudies-title p {
    color: #404040;
    font-size: 20px;
    font-weight: 700; }
    @media (max-width: 991px) {
      .inside-box .box-structure-details .casestudies-title p {
        font-size: 16px; } }

.ui-pt-40 {
  margin-top: 40px; }

.news-events-section {
  padding: 150px 0px 300px;
  position: relative;
  margin-top: 80px; }
  @media (max-width: 767px) {
    .news-events-section {
      padding: 0px 0px 30px;
      margin-top: 30px; } }
  .news-events-section .banner-con {
    min-height: 900px;
    background-size: cover; }
  .news-events-section .news-events-banner-image {
    position: relative; }
    .news-events-section .news-events-banner-image img {
      z-index: 9999; }
      @media (max-width: 767px) {
        .news-events-section .news-events-banner-image img {
          min-height: 400px; } }
    .news-events-section .news-events-banner-image .news-events-banner-image-text {
      padding-top: 100px;
      position: absolute;
      color: #fff;
      text-align: center;
      top: 0px;
      width: 100%; }
      @media (max-width: 767px) {
        .news-events-section .news-events-banner-image .news-events-banner-image-text {
          padding-top: 40px; } }
      .news-events-section .news-events-banner-image .news-events-banner-image-text h3 {
        font-size: 60px;
        font-weight: 800; }
        @media (max-width: 767px) {
          .news-events-section .news-events-banner-image .news-events-banner-image-text h3 {
            font-size: 22px; } }
      .news-events-section .news-events-banner-image .news-events-banner-image-text h5 {
        font-size: 22px;
        font-weight: 800; }
        .news-events-section .news-events-banner-image .news-events-banner-image-text h5 .green-color {
          color: #00984A; }
        @media (max-width: 767px) {
          .news-events-section .news-events-banner-image .news-events-banner-image-text h5 {
            font-size: 18px; } }
      .news-events-section .news-events-banner-image .news-events-banner-image-text .register-button-now .button-loadmore {
        margin-top: 0px;
        background-color: #fff; }
        .news-events-section .news-events-banner-image .news-events-banner-image-text .register-button-now .button-loadmore a {
          text-transform: uppercase;
          color: #00984A; }
      .news-events-section .news-events-banner-image .news-events-banner-image-text #countdown {
        margin: 30px 0px; }
    .news-events-section .news-events-banner-image ul {
      padding-left: 0px; }
    .news-events-section .news-events-banner-image li {
      display: inline-block;
      font-size: 14px;
      list-style-type: none;
      padding: 1em;
      text-transform: uppercase;
      font-weight: 700; }
      @media (max-width: 767px) {
        .news-events-section .news-events-banner-image li {
          font-size: 10px; } }
    .news-events-section .news-events-banner-image li span {
      display: block;
      font-size: 4.5rem;
      line-height: 70px; }
  .news-events-section .banner-absolute {
    top: 60px; }
    .news-events-section .banner-absolute .news-events-banner-image-right {
      position: absolute;
      right: 0px;
      top: 0px;
      z-index: -9999; }
      .news-events-section .banner-absolute .news-events-banner-image-right img {
        max-height: 910px; }
    .news-events-section .banner-absolute .news-events-banner-image-left {
      position: absolute;
      left: 0px;
      top: 0px; }
      @media (max-width: 767px) {
        .news-events-section .banner-absolute .news-events-banner-image-left {
          display: none; } }

.schedule-details {
  background-color: #00984A;
  padding: 100px 0px 260px; }
  @media (max-width: 767px) {
    .schedule-details {
      padding: 50px 0px 220px; } }
  .schedule-details h3 {
    font-size: 90px;
    font-weight: 800;
    text-align: center;
    color: #fff; }
    @media (max-width: 991px) {
      .schedule-details h3 {
        font-size: 30px; } }

.schedule-box-details {
  margin-top: -180px;
  margin-bottom: 150px; }
  @media (max-width: 767px) {
    .schedule-box-details {
      margin-bottom: 50px; } }
  .schedule-box-details .inside-schedule-box-details {
    padding: 40px 0px;
    background-color: #fff;
    border-top: 10px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4; }
    .schedule-box-details .inside-schedule-box-details h3 {
      margin-bottom: 0px;
      font-weight: 800;
      font-size: 36px; }
    .schedule-box-details .inside-schedule-box-details p {
      margin-bottom: 40px;
      font-size: 20px; }
    .schedule-box-details .inside-schedule-box-details .schedule-details-box h6 {
      margin-bottom: 0px;
      font-size: 14px; }
    @media (max-width: 767px) {
      .schedule-box-details .inside-schedule-box-details .schedule-details-box .schedule-border-details-box {
        display: block; } }
    @media (max-width: 767px) {
      .schedule-box-details .inside-schedule-box-details .schedule-details-box .schedule-border-details-box .media {
        display: block; }
      .schedule-box-details .inside-schedule-box-details .schedule-details-box .schedule-border-details-box .media-body {
        display: block;
        margin-top: 20px; } }
  .schedule-box-details ul {
    list-style-type: none;
    padding-left: 20px;
    margin-bottom: 0px; }
    .schedule-box-details ul li {
      margin-bottom: 5px; }
      .schedule-box-details ul li .block-1 {
        display: inline-block; }
      .schedule-box-details ul li .block-2 {
        display: inline-block; }
  .schedule-box-details .schedule-border-details-box {
    border-top: 1px solid #eaeaea;
    padding: 20px 10px; }
    .schedule-box-details .schedule-border-details-box h6 span.site-color {
      color: #00984A; }

.sponsors-details .sponsors-details-title h3 {
  font-size: 50px;
  font-weight: 800; }
.sponsors-details .sponsor-category {
  padding: 30px 0px; }
  .sponsors-details .sponsor-category h3 {
    font-size: 26px;
    color: #00984A;
    margin-top: 20px; }
    @media (max-width: 767px) {
      .sponsors-details .sponsor-category h3 {
        text-align: center; } }
.sponsors-details .bdr-set {
  border-bottom: 1px solid #C4C4C4; }
  @media (max-width: 767px) {
    .sponsors-details .bdr-set {
      margin-right: 0px;
      margin-left: 0px; } }
.sponsors-details .become-sponser .button-loadmore {
  margin: 60px 0px; }
  @media (max-width: 767px) {
    .sponsors-details .become-sponser .button-loadmore {
      margin: 30px 0px; } }

.ui-pt-30 {
  padding-top: 30px; }

.view-casestudies .pager-load-more {
  margin: 80px 0px 100px; }
  .view-casestudies .pager-load-more a {
    background-color: #00984A;
    padding: 10px 90px;
    color: #fff; }

.countdown-numbers {
  font-size: 50px;
  line-height: 50px;
  font-weight: 500; }
  @media (max-width: 767px) {
    .countdown-numbers {
      font-size: 25px; } }

.latest-news-section {
  margin-bottom: 100px;
  margin-top: 100px; }
  .latest-news-section h4 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 30px; }
  .latest-news-section .news-events-banner {
    border: 1px solid #a5a5a5; }
    .latest-news-section .news-events-banner .inner-blog-details-set h4 {
      font-size: 14px;
      font-weight: 700; }
    .latest-news-section .news-events-banner .inner-blog-details-set p {
      font-size: 13px; }
  @media (max-width: 767px) {
    .latest-news-section {
      margin-bottom: 30px;
      margin-top: 30px; } }

.featured-tag-details {
  padding: 0px 20px 10px; }
  .featured-tag-details .media {
    margin-top: 20px; }
    .featured-tag-details .media ul {
      list-style-type: none;
      padding-left: 0px; }
      .featured-tag-details .media ul li {
        font-size: 14px; }
        .featured-tag-details .media ul li img {
          display: inline-block !important;
          padding-right: 10px;
          max-width: 26px; }
    .featured-tag-details .media .right {
      padding-right: 20px; }
    .featured-tag-details .media .left {
      padding-right: 20px; }
      .featured-tag-details .media .left ul li {
        color: #00984A; }

.author-details {
  margin-top: 10px; }
  .author-details .avatar {
    margin-right: 10px; }

.author-padding {
  padding-left: 30px; }
  .author-padding h5 {
    font-size: 18px;
    font-weight: 600; }

.latest-news-section .owl-nav {
  position: absolute;
  top: -6rem;
  right: 0; }
  @media (max-width: 767px) {
    .latest-news-section .owl-nav {
      top: 0rem; } }
  @media (max-width: 991px) {
    .latest-news-section .owl-nav {
      top: 0rem; } }

.latest-news-section .owl-carousel .owl-dots.disabled, .latest-news-section .owl-carousel .owl-nav.disabled {
  display: block; }

.latest-news-section .owl-carousel .owl-nav .owl-prev:hover,
.latest-news-section .owl-carousel .owl-nav .owl-next:hover {
  outline: none !important;
  opacity: 1;
  border: 1px solid #00984A !important; }

.latest-news-section .owl-carousel .owl-nav .owl-prev {
  outline: none;
  opacity: 0.6;
  transition: all .5s ease;
  margin-right: 15px;
  border: 1px solid #404040 !important;
  padding: 15px !important; }
  @media (max-width: 767px) {
    .latest-news-section .owl-carousel .owl-nav .owl-prev {
      padding: 10px !important; } }

.latest-news-section .owl-carousel .owl-nav .owl-next {
  outline: none;
  opacity: 0.6;
  transition: all .5s ease;
  margin-right: 15px;
  border: 1px solid #404040 !important;
  padding: 15px !important; }
  @media (max-width: 767px) {
    .latest-news-section .owl-carousel .owl-nav .owl-next {
      padding: 10px !important; } }

.latest-news-section .owl-nav img {
  width: 20px; }

.latest-news-section .owl-carousel .owl-nav .owl-prev span.owl-prev {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyMiAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxIDcuNjMyNjVIMk0yIDcuNjMyNjVMNi41NiAxTTIgNy42MzI2NUw2LjU2IDE0IiBzdHJva2U9IiM0MDQwNDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  border: none !important;
  background-position: center;
  margin-right: 0px; }

.latest-news-section .owl-carousel .owl-nav .owl-next span.owl-next {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyMiAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNy42MzI2NUgyME0yMCA3LjYzMjY1TDE1LjQ0IDFNMjAgNy42MzI2NUwxNS40NCAxNCIgc3Ryb2tlPSIjNDA0MDQwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  border: none !important;
  background-position: center;
  margin-right: 0px; }

.latest-news-section .owl-carousel .owl-nav .owl-prev span.owl-prev:hover {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjJweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIDAgMjIgMTUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIyIDE1IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwOTg0QSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Ik0yMCw3LjM2N0gxIE0xLDcuMzY3TDUuNTYxLDE0IE0xLDcuMzY3TDUuNTYxLDEiLz4NCjwvc3ZnPg0K"); }

.latest-news-section .owl-carousel .owl-nav .owl-next span.owl-next:hover {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyMiAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNy42MzI2NUgyME0yMCA3LjYzMjY1TDE1LjQ0IDFNMjAgNy42MzI2NUwxNS40NCAxNCIgc3Ryb2tlPSIjMDA5ODRBIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K"); }

p.margin-top-set {
  font-weight: bold;
  margin-top: 30px; }

.box-layout-image {
  border: 1px solid #CBCBCB;
  margin-right: 30px;
  padding: 20px 10px; }

.row-flex {
  display: flex;
  flex-wrap: wrap; }

.bfsi {
  width: 75% !important;
  margin: 0px auto !important; }

.bfsi .media-con {
  padding-left: 0px !important;
  min-width: 300px !important; }

.nav-fx-1 {
  padding: 0 50px; }
  @media screen and (max-width: 767px) {
    .nav-fx-1 {
      padding: 0 30px; } }
  .nav-fx-1 .owl-nav {
    position: absolute;
    top: 33%;
    width: 100%;
    left: 0; }
    @media screen and (max-width: 767px) {
      .nav-fx-1 .owl-nav {
        top: 27%; } }
    .nav-fx-1 .owl-nav button {
      background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6338 5.85838H1.30687M1.30687 5.85838L4.02533 1.9043M1.30687 5.85838L4.02533 9.6543' stroke='%2300984A' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A") !important;
      background-repeat: no-repeat !important;
      position: absolute;
      width: 37px;
      height: 37px;
      position: absolute;
      border: 1px solid #00984A !important;
      background-position: center !important;
      background-color: #fff !important;
      left: -20px; }
      @media screen and (max-width: 1400px) {
        .nav-fx-1 .owl-nav button {
          left: 0px; } }
      .nav-fx-1 .owl-nav button.owl-next {
        background-image: url("data:image/svg+xml,%0A%3Csvg width='15' height='11' viewBox='0 0 15 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.71191 5.85838H13.0388M13.0388 5.85838L10.3204 1.9043M13.0388 5.85838L10.3204 9.6543' stroke='%2300984A' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A") !important;
        left: auto;
        right: -30px !important; }
        @media screen and (max-width: 1400px) {
          .nav-fx-1 .owl-nav button.owl-next {
            right: 0px !important; } }
      .nav-fx-1 .owl-nav button span {
        display: none; }

.border-fix .item {
  border: 1px solid #CBCBCB; }

.delight-your {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 15px; }

.company-clients .section-clients {
  border-bottom: none;
  background-color: #fff; }

@media screen and (max-width: 767px) {
  .foot-row-flex-direction {
    flex-direction: column-reverse; } }
.box-layout-image-fix .content {
  border: 1px solid #CBCBCB; }
  .box-layout-image-fix .content .hint-boxex {
    border-top: 1px solid #CBCBCB;
    padding: 25px;
    min-height: 100px; }
    .box-layout-image-fix .content .hint-boxex p {
      margin-bottom: 0;
      line-height: 150%;
      font-weight: 300; }
  .box-layout-image-fix .content .hint-boxex-img {
    display: flex;
    align-items: center;
    min-height: 200px;
    justify-content: center; }

.list-type-v3 {
  list-style: none;
  padding-top: 30px;
  padding-left: 40px; }
  @media screen and (max-width: 767px) {
    .list-type-v3 {
      padding-left: 5px; } }
  .list-type-v3 li {
    position: relative;
    padding-left: 30px;
    line-height: 150%;
    margin-bottom: 15px; }
    .list-type-v3 li:before {
      background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%2300984A'/%3E%3Cpath d='M5.17285 5.88184V8.46333L14.6298 13.9232V11.3417L5.17285 5.88184Z' fill='white'/%3E%3Cpath d='M10.1943 3.79297V6.37405L14.6295 8.93452V6.35344L10.1943 3.79297Z' fill='white'/%3E%3Cpath d='M10.1946 16.515V13.9335L5.17285 11.0342V13.6157L10.1946 16.515Z' fill='white'/%3E%3C/svg%3E%0A");
      content: '';
      position: absolute;
      top: 2px;
      left: 0;
      width: 20px;
      height: 20px; }

.pb-150 {
  padding-bottom: 150px; }
  @media (max-width: 991px) {
    .pb-150 {
      padding-bottom: 100px; } }
  @media (max-width: 767px) {
    .pb-150 {
      padding-bottom: 50px; } }

.box-layout-icons {
  border: 1px solid #cbcbcb;
  padding: 50px 5px 50px 0px;
  margin-top: 48px;
  max-height: 213px; }
  .box-layout-icons p {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px; }

.overview .inner-paragraph p {
  color: #121212; }
.overview .inner-paragraph-bold p {
  margin-bottom: 0px; }

.inner-paragraph-bold-top {
  margin-top: 100px; }

.paragraph-top {
  margin-top: 30px; }

.bottom-space {
  margin-bottom: 50px; }

.clients-section-area .section-clients {
  background-color: #fff;
  border-bottom: none;
  padding-bottom: 0px; }

.bottom-section-final {
  margin-bottom: 200px; }

.fw-500 {
  font-weight: 700; }

.pt-60 {
  margin-top: 60px; }

.full-width .container--1 {
  max-width: 1345px; }
  @media (min-width: 1300px) and (max-width: 1599px) {
    .full-width .container--1 {
      max-width: 1340px;
      min-width: 1250px; } }
  @media (max-width: 991px) {
    .full-width .container--1 {
      max-width: 1060px; } }

.green-text-box .green-box {
  margin-top: 0px; }

.last-box .green-color {
  border-bottom: none !important; }

.green-box {
  margin-top: -1px; }
  .green-box .green-color {
    background-color: #00984A;
    text-align: center;
    padding: 30px;
    color: #fff;
    border-bottom: 1px solid #CBCBCB; }
    @media (min-width: 768px) and (max-width: 991px) {
      .green-box .green-color {
        border-bottom: none; } }
    .green-box .green-color p {
      font-weight: 600;
      margin-top: 10px; }
    .green-box .green-color h3 {
      font-size: 30px;
      line-height: 40px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .green-box .green-color h3 {
          font-size: 20px;
          line-height: 25px; } }
  .green-box .green-color.min-height {
    min-height: 220px; }
    .green-box .green-color.min-height h3 {
      margin-top: 30px; }
    .green-box .green-color.min-height .mrt-2 {
      margin-top: 30px; }
  .green-box .green-text {
    padding: 70px 50px; }
    @media (max-width: 767px) {
      .green-box .green-text {
        padding: 30px 20px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .green-box .green-text {
        padding: 34px 50px; } }
  .green-box .border-line {
    border: 1px solid #cbcbcb; }
  .green-box .border-line.border-text-size .green-text {
    padding: 97px 50px; }
    @media (max-width: 767px) {
      .green-box .border-line.border-text-size .green-text {
        padding: 30px 20px; } }
  .green-box .border-line-top {
    border: 1px solid #cbcbcb;
    border-top: none; }

.green-right-source p {
  text-align: right; }

@media (max-width: 767px) {
  .mobile-pl {
    padding-left: 0px; } }

.source-text p {
  text-align: right; }
  @media (max-width: 767px) {
    .source-text p {
      text-align: center; } }

.col-container {
  display: flex;
  width: 100%; }

.col-sets {
  flex: 1; }

span.green-underline {
  text-decoration: underline;
  color: #00984A; }

.careers-layout {
  margin-top: 60px; }
  @media (max-width: 767px) {
    .careers-layout .boxs-set {
      margin-bottom: 10px; } }
  .careers-layout .box-layout {
    margin: 20px 50px 0px 0px; }
    .careers-layout .box-layout h3 {
      color: #fff;
      font-size: 16px;
      margin-top: 30px;
      margin-bottom: 20px;
      min-height: 40px; }
    .careers-layout .box-layout p {
      color: #fff;
      font-size: 14px; }
    @media (max-width: 767px) {
      .careers-layout .box-layout {
        margin: 0px 0px 0px 0px; } }
  .careers-layout .box-layout {
    padding: 40px; }

.services-section-area-careers {
  padding: 100px 0px;
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .services-section-area-careers {
      padding: 50px 0px; } }
  @media (max-width: 767px) {
    .services-section-area-careers .inner-pages-title-head h2 {
      font-size: 18px; } }
  .services-section-area-careers .search-box input[type=text] {
    border: 1px solid #CBCBCB;
    border-radius: 0px;
    min-height: 70px;
    background-image: url("data:image/svg+xml,%3Csvg width='74' height='70' viewBox='0 0 74 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='72.3333' height='69' fill='white' stroke='%2300984A'/%3E%3Cpath d='M26.521 24.5211C28.7916 22.2505 31.8106 21 35.0216 21C38.2327 21 41.2516 22.2505 43.5222 24.5211C45.7928 26.7917 47.0433 29.8106 47.0433 33.0216C47.0433 35.9574 45.9975 38.7321 44.083 40.9216L50.7594 47.5981C51.08 47.9188 51.08 48.4387 50.7594 48.7594C50.599 48.9197 50.3889 49 50.1787 49C49.9686 49 49.7584 48.9198 49.5981 48.7594L42.9217 42.083C40.7322 43.9974 37.9574 45.0433 35.0216 45.0433C31.8105 45.0433 28.7917 43.7928 26.5211 41.5222C24.2505 39.2517 23 36.2327 23 33.0217C23 29.8106 24.2505 26.7917 26.521 24.5211ZM27.6824 40.3609C31.7293 44.4078 38.3139 44.4078 42.3609 40.3609C46.4077 36.3141 46.4077 29.7293 42.3609 25.6824C40.3372 23.6588 37.6798 22.6473 35.0216 22.6473C32.364 22.6473 29.7055 23.6593 27.6823 25.6824C23.6355 29.7293 23.6355 36.314 27.6824 40.3609Z' fill='%2300984A'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right; }
    @media (max-width: 767px) {
      .services-section-area-careers .search-box input[type=text] {
        min-height: 52px; } }
  .services-section-area-careers .search-box .btn {
    background-color: #00984A;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    min-height: 70px;
    border-radius: 0px;
    font-size: 18px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .services-section-area-careers .search-box .btn {
        margin-top: 20px;
        min-height: 52px;
        font-size: 15px; } }
  .services-section-area-careers .search-box p.small {
    margin-top: 35px;
    font-size: 16px; }

.searching-area label {
  font-size: 30px;
  color: #404040;
  font-weight: bold;
  margin-bottom: 22px; }
  @media (max-width: 767px) {
    .searching-area label {
      font-size: 20px;
      margin-bottom: 5px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .searching-area label {
      font-size: 20px;
      margin-bottom: 5px; } }
.searching-area .states-list select {
  padding: 30px 16px;
  background-color: #FAFAFA;
  border: none; }
  .searching-area .states-list select option.selected {
    padding: 7px 20px;
    background-color: #00984A;
    font-weight: bold; }
  .searching-area .states-list select option {
    padding: 7px 20px;
    background-color: #fff;
    font-weight: bold; }
.searching-area .country-list select {
  padding: 10px 18px 10px 30px;
  height: 34px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='24' viewBox='0 0 18 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.96352 1.44434L8.96351 22.5554M8.96351 22.5554L16.3331 17.4888M8.96351 22.5554L1.88868 17.4888' stroke='%2300984A' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  -webkit-appearance: none;
  background-position-x: 350px;
  background-repeat: no-repeat;
  background-position-y: 20px; }
.searching-area .within-type select {
  padding: 10px 18px 10px 30px;
  height: 34px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='24' viewBox='0 0 18 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.96352 1.44434L8.96351 22.5554M8.96351 22.5554L16.3331 17.4888M8.96351 22.5554L1.88868 17.4888' stroke='%2300984A' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  -webkit-appearance: none;
  background-position-x: 350px;
  background-repeat: no-repeat;
  background-position-y: 20px; }
.searching-area .job-type select {
  padding: 30px 16px;
  background-color: #FAFAFA;
  border: none;
  overflow: hidden; }
  .searching-area .job-type select option.selected {
    padding: 7px 20px;
    background-color: #00984A;
    font-weight: bold; }
  .searching-area .job-type select option {
    padding: 7px 20px;
    background-color: #FAFAFA;
    font-weight: bold; }
.searching-area .onsite-type select {
  padding: 30px 16px;
  background-color: #FAFAFA;
  border: none;
  overflow: hidden; }
  .searching-area .onsite-type select option.selected {
    padding: 7px 20px;
    background-color: #00984A;
    font-weight: bold; }
  .searching-area .onsite-type select option {
    padding: 7px 20px;
    background-color: #FAFAFA;
    font-weight: bold; }
.searching-area select {
  width: 100%;
  min-height: 70px;
  border: 1px solid #CBCBCB;
  border-radius: 0px;
  min-height: 70px;
  padding: 0px; }
  @media (max-width: 767px) {
    .searching-area select {
      min-height: 52px; } }
  .searching-area select option.selected {
    padding: 7px 20px;
    background-color: #00984A;
    color: #fff; }
  .searching-area select option {
    padding: 7px 20px;
    background-color: #fff;
    color: #121212;
    font-size: 16px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .searching-area select option {
        font-size: 14px; } }
.searching-area input[type=text] {
  width: 100%;
  min-height: 70px;
  border: 1px solid #CBCBCB;
  border-radius: 0px;
  min-height: 70px;
  padding: 0px 16px; }
  @media (max-width: 767px) {
    .searching-area input[type=text] {
      min-height: 52px; } }

button.search-jobs {
  background-color: #00984A;
  color: #fff;
  text-align: center;
  min-height: 47px;
  border-radius: 0px;
  margin-top: 25px;
  padding: 15px 40px; }

.job-display-section {
  background-color: #FAFAFA;
  padding: 26px; }
  .job-display-section .job-display-sections {
    background-color: #fff;
    border-top: 7px solid #fff;
    cursor: pointer;
    height: 100%; }
    .job-display-section .job-display-sections .job-display-section-details {
      padding: 50px 30px 30px; }
      @media (max-width: 767px) {
        .job-display-section .job-display-sections .job-display-section-details {
          padding: 20px 20px 30px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .job-display-section .job-display-sections .job-display-section-details {
          padding: 50px 25px 30px; } }
      .job-display-section .job-display-sections .job-display-section-details h3 {
        font-size: 24px;
        min-height: 60px;
        color: #404040;
        margin-bottom: 15px;
        line-height: 30px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .job-display-section .job-display-sections .job-display-section-details h3 {
            font-size: 20px; } }
        @media (max-width: 767px) {
          .job-display-section .job-display-sections .job-display-section-details h3 {
            font-size: 16px;
            line-height: 24px; } }
      .job-display-section .job-display-sections .job-display-section-details p {
        color: #808080;
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 0px; }
        @media (max-width: 767px) {
          .job-display-section .job-display-sections .job-display-section-details p {
            font-size: 14px; } }
        @media (min-width: 1300px) and (max-width: 1599px) {
          .job-display-section .job-display-sections .job-display-section-details p {
            min-height: 150px; } }
    .job-display-section .job-display-sections .job-display-section-place {
      padding: 30px 30px 0px;
      border-top: 0.5px solid #80808042; }
      .job-display-section .job-display-sections .job-display-section-place p {
        color: #808080;
        font-size: 16px;
        line-height: 25px; }
        @media (max-width: 767px) {
          .job-display-section .job-display-sections .job-display-section-place p {
            font-size: 14px;
            margin-bottom: 5px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .job-display-section .job-display-sections .job-display-section-place p {
            font-size: 10px; } }

.style-2::-webkit-scrollbar-track {
  background-color: #F5F5F5; }

.style-2::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5; }

.style-2::-webkit-scrollbar-thumb {
  background-color: #00984A; }

.dropbtn {
  background-color: transparent;
  color: #121212;
  padding: 10px 35px  10px 15px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border: 1px solid #00984A;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.85838H12.3269M12.3269 5.85838L9.60846 1.9043M12.3269 5.85838L9.60846 9.6543' stroke='%2300984A' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 60px; }

.dropdown {
  position: relative;
  display: inline-block;
  margin-left: 15px; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 9999; }

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 16px; }

.dropdown-content a:hover {
  background-color: #f1f1f1; }

.dropdown:hover .dropdown-content {
  display: block; }

.job-display-section-title h5 {
  font-size: 16px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .job-display-section-title h5 {
      font-size: 14px;
      text-align: center; } }

.job-display-section-title h4 {
  font-size: 16px;
  font-weight: bold; }
  @media (min-width: 768px) and (max-width: 991px) {
    .job-display-section-title h4 {
      font-size: 14px; } }

.job-display-sections-hide {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.99, -0.25);
  transition-delay: 0.2s; }

.job-display-sections-show:hover .job-display-sections-hide {
  border-top: 7px solid #00984A;
  visibility: visible;
  opacity: 1;
  top: 0px;
  background-color: #fff;
  height: 100%;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }

.job-display-section {
  background-color: #FAFAFA;
  padding: 26px; }
  .job-display-section .job-display-sections-hide {
    background-color: #fff;
    border-top: 7px solid #fff;
    margin-right: 15px;
    margin-top: 0px; }
    .job-display-section .job-display-sections-hide .job-display-section-details {
      padding: 15px 30px 30px; }
      .job-display-section .job-display-sections-hide .job-display-section-details .job-id-section-details h4 {
        font-size: 16px;
        margin-bottom: 15px; }
      @media (max-width: 767px) {
        .job-display-section .job-display-sections-hide .job-display-section-details {
          padding: 15px 20px 30px; } }
      .job-display-section .job-display-sections-hide .job-display-section-details h3 {
        font-size: 24px;
        color: #00984A;
        margin-bottom: 15px;
        line-height: 30px; }
        @media (max-width: 767px) {
          .job-display-section .job-display-sections-hide .job-display-section-details h3 {
            font-size: 16px;
            line-height: 24px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .job-display-section .job-display-sections-hide .job-display-section-details h3 {
            font-size: 20px; } }
      .job-display-section .job-display-sections-hide .job-display-section-details p {
        color: #808080;
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 0px; }
        @media (max-width: 767px) {
          .job-display-section .job-display-sections-hide .job-display-section-details p {
            font-size: 14px; } }
    .job-display-section .job-display-sections-hide .job-display-section-place {
      padding: 30px 30px;
      border-top: 0.5px solid #80808042; }
      .job-display-section .job-display-sections-hide .job-display-section-place p {
        color: #808080;
        font-size: 16px;
        line-height: 25px; }
        @media (max-width: 767px) {
          .job-display-section .job-display-sections-hide .job-display-section-place p {
            font-size: 14px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .job-display-section .job-display-sections-hide .job-display-section-place p {
            font-size: 10px; } }
    .job-display-section .job-display-sections-hide a {
      color: #404040; }

@media (max-width: 767px) {
  .job-display-section-title {
    text-align: left; } }
.job-display-section-title .text-right {
  text-align: left !important; }

ul.pagination {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 150px; }
  ul.pagination li {
    padding: 7px 14px;
    border: 1px solid #A1A1A1;
    display: inline-block;
    margin-right: 10px; }
    ul.pagination li a {
      color: #121212;
      font-weight: 700; }

.scrollbar-hidden::-webkit-scrollbar {
  display: none; }

/* Hide scrollbar for IE, Edge add Firefox */
.scrollbar-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* Firefox */ }

.mobile-space {
  margin-top: 20px; }
  @media (max-width: 767px) {
    .mobile-space {
      margin-top: 20px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .mobile-space {
      margin-bottom: 20px; } }

.careers-outlines .careers-outlines-set .careers-outline h4 {
  font-size: 36px; }

.text-field {
  margin: 0px auto;
  width: 60%; }
  .text-field input[type=text] {
    min-height: 70px;
    padding: 0px 30px; }

.services-section-area-careers {
  position: relative;
  padding: 150px 0px;
  padding-top: 0px; }
  @media (max-width: 767px) {
    .services-section-area-careers {
      padding: 50px 0px; } }

.services-section-area-careers-top {
  position: relative;
  padding: 150px 0px;
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .services-section-area-careers-top {
      padding: 50px 0px; } }

.services-section-area-careers-top:before {
  content: "";
  position: absolute;
  left: -50px;
  width: 315px;
  height: 420px;
  background-repeat: no-repeat;
  background-image: url(../svg/careers-background.svg);
  background-position: right 50%;
  z-index: -11;
  top: 13%; }
  @media (min-width: 1300px) and (max-width: 1599px) {
    .services-section-area-careers-top:before {
      left: -170px; } }
  @media (min-width: 1200px) and (max-width: 1299px) {
    .services-section-area-careers-top:before {
      left: -256px; } }
  @media (min-width: 1300px) and (max-width: 1400px) {
    .services-section-area-careers-top:before {
      left: -229px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .services-section-area-careers-top:before {
      background-image: none; } }
  @media (max-width: 991px) {
    .services-section-area-careers-top:before {
      background-image: none; } }

.area-careers-job-overview {
  padding-top: 150px;
  padding-bottom: 135px; }
  @media (max-width: 767px) {
    .area-careers-job-overview {
      padding-top: 30px;
      padding-bottom: 35px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .area-careers-job-overview {
      padding-top: 50px;
      padding-bottom: 35px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .area-careers-job-overview {
      padding-top: 80px;
      padding-bottom: 35px; } }
  .area-careers-job-overview .job-title h3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #404040; }
    @media (max-width: 767px) {
      .area-careers-job-overview .job-title h3 {
        font-size: 24px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .area-careers-job-overview .job-title h3 {
        font-size: 30px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .area-careers-job-overview .job-title h3 {
        font-size: 30px; } }
  .area-careers-job-overview .job-title-details p {
    margin-bottom: 5px; }
  @media (max-width: 767px) {
    .area-careers-job-overview .job-title-details {
      margin-bottom: 20px; } }

.btrn-apply button {
  display: block;
  width: 100%; }
.btrn-apply .apply {
  background-color: #00984a;
  padding: 22px 40px;
  color: #fff;
  border: none;
  font-size: 18px; }
  @media (max-width: 767px) {
    .btrn-apply .apply {
      padding: 15px 40px; } }
.btrn-apply .goback {
  background-color: #EDEDED;
  padding: 22px 40px;
  color: #000;
  border: none;
  margin-top: 10px; }
  @media (max-width: 767px) {
    .btrn-apply .goback {
      padding: 15px 40px; } }
  .btrn-apply .goback a {
    color: #000;
    font-size: 18px; }

.area-careers-job-overview-details .list-type-v3 {
  padding-left: 0px;
  padding-top: 0px; }
.area-careers-job-overview-details .job-details h3 {
  margin-bottom: 30px;
  color: #404040;
  font-size: 30px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .area-careers-job-overview-details .job-details h3 {
      font-size: 24px; } }
  @media (max-width: 767px) {
    .area-careers-job-overview-details .job-details h3 {
      font-size: 24px; } }
.area-careers-job-overview-details .job-details p {
  margin-bottom: 50px;
  color: #121212;
  font-size: 16px; }
  @media (max-width: 767px) {
    .area-careers-job-overview-details .job-details p {
      line-height: 26px; } }
.area-careers-job-overview-details .principal-details h3 {
  margin-bottom: 30px;
  color: #404040;
  font-size: 30px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .area-careers-job-overview-details .principal-details h3 {
      font-size: 24px; } }
  @media (max-width: 767px) {
    .area-careers-job-overview-details .principal-details h3 {
      font-size: 24px; } }
.area-careers-job-overview-details .principal-details p {
  margin-bottom: 50px;
  color: #121212;
  font-size: 16px; }
  @media (max-width: 767px) {
    .area-careers-job-overview-details .principal-details p {
      line-height: 26px; } }
.area-careers-job-overview-details .solutions-icons-section h3 {
  margin-bottom: 30px;
  color: #404040;
  font-size: 30px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .area-careers-job-overview-details .solutions-icons-section h3 {
      font-size: 24px; } }
  @media (max-width: 767px) {
    .area-careers-job-overview-details .solutions-icons-section h3 {
      font-size: 24px; } }
.area-careers-job-overview-details .solutions-icons-section p {
  margin-bottom: 50px;
  color: #121212;
  font-size: 16px; }
.area-careers-job-overview-details .solutions-icons-section p.location-details {
  font-size: 16px;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .area-careers-job-overview-details .solutions-icons-section p.location-details {
      margin-bottom: 50px; } }

.down-apply {
  margin-bottom: 100px; }

.careers-model .modal-dialog {
  max-width: 1350px;
  margin: 1.75rem auto; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .careers-model .modal-dialog {
      max-width: 1130px; } }
  @media (min-width: 1300px) and (max-width: 1599px) {
    .careers-model .modal-dialog {
      max-width: 1250px; } }

.area-careers-job-overview.pop-up {
  padding: 50px;
  margin-bottom: 150px; }
  @media (max-width: 767px) {
    .area-careers-job-overview.pop-up {
      padding: 20px 5px; } }

.careers-model .btn-close {
  position: absolute;
  right: -38px;
  top: -45px;
  opacity: 1;
  color: #fff;
  width: 30px;
  height: 39px;
  background-repeat: no-repeat; }

.text-field-area {
  margin-top: 50px; }
  .text-field-area .form-text {
    min-height: 70px;
    border-radius: 0px;
    border: 1px solid #00984a;
    width: 100%;
    margin-top: 0px;
    padding: 10px 20px; }
    @media (max-width: 767px) {
      .text-field-area .form-text {
        min-height: 50px;
        margin-bottom: 20px; } }
  .text-field-area .form-submit {
    background-color: #00984A;
    color: #fff;
    min-height: 70px;
    border-radius: 0px;
    border: none;
    float: right; }
    @media (max-width: 767px) {
      .text-field-area .form-submit {
        min-height: 48px; } }
  .text-field-area .mt-15 {
    margin-top: 10px; }

@media (max-width: 767px) {
  .text-field-area .pr-0 {
    padding-right: 15px !important; } }

.careers-model .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.1724 26.9999L39.8474 17.3474C40.271 16.9237 40.5091 16.3491 40.5091 15.7499C40.5091 15.1508 40.271 14.5761 39.8474 14.1524C39.4237 13.7287 38.849 13.4907 38.2499 13.4907C37.6507 13.4907 37.076 13.7287 36.6524 14.1524L26.9999 23.8274L17.3474 14.1524C16.9237 13.7287 16.349 13.4907 15.7499 13.4907C15.1507 13.4907 14.576 13.7287 14.1524 14.1524C13.7287 14.5761 13.4907 15.1508 13.4907 15.7499C13.4907 16.3491 13.7287 16.9237 14.1524 17.3474L23.8274 26.9999L14.1524 36.6524C13.9415 36.8616 13.7741 37.1104 13.6599 37.3846C13.5456 37.6588 13.4868 37.9529 13.4868 38.2499C13.4868 38.547 13.5456 38.841 13.6599 39.1152C13.7741 39.3894 13.9415 39.6383 14.1524 39.8474C14.3615 40.0583 14.6104 40.2257 14.8846 40.3399C15.1587 40.4542 15.4528 40.513 15.7499 40.513C16.0469 40.513 16.341 40.4542 16.6152 40.3399C16.8893 40.2257 17.1382 40.0583 17.3474 39.8474L26.9999 30.1724L36.6524 39.8474C36.8615 40.0583 37.1104 40.2257 37.3846 40.3399C37.6588 40.4542 37.9528 40.513 38.2499 40.513C38.5469 40.513 38.841 40.4542 39.1152 40.3399C39.3893 40.2257 39.6382 40.0583 39.8474 39.8474C40.0583 39.6383 40.2256 39.3894 40.3399 39.1152C40.4541 38.841 40.5129 38.547 40.5129 38.2499C40.5129 37.9529 40.4541 37.6588 40.3399 37.3846C40.2256 37.1104 40.0583 36.8616 39.8474 36.6524L30.1724 26.9999Z' fill='white'/%3E%3C/svg%3E%0A");
  position: absolute;
  right: -44px;
  top: -41px;
  opacity: 1;
  color: #fff;
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none; }
  @media (max-width: 991px) {
    .careers-model .btn-close {
      right: -10px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .careers-model .btn-close {
      right: -15px; } }

.form-layout {
  position: relative; }

.form-layout:after {
  content: "";
  width: 74px;
  height: 70px;
  background-image: url("data:image/svg+xml,%3Csvg width='74' height='70' viewBox='0 0 74 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.16602' y='0.5' width='72.3333' height='69' fill='white' stroke='%2300984A'/%3E%3Cpath d='M26.2217 35.1474H47.3328M47.3328 35.1474L42.2661 27.7778M47.3328 35.1474L42.2661 42.2223' stroke='%2300984A' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  top: -7px;
  right: 15px;
  position: absolute;
  display: inline-block; }
  @media (max-width: 767px) {
    .form-layout:after {
      width: 50px;
      height: 48px;
      background-size: contain; } }

.text-field-area input[type="file"].form-file {
  width: 100%;
  padding: 20px 0px 20px 20px;
  height: 100%;
  background-color: #EBEBEB; }
  @media (max-width: 767px) {
    .text-field-area input[type="file"].form-file {
      padding: 10px 0px 10px 20px; } }

.text-field-area .form-item .description {
  display: none; }

.job-display-section .item-list {
  margin-top: 50px;
  margin: 0px auto;
  width: 100%;
  float: none;
  text-align: center;
  margin-top: 50px; }

.text-field-area .form-layout .webform-submit {
  margin-top: -23px; }

.job-display-section .item-list .pager li {
  padding: 7px 14px;
  border: 1px solid #A1A1A1;
  display: inline-block;
  margin-right: 0px;
  min-width: 20px;
  min-height: 40px;
  margin-left: 15px; }
  .job-display-section .item-list .pager li a {
    color: #000; }

.webform-component--resume {
  margin-top: 0px; }

.careers-model {
  margin-top: 150px; }
  @media (max-width: 767px) {
    .careers-model {
      margin-top: 100px; } }

.form-item.webform-component.webform-component-file.webform-component--resume {
  width: 100%;
  background-color: #EBEBEB;
  min-height: 70px; }

.job-display-section .item-list .pager li.pager-first.first {
  display: none; }

.job-display-section .item-list .pager li.pager-last.last {
  display: none; }

.job-display-section .item-list .pager li.pager-previous a {
  position: relative;
  color: transparent !important; }

.job-display-section .pager-previous a:before {
  content: '';
  background-image: url("../img/left-arrow.png");
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  background-repeat: no-repeat;
  left: -5px; }

.job-display-section .item-list .pager li.pager-previous:hover a {
  color: transparent !important; }

.job-display-section .item-list .pager li.pager-next a {
  position: relative;
  color: #fff !important; }

.job-display-section .pager-next a:before {
  content: '';
  background-image: url("../img/right-arrow.png");
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  background-repeat: no-repeat;
  left: -5px; }

.job-display-section .item-list .pager li:hover {
  border: 1px solid #00984A; }

.job-display-section .item-list .pager li:hover a {
  color: #00984A; }

.job-display-section .item-list .pager li .ajax-progress-throbber {
  display: none; }

.erp-section {
  text-align: center;
  writing-mode: vertical-rl;
  transform: rotate(180deg); }
  @media (max-width: 767px) {
    .erp-section {
      writing-mode: unset; } }
  .erp-section img {
    text-align: center;
    writing-mode: vertical-rl;
    padding-left: 50px;
    transform: rotate(180deg); }
    @media (min-width: 1300px) and (max-width: 1599px) {
      .erp-section img {
        padding-left: 0px; } }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .erp-section img {
        padding-left: 0px; } }
    @media (max-width: 767px) {
      .erp-section img {
        writing-mode: unset; } }
  .erp-section h3 {
    font-size: 13px; }
  .erp-section p {
    font-size: 12px; }
  .erp-section hr {
    border: 1px solid red;
    width: 100%;
    height: 100%; }

.tables-layout {
  margin-top: 44px; }
  .tables-layout .table {
    margin-bottom: 0px; }
    .tables-layout .table .thead-inverse {
      background-color: #00984A;
      color: #fff;
      text-align: center; }
      .tables-layout .table .thead-inverse tr {
        border-bottom: none; }
      @media (min-width: 1300px) and (max-width: 1599px) {
        .tables-layout .table .thead-inverse th {
          padding: 10px 0px; } }
    .tables-layout .table tbody {
      background-color: #FAFAFA; }
    .tables-layout .table .down-inverse {
      padding-top: 30px;
      text-align: left; }
      .tables-layout .table .down-inverse th {
        font-size: 13px; }
        @media (min-width: 1200px) and (max-width: 1299px) {
          .tables-layout .table .down-inverse th {
            font-size: 10px; } }
        @media (min-width: 1300px) and (max-width: 1599px) {
          .tables-layout .table .down-inverse th {
            padding: 10px 15px; } }
    .tables-layout .table thead th {
      border-right: 0.5px solid #fff;
      font-size: 16px;
      border-bottom: none; }
      @media (max-width: 991px) {
        .tables-layout .table thead th {
          font-size: 12px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .tables-layout .table thead th {
          font-size: 12px; } }
      @media (min-width: 1200px) and (max-width: 1299px) {
        .tables-layout .table thead th {
          font-size: 10px; } }
      @media (min-width: 1300px) and (max-width: 1400px) {
        .tables-layout .table thead th {
          font-size: 12px; } }
    .tables-layout .table thead.thead-default th {
      border-bottom: none;
      border-top: none;
      text-align: center;
      padding: 45px 180px; }
      @media (max-width: 767px) {
        .tables-layout .table thead.thead-default th {
          padding: 45px 10px; } }
    .tables-layout .table thead.thead-default tr {
      border-bottom: none;
      border-top: none; }
    .tables-layout .table tbody tr {
      border-top: none; }
      .tables-layout .table tbody tr td {
        border-top: none;
        font-size: 13px;
        list-style-type: square;
        position: relative;
        padding: 20px 20px 0px 45px; }
        @media (min-width: 1300px) and (max-width: 1599px) {
          .tables-layout .table tbody tr td {
            padding: 15px 0px 0px 20px; } }
        @media (min-width: 1200px) and (max-width: 1299px) {
          .tables-layout .table tbody tr td {
            padding: 15px 0px 0px 20px;
            font-size: 10px; } }
        .tables-layout .table tbody tr td:before {
          content: " ";
          color: #00984A;
          position: absolute;
          left: 50px;
          display: list-item;
          float: left;
          border: none;
          padding-right: 3%; }
          @media (min-width: 1200px) and (max-width: 1299px) {
            .tables-layout .table tbody tr td:before {
              left: 20px; } }
          @media (min-width: 1300px) and (max-width: 1599px) {
            .tables-layout .table tbody tr td:before {
              left: 20px; } }
      .tables-layout .table tbody tr td.nodot {
        border-top: none;
        font-size: 13px;
        list-style-type: square;
        position: relative;
        padding: 20px 20px 0px 45px; }
        .tables-layout .table tbody tr td.nodot:before {
          content: " ";
          color: #fff;
          position: absolute;
          left: 50px;
          display: list-item;
          float: left;
          border: none;
          padding-right: 3%; }
    .tables-layout .table tbody tr.padding-set td {
      padding: 20px 20px 30px 45px; }
      @media (min-width: 1300px) and (max-width: 1599px) {
        .tables-layout .table tbody tr.padding-set td {
          padding: 15px 0px 30px 20px; } }
      @media (min-width: 1200px) and (max-width: 1299px) {
        .tables-layout .table tbody tr.padding-set td {
          padding: 15px 0px 30px 20px;
          font-size: 10px; } }

.bk-table-color {
  background-color: #E8E8E8; }

.bdr-set-psd {
  border: 0.5px solid #DCD8D8;
  border-left: none;
  background-color: #fff; }
  @media (max-width: 991px) {
    .bdr-set-psd {
      display: none; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .bdr-set-psd {
      display: none; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .bdr-set-psd {
      display: none; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .bdr-set-psd {
      display: none; } }

.inner-paragraph h4 {
  font-size: 16px;
  margin-bottom: 20px; }

.bg-clg-area {
  background-color: #E8E8E8; }

.digital .green-box {
  margin-top: 0; }
  .digital .green-box .green-text {
    padding: 58px 50px; }
    .digital .green-box .green-text i {
      color: #121212;
      font-weight: 400; }

.bg-clg-area-background {
  background-color: #00984A; }
  .bg-clg-area-background .border-line {
    background-color: #fff; }
  .bg-clg-area-background .border-line-top {
    background-color: #fff; }

.digitaal-page .inner-pages-paragraph h3 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 50px;
  color: #404040; }
  @media (max-width: 991px) {
    .digitaal-page .inner-pages-paragraph h3 {
      font-size: 18px;
      line-height: 24px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .digitaal-page .inner-pages-paragraph h3 {
      font-size: 24px;
      line-height: 24px; } }
.digitaal-page .media h3 {
  font-size: 16px;
  color: #121212c7;
  margin: 10px 15px;
  font-weight: 200; }
  @media (max-width: 991px) {
    .digitaal-page .media h3 {
      margin-bottom: 50px; } }

.top-set-20 {
  margin-top: 50px; }
  @media (max-width: 991px) {
    .top-set-20 {
      margin-top: 0px; } }

.px-right-left-20 {
  padding: 0px 20px; }

.image-down {
  margin-bottom: 40px; }

.underline-tag {
  text-decoration: underline;
  color: #00984A; }

.bold-tag {
  font-weight: 800; }

.bentgdf .inner-paragraph p {
  margin-bottom: 50px; }

.table thead th {
  vertical-align: middle; }

.solution-architecture {
  background-color: #f9f9f9;
  padding: 50px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid #00984a;
  margin-bottom: 50px; }
  .solution-architecture h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0px; }
  .solution-architecture p {
    font-size: 16px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .solution-architecture p {
        font-size: 14px;
        line-height: 20px; } }

.mtb-bottom {
  margin-bottom: 100px; }
  @media (max-width: 991px) {
    .mtb-bottom {
      margin-bottom: 50px; } }
  @media (min-width: 1300px) and (max-width: 1599px) {
    .mtb-bottom {
      margin-bottom: 50px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mtb-bottom {
      margin-bottom: 20px; } }
  @media (min-width: 1200px) and (max-width: 1299px) {
    .mtb-bottom {
      margin-bottom: 20px; } }
  @media (min-width: 1300px) and (max-width: 1599px) {
    .mtb-bottom {
      margin-bottom: 50px; } }

.boxs-margin-right {
  margin-left: 5px; }
  @media (max-width: 767px) {
    .boxs-margin-right {
      margin-right: 10px; } }

@media (max-width: 991px) {
  .solution-architecture .text-center {
    text-align: center !important; } }
@media (max-width: 991px) {
  .solution-architecture .text-right {
    text-align: center !important; } }
@media (max-width: 991px) {
  .solution-architecture .text-left {
    text-align: center !important; } }
@media (max-width: 991px) {
  .solution-architecture .pl-0 {
    padding-left: 15px !important; } }
@media (max-width: 991px) {
  .solution-architecture .pr-0 {
    padding-right: 15px !important; } }

@media (max-width: 767px) {
  .no-mobile {
    display: none; } }
@media (min-width: 768px) and (max-width: 991px) {
  .no-mobile {
    display: none; } }

.left-side br {
  display: none; }
@media (min-width: 576px) and (max-width: 767px) {
  .left-side br {
    display: block; } }
@media (min-width: 1300px) and (max-width: 1599px) {
  .left-side p {
    min-height: 105px; } }

.right-side br {
  display: none; }
@media (min-width: 576px) and (max-width: 767px) {
  .right-side br {
    display: block; } }
@media (min-width: 1300px) and (max-width: 1599px) {
  .right-side p {
    min-height: 105px; } }

.main-side br {
  display: block; }
@media (max-width: 767px) {
  .main-side br {
    display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  .main-side {
    margin-bottom: 50px; } }

@media (min-width: 1500px) {
  .no-mobile img {
    max-height: 513px; } }
.bg-clg-area-background .green-color img {
  max-height: 80px; }

@media (max-width: 767px) {
  .mobile-bottom-only {
    margin-bottom: 50px; } }

.arrow-section-mobile {
  display: none; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .arrow-section-mobile {
      display: block; } }
  @media (max-width: 991px) {
    .arrow-section-mobile {
      display: block; } }
  .arrow-section-mobile h2 {
    font-size: 16px; }
  .arrow-section-mobile p {
    font-size: 14px; }
  .arrow-section-mobile .box-arrow-1 {
    border-right: 1px dashed rgba(0, 0, 0, 0.1); }
    @media (max-width: 575px) {
      .arrow-section-mobile .box-arrow-1 {
        border-right: none; } }

.careers-bbuttom {
  padding: 23px 120px;
  font-size: 18px; }
  @media (max-width: 991px) {
    .careers-bbuttom {
      padding: 15px 30px;
      font-size: 14px; } }

/*# sourceMappingURL=main.css.map */
