/****** HEADER *******/
#hero {
  width: 100%;
  background: #204131;
  height: 810px;
}
#hero .row {
  width: 100%;
  height: 100%;
}
#hero .component-content {
  height: 100%;
}
#hero .hero {
  padding: 20px;
  height: 100%;
}
#hero .hero .tagline {
  height: 128px;
  width: 490px;
  margin-bottom: 150px;
}
#hero .hero .arrow {
  height: 30px;
  width: 20px;
  position: relative;
  left: 12%;
  cursor: pointer;
}

@media (max-width: 991px) {
  #hero {
    height: 380px;
  }
  #hero .hero {
    padding: 48px;
    padding-left: 25px;
    height: 100%;
  }
  #hero .hero .tagline {
    height: 110px;
    width: 369px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  #hero {
    height: 380px;
  }
  #hero .hero {
    padding: 10px;
    height: 100%;
  }
  #hero .hero .tagline {
    height: 66px;
    width: 260px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }
}
/****** HEADER ENDS*******/
/****** BREAKING NEWS *******/
.breaking-news {
  background-color: #67A17C;
}
.breaking-news .row {
  width: 100%;
}
.breaking-news .news-container {
  padding: 34px 90px 50px 90px;
  margin: 0;
}
.breaking-news .news {
  color: #FFFFFF;
  font-family: Arial;
  font-weight: bold;
}
.breaking-news .news h6 {
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 28px;
  margin-bottom: 10px;
}
.breaking-news .news p {
  font-family: Arial;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  width: 80%;
}
.breaking-news .btn-cta a {
  border: 2px solid #FFFFFF;
  border-radius: 0;
  color: #FFFFFF;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  padding: 15px 20px;
  padding-right: 45px;
  margin-top: 20px;
}
.breaking-news .btn-cta a:hover, .breaking-news .btn-cta a:active {
  color: #fff;
  background: #FF5000;
  border: 2px solid #FF5000;
  opacity: 0.9;
}
.breaking-news .btn-cta img {
  width: 24px;
  height: 20px;
  position: relative;
  top: 17px;
  right: 40px;
  margin-right: 2px;
}
.breaking-news .btn-cta .long-btn {
  width: 26px;
  margin-right: 0;
}

@media (max-width: 991px) {
  .breaking-news .news-container {
    padding: 20px 70px 50px 50px;
    margin: 0;
  }
  .breaking-news .news p {
    font-size: 22px;
    line-height: 28px;
    width: 80%;
  }
  .breaking-news .btn-cta a:hover, .breaking-news .btn-cta a:active {
    background: none;
    border: 2px solid #FFFFFF;
    opacity: 1;
  }
  .breaking-news .btn-cta img {
    top: 16px;
    right: 41px;
  }
}
@media (max-width: 767px) {
  .breaking-news .news-container {
    padding: 20px 30px 30px 30px;
    margin: 0;
  }
  .breaking-news .news p {
    font-size: 18px;
    line-height: 28px;
    width: 100%;
  }
  .breaking-news .btn-cta a:hover, .breaking-news .btn-cta a:active {
    background: none;
    border: 2px solid #FFFFFF;
    opacity: 1;
  }
}
/****** BREAKING NEWS ENDS*******/
/****** HEADER BACKGROUND IMAGE*******/
#hero-image {
  background: url("./assets/images/Hero_frontPage.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 810px;
}
#hero-image .hero {
  padding: 20px;
  height: 100%;
  color: #fff;
}
#hero-image .hero .hero-text {
  color: #FFF;
  margin-bottom: 100px;
  margin-left: 60px;
  font-family: GilroyBold;
  font-size: 70px;
  letter-spacing: 0.1px;
  line-height: 75px;
  width: 60%;
}
#hero-image .hero .button {
  margin-bottom: 145px;
}
#hero-image .hero .button-cta {
  border-radius: 0;
  border-color: transparent;
  background: #FF5000;
}
#hero-image .hero .arrow {
  height: 30px;
  width: 20px;
  position: absolute;
  left: 50%;
}

@media (max-width: 991px) {
  #hero-image {
    height: 480px;
  }
  #hero-image .hero .hero-text {
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 25px;
    margin-left: 20px;
    width: 100%;
  }
  #hero-image .hero .button {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  #hero-image {
    width: 100%;
    height: 480px;
  }
  #hero-image .hero {
    flex-direction: column;
    padding: 20px;
    height: 100%;
    color: #fff;
  }
  #hero-image .hero .hero-text {
    margin-top: 80px;
    margin-bottom: 20px;
    font-family: GilroyBold;
    font-size: 35px;
    letter-spacing: 0.1px;
    line-height: 45px;
    width: 90%;
  }
  #hero-image .hero .button {
    margin-bottom: 0;
  }
}
/****** HEADER BACKGROUND IMAGE ENDS*******/
/****** INFOGRAPHIC *******/
.infographic-container {
  margin: 0;
  padding: 0;
  border: none;
}

.infographic-section {
  width: 100%;
  padding: 100px 80px 90px 90px;
}
.infographic-section .section-title {
  color: #627A6E;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 28px;
  margin-bottom: 0;
}
.infographic-section .sub-title {
  color: #365445;
  font-family: GilroyBold;
  font-size: 70px;
  letter-spacing: 0.1px;
  line-height: 75px;
  margin-top: 40px;
  margin-bottom: 0;
}
.infographic-section .learn-more {
  position: absolute;
  right: -10%;
  top: 40%;
  color: #333333;
  font-family: Arial;
  font-size: 19px;
  font-weight: bold;
  line-height: 22px;
  text-decoration: none;
}
.infographic-section .learn-more:hover {
  color: #FF5000;
  text-decoration: none;
}
.infographic-section .learn-more + img {
  width: 24px;
  height: 20px;
  position: relative;
  top: 169px;
  left: 11%;
}
.infographic-section .cards-desktop {
  margin-top: 70px;
}
.infographic-section .cards-desktop .card {
  position: relative;
}
.infographic-section .cards-desktop .card img {
  position: absolute;
}
.infographic-section .title {
  color: #365445;
  font-family: GilroyRegular;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 70px;
}
.infographic-section .title .reduced-text-size {
  font-size: 40px;
}
.infographic-section .card-text {
  color: #333333;
  font-family: Arial;
  font-size: 19px;
  line-height: 30px;
  padding-left: 2px;
}
.infographic-section .card {
  padding-left: 20px;
  border: none;
}
.infographic-section .card img {
  width: 24px;
  height: 20px;
  left: -4px;
  top: 20px;
}
.infographic-section .card p {
  width: 90%;
}

@media (max-width: 991px) {
  .infographic-section {
    padding: 43px 0 100px 40px;
  }
  .infographic-section .carousel-indicators {
    margin: auto;
    z-index: 0;
    top: 120%;
  }
  .infographic-section .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #DEE3E0;
  }
  .infographic-section .carousel-indicators .active {
    background-color: #68A17C;
  }
  .infographic-section .carousel,
.infographic-section .carousel-inner,
.infographic-section .carousel-inner > .carousel-item {
    overflow: hidden;
  }
  .infographic-section .carousel-inner > .carousel-item.active,
.infographic-section .carousel-inner > .carousel-item-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto;
  }
  .infographic-section .carousel {
    border: none;
    overflow: unset;
  }
  .infographic-section .section-title {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 22px;
  }
  .infographic-section .sub-title {
    font-size: 50px;
    letter-spacing: 0.13px;
    line-height: 55px;
    margin-top: 25px;
    width: 80%;
    margin-bottom: 30px;
  }
  .infographic-section .learn-more {
    position: static;
  }
  .infographic-section .learn-more + img {
    top: 1px;
    left: -7%;
  }
  .infographic-section .title {
    font-size: 36px;
    letter-spacing: 0.09px;
    line-height: 63px;
  }
  .infographic-section .title .reduced-text-size {
    font-size: 26px;
  }
  .infographic-section #infographicCarousel {
    margin-top: 70px;
  }
  .infographic-section .card {
    padding-left: 20px;
    border: none;
  }
  .infographic-section .card img {
    width: 19px;
    height: 25px;
    position: absolute;
    left: -3px;
    top: 10px;
  }
  .infographic-section .card p {
    width: 100%;
  }
  .infographic-section .card div:last-child img {
    left: -20px;
  }
}
@media (max-width: 767px) {
  .infographic-section {
    padding: 35px 0 100px 20px;
  }
  .infographic-section .carousel-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .infographic-section .section-title {
    line-height: 28px;
  }
  .infographic-section .sub-title {
    font-size: 34px;
    letter-spacing: 0.1px;
    line-height: 38px;
    margin-top: 25px;
    width: 100%;
    margin-bottom: 30px;
  }
  .infographic-section .learn-more {
    position: static;
  }
  .infographic-section .learn-more + img {
    top: -21px;
    left: 36%;
  }
  .infographic-section .title {
    display: inline-block !important;
    width: 135%;
    font-size: 36px;
    letter-spacing: 0.09px;
    line-height: 63px;
  }
  .infographic-section .title .reduced-text-size {
    font-size: 26px;
  }
  .infographic-section #infographicCarousel {
    margin-top: 25px;
  }
  .infographic-section .card {
    padding-left: 20px;
    border: none;
  }
  .infographic-section .card img {
    width: 19px;
    height: 25px;
    position: absolute;
    left: -3px;
    top: 10px;
  }
  .infographic-section .card p {
    width: 170%;
  }
  .infographic-section .card div:last-child img {
    left: -20px;
  }
}
/****** INFOGRAPHIC ENDS*******/
/****** MAIN FOOTER *******/
#footer {
  margin-bottom: 399px;
}
#footer .container-fluid {
  padding: 0 !important;
}
#footer .row {
  width: 100%;
}
#footer .footer-panel {
  height: 180px;
  background: #204131;
  color: #fff;
  padding: 50px 87px;
}
#footer .footer-panel .footer-logo {
  width: 94px;
  height: 72px;
}
#footer .footer-panel .footer-tagline {
  height: 51px;
  width: 167px;
}
#footer ul {
  margin-left: 0;
}
#footer ul li {
  margin-left: 0;
  list-style: none !important;
}
#footer ul li a {
  text-decoration: none;
}
#footer .contact {
  padding: 52px 107px 110px 90px;
  position: fixed;
  height: 399px;
  max-width: 1440px;
  width: 100%;
  bottom: 0;
  z-index: -1;
}
#footer .address {
  color: #365445;
  font-family: Arial;
  font-size: 18px;
  line-height: 32px;
}
#footer .address h6 {
  color: #365445;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px;
}
#footer .address .field-address {
  margin-bottom: 25px;
  color: #365445;
}
#footer .address .field-phone {
  color: #365445 !important;
}
#footer .address p {
  width: 35%;
}
#footer .affiliates {
  padding-left: 90px;
}
#footer .affiliates, #footer .social-links {
  font-family: Arial;
  font-weight: bold;
}
#footer .affiliates h6, #footer .social-links h6 {
  color: #365445;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 28px;
  margin-bottom: 15px;
  margin-top: 0;
}
#footer .affiliates a, #footer .social-links a {
  color: #68A17C;
  font-size: 19px;
  line-height: 32px;
}
#footer .affiliates a:hover, #footer .affiliates a:active, #footer .social-links a:hover, #footer .social-links a:active {
  text-decoration: none;
  border-bottom: 2px solid #68A17C;
}

@media (max-width: 991px) {
  #footer {
    margin-bottom: 367px;
  }
  #footer .footer-panel {
    height: 160px;
    padding: 40px 35px;
  }
  #footer .footer-panel .footer-logo {
    width: 100px;
    height: 80px;
  }
  #footer .contact {
    padding: 40px 70px 90px 40px;
    height: 367px;
  }
  #footer .address {
    font-size: 17px;
  }
  #footer .address h6 {
    font-size: 19px;
    font-weight: bold;
  }
  #footer .address p {
    width: 60%;
  }
  #footer .affiliates {
    padding-left: 0;
  }
  #footer .affiliates h6, #footer .social-links h6 {
    font-size: 12px;
    letter-spacing: 1px;
  }
  #footer .affiliates a, #footer .social-links a {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  #footer {
    margin-bottom: 650px;
  }
  #footer .footer-panel {
    height: 110px;
    width: 100%;
    padding: 20px;
  }
  #footer .footer-panel div {
    height: 100%;
  }
  #footer .footer-panel .footer-logo {
    width: 53px;
    height: 42px;
  }
  #footer .footer-panel .footer-tagline {
    height: 27px;
    width: 100px;
  }
  #footer .contact {
    padding: 30px 20px 50px 20px;
    height: 650px;
  }
  #footer .address {
    font-size: 17px;
    margin-bottom: 15px;
  }
  #footer .address .field-address {
    margin-bottom: 20px;
  }
  #footer .address h6 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #footer .address p {
    width: 48%;
  }
  #footer .affiliates, #footer .social-links {
    margin-bottom: 15px;
  }
  #footer .affiliates h6, #footer .social-links h6 {
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 5px;
  }
  #footer .affiliates a, #footer .social-links a {
    font-size: 17px;
  }

  .social-links {
    margin-bottom: 0 !important;
  }
}
/****** MAIN FOOTER ENDS *******/
/****** NEWS ARTICLE *******/
.news-article-bg > .component-content {
  background-color: #365445;
  background-repeat: no-repeat;
  background-position: right;
  background-size: unset !important;
}

.news-article {
  color: #fff;
}
.news-article .background {
  height: 820px;
  width: 100%;
}
.news-article .patient-story {
  margin-left: 90px;
  padding-top: 110px;
  width: 61%;
}
.news-article .title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 28px;
  margin-bottom: 50px;
}
.news-article .sub-title {
  font-family: GilroyBold;
  font-size: 50px;
  letter-spacing: 0.1px;
  line-height: 55px;
}
.news-article .main-text {
  font-size: 19px;
  line-height: 30px;
}
.news-article .sub-text {
  margin-left: 130px;
  margin-top: 75px;
}
.news-article .timestamp {
  color: #A6B3AD;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 19px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .news-article-bg > .component-content {
    background-size: 50% 87% !important;
  }

  .news-article .background {
    height: 538px;
    width: 100%;
  }
  .news-article .patient-story {
    margin-left: 40px;
    padding-top: 60px;
    width: 75%;
  }
  .news-article .title {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .news-article .sub-title {
    font-size: 40px;
    letter-spacing: 0.1px;
    line-height: 45px;
  }
  .news-article .sub-text {
    margin-left: 0;
    margin-top: 0;
  }
  .news-article .outline-cta {
    margin-top: 100px;
  }
  .news-article .outline-cta + img {
    top: 49px;
  }
}
@media (max-width: 767px) {
  .news-article-bg > .component-content {
    background-size: 64% 68% !important;
  }

  .news-article .background {
    height: 500px;
    width: 100%;
  }
  .news-article .patient-story {
    margin-left: 20px;
    padding-top: 40px;
    width: 72%;
  }
  .news-article .sub-title {
    font-size: 25px;
    letter-spacing: 0.1px;
    line-height: 32px;
  }
  .news-article .sub-text {
    margin-left: 0;
    margin-top: 0;
  }
  .news-article .outline-cta {
    margin-top: 80px;
    min-width: 210px;
  }
  .news-article .outline-cta + img {
    top: 39px;
  }
}
/****** NEWS ARTICLE ENDS*******/
/****** CONTENT TEASER *******/
.content-teaser-bg {
  overflow: hidden;
}
.content-teaser-bg > .component-content {
  background-color: #365445;
  background-size: cover;
  background-position: center;
}

.content-teaser-section {
  color: #fff;
}
.content-teaser-section .background {
  height: 900px;
  width: 100%;
}
.content-teaser-section .content-teaser {
  margin-left: 90px;
  padding-top: 112px;
  width: 56%;
}
.content-teaser-section .title {
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 28px;
  margin-bottom: 50px;
}
.content-teaser-section .sub-title {
  font-family: GilroyBold;
  font-size: 70px;
  letter-spacing: 0.1px;
  line-height: 75px;
}
.content-teaser-section .main-text {
  font-family: Arial;
  font-size: 19px;
  line-height: 30px;
}
.content-teaser-section .sub-text {
  margin-left: 130px;
  margin-top: 104px;
}

@media only screen and (min-width: 992px) and (max-width: 1123px) {
  .content-teaser {
    width: 67% !important;
  }
}
@media (max-width: 991px) {
  .content-teaser-section .background {
    height: 480px;
    width: 100%;
  }
  .content-teaser-section .content-teaser {
    margin-left: 40px;
    padding-top: 54px;
    width: 65%;
  }
  .content-teaser-section .title {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .content-teaser-section .sub-title {
    font-size: 50px;
    letter-spacing: 0.07px;
    line-height: 55px;
  }
  .content-teaser-section .sub-text {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .content-teaser-bg > .component-content {
    background-image: none !important;
  }

  .content-teaser-section .background {
    height: auto;
    width: 100%;
    background: #627A6E;
    padding-bottom: 50px;
  }
  .content-teaser-section .mobile-view {
    position: relative;
    height: 210px;
  }
  .content-teaser-section .mobile-view img {
    height: 100%;
    width: 100%;
  }
  .content-teaser-section .mobile-view p {
    position: absolute;
    bottom: 15px;
    left: 20px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .content-teaser-section .content-teaser {
    margin-left: 20px;
    padding-top: 27px;
    width: 70%;
  }
  .content-teaser-section .sub-title {
    font-size: 34px;
    letter-spacing: 0.1px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .content-teaser-section .sub-text {
    margin-left: 0;
    margin-top: 0;
  }
}
/****** CONTENT TEASER ENDS*******/
/****** TWIN CONTENT *******/
/****** TWIN CONTENT ENDS *******/
/****** IMAGE QUOTE *******/
.image-quote {
  background-color: #FFF;
}
.image-quote .container {
  padding: 100px 120px;
}
.image-quote .image img {
  width: 350px;
  height: 350px;
}
.image-quote p {
  padding: 0px 5px;
  color: #365445;
  font-family: GilroyRegular;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 45px;
}
.image-quote .name {
  font-weight: bold;
}
.image-quote .name, .image-quote .designation {
  color: #365445;
  font-size: 16px;
  line-height: 24px;
}
.image-quote .blockquote img {
  width: 42px;
  height: 80px;
}
.image-quote .blockquote p {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .image-quote .container {
    padding: 85px 40px;
  }
  .image-quote .image img {
    width: 225px;
    height: 225px;
  }
  .image-quote p {
    margin: 0px 5px;
    color: #365445;
    font-family: GilroyRegular;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.07px;
    line-height: 36px;
    width: 95%;
  }
  .image-quote .name, .image-quote .designation {
    font-size: 14px;
    line-height: 22px;
  }
  .image-quote .blockquote img {
    height: 45px;
  }
  .image-quote .blockquote p {
    margin-bottom: 20px;
  }
  .image-quote .image img {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .image-quote .image img {
    width: 210px;
    height: 210px;
  }
  .image-quote .container {
    padding: 48px 25px 70px 25px;
  }
  .image-quote p {
    padding: 0px 5%;
    color: #365445;
    font-family: GilroyRegular;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
  }
  .image-quote .name, .image-quote .designation {
    font-size: 14px;
    line-height: 22px;
  }
  .image-quote .blockquote {
    margin-top: 20px;
  }
  .image-quote .blockquote p {
    margin-bottom: 20px;
  }
  .image-quote .image img {
    padding-top: 0;
  }
}
/****** IMAGE QUOTE ENDS *******/
/***** CONTACT FORM *******/
.contact-form {
  max-width: 900px;
  margin: 20px auto 50px auto;
  padding-left: 105px;
  padding-right: 95px;
}
.contact-form .col-sm-9 {
  padding-right: 10px;
}
.contact-form .message {
  color: #333333;
  font-family: Arial;
  font-size: 19px;
  line-height: 32px;
  margin-bottom: 50px;
  padding-left: 10px;
}
.contact-form label, .contact-form .check-box-label {
  font-family: Arial;
  font-size: 19px;
  line-height: 23px;
  color: #627A6E;
}
.contact-form label {
  margin: auto 0;
}
.contact-form .check-box-label {
  margin-top: 10px;
}
.contact-form .custom-control-label {
  margin: 0;
  font-size: 17px;
  line-height: 22px;
}
.contact-form .custom-control-label a {
  font-family: Arial;
  font-size: 17px;
  text-decoration: underline;
}
.contact-form .custom-control-label a:hover {
  text-decoration: underline;
}
.contact-form input {
  height: 54px;
  border: 1px solid #A6B3AD;
  border-radius: 0;
  font-family: Arial;
  font-size: 19px;
  color: #333333;
}
.contact-form .form-control.error,
.contact-form .form-control.error:focus {
  border: 2px solid #FF001F !important;
  color: #FF001F !important;
}
.contact-form .error {
  color: #FF001F;
  font-family: Arial;
  font-size: 14px;
  line-height: 22px;
  margin-top: 2px;
  margin-bottom: 5px;
}
.contact-form .checkbox-section {
  margin-top: 50px;
}
.contact-form .custom-control-label {
  margin-left: 3rem;
  margin-top: 9px;
}
.contact-form .custom-control-label::before {
  height: 35px;
  width: 35px;
  border: 1px solid #68A17C;
  background-color: #FFFFFF;
  border-radius: 0;
}
.contact-form .custom-control-input.error ~ .custom-control-label::before {
  border: 2px solid #FF001F;
}
.contact-form .custom-control label.error {
  position: absolute;
  bottom: -30px;
  margin-left: 3rem;
}
.contact-form .custom-control-label::after {
  height: 35px;
  width: 35px;
}
.contact-form .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #68A17C;
}
.contact-form .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.contact-form .additional-info {
  color: #333333;
  font-family: Arial;
  font-size: 19px;
  margin: 50px 0;
  padding-left: 10px;
}
.contact-form textarea {
  height: 154px;
  border: 1px solid #A6B3AD;
  border-radius: 0;
  font-family: Arial;
  font-size: 19px;
  color: #333333;
}
.contact-form .form-control:focus {
  border: 2px solid #68A17C;
  box-shadow: none;
}
.contact-form .form-group {
  margin-bottom: 11px;
}
.contact-form .submit-btn {
  text-align: center;
  height: 54px;
  width: 250px;
  border: 2px solid #FF5000;
  color: #333333;
  font-family: Arial;
  font-weight: bold;
  font-size: 19px;
  line-height: 22px;
  background-color: #FFF;
  margin-top: 40px;
  cursor: pointer;
}
.contact-form .mandatory::after {
  content: "*";
  color: #FE5000;
  font-weight: bold;
  margin-left: 5px;
}

@media (max-width: 991px) {
  .contact-form {
    max-width: 688px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .contact-form {
    max-width: 292px;
    margin: 10px auto 40px auto;
  }
  .contact-form .additional-info {
    margin: 30px 0;
    margin-left: 10px;
    font-size: 17px;
  }
  .contact-form .message {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .contact-form label, .contact-form .check-box-label {
    font-size: 15px;
    line-height: 23px;
  }
  .contact-form .check-box-label {
    margin-left: 45px;
    font-size: 14px;
    font-weight: bold;
    line-height: 23px;
  }
  .contact-form .custom-control-label,
.contact-form .custom-control-label a {
    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
  }
  .contact-form .custom-control-label::before,
.contact-form .custom-control-label::after {
    top: -18px;
  }
}
/***** CONTACT FORM ENDS*******/
/****** PAGE INTRO *******/
.page-intro {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 75px;
}
.page-intro h1 {
  color: #365445;
  font-family: GilroyBold;
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 20px;
}
.page-intro p {
  color: #627A6E;
  font-family: GilroyRegular;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
}

@media (max-width: 991px) {
  .page-intro {
    max-width: 688px;
    margin-top: 55px;
  }
  .page-intro h1 {
    letter-spacing: 0.1px;
    font-size: 40px;
    line-height: 45px;
  }
  .page-intro p {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .page-intro {
    max-width: 282px;
    margin-top: 55px;
  }
  .page-intro h1 {
    letter-spacing: 0.1px;
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 28px;
  }
  .page-intro p {
    font-size: 18px;
    line-height: 30px;
  }
}
/****** PAGE INTRO ENDS *******/
/****** HIGHLIGHTED QUOTE *******/
.highlighted-quote {
  width: 900px;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
}
.highlighted-quote img {
  width: 42px;
}
.highlighted-quote h1 {
  color: #365445;
  font-family: GilroyBold;
  font-size: 32px;
  line-height: 45px;
}
.highlighted-quote p {
  color: #204131;
  font-family: Arial;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.7;
  font-weight: normal;
  margin-top: 20px;
}
.highlighted-quote .field-designation, .highlighted-quote .field-department {
  margin-top: 0;
}

@media (max-width: 991px) {
  .highlighted-quote {
    width: 700px;
    margin-top: 0;
  }
  .highlighted-quote img {
    width: 35px;
  }
  .highlighted-quote h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .highlighted-quote p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .highlighted-quote {
    width: 280px;
    margin-top: 0;
  }
  .highlighted-quote img {
    width: 34px;
  }
  .highlighted-quote h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .highlighted-quote p {
    font-size: 12px;
    line-height: 20px;
  }
}
/****** HIGHLIGHTED QUOTE ENDS *******/
/****** RICH TEXT *******/
.rich-text-secondary {
  background-color: #EFF5F1;
  padding-bottom: 118px;
}
.rich-text-secondary img {
  width: 50px;
  height: 50px;
  vertical-align: middle;
}
.rich-text-secondary .h2 {
  color: #365445;
  font-family: GilroyBold;
  letter-spacing: -0.1px;
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 60px;
}
.rich-text-secondary .rich-text {
  padding-top: 138px;
}
.rich-text-secondary .download-asset {
  margin-top: 20px;
}
.rich-text-secondary .download-asset a {
  margin-left: 20px;
}

.rich-text {
  max-width: 700px;
  margin: 0 auto;
  color: #333333;
  font-family: Arial;
  padding-top: 50px;
  margin-bottom: 30px;
}
.rich-text h1 {
  font-size: 19px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
.rich-text p, .rich-text a, .rich-text li {
  font-size: 19px;
  line-height: 32px;
}
.rich-text a, .rich-text a:hover {
  color: #68A17C;
}
.rich-text h1 {
  font-size: 26px;
}
.rich-text h2 {
  font-size: 24px;
}
.rich-text h3 {
  font-size: 22px;
}

@media (max-width: 991px) {
  .rich-text-secondary {
    padding-bottom: 100px;
  }
  .rich-text-secondary .rich-text {
    padding-top: 80px;
  }

  .rich-text {
    width: 600px;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .rich-text-secondary {
    padding-bottom: 35px;
  }
  .rich-text-secondary .download-asset a {
    font-size: 17px;
    line-height: 26px;
  }
  .rich-text-secondary .mob-view .h2 {
    font-family: GilroyBold;
    font-size: 25px;
    letter-spacing: 0.1px;
    line-height: 32px;
    color: #365445;
    margin-bottom: 0;
  }
  .rich-text-secondary .mob-view img {
    height: 22px;
  }
  .rich-text-secondary .rich-text {
    padding-top: 35px;
  }
  .rich-text-secondary .rich-text h1 {
    margin-top: 30px;
  }

  .rich-text {
    width: 280px;
    padding-top: 26px;
  }
  .rich-text h1 {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .rich-text p {
    font-size: 17px;
    line-height: 26px;
  }
  .rich-text h1 {
    font-size: 24px;
  }
  .rich-text h2 {
    font-size: 22px;
  }
  .rich-text h3 {
    font-size: 20px;
  }
}
/****** RICH TEXT ENDS *******/
/****** CONTACT SECTION *******/
.contact-section {
  padding: 50px 0 70px 0;
  text-align: center;
  background-color: #627A6E;
  color: #FFFFFF;
}
.contact-section .field-headline {
  color: #FFFFFF;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 28px;
  margin-top: 0;
}
.contact-section .contact-cards {
  margin-top: 50px;
}
.contact-section .contact-card .contact-details {
  max-width: 100% !important;
  min-height: 120px;
}
.contact-section .contact-card .contact-img {
  height: 240px;
  width: 240px;
  margin-bottom: 20px;
}
.contact-section .contact-card .name, .contact-section .contact-card .designation, .contact-section .contact-card .number, .contact-section .contact-card .field-link {
  font-family: Arial;
  font-size: 19px;
}
.contact-section .contact-card .field-department, .contact-section .contact-card .field-region, .contact-section .contact-card .field-experience {
  margin-top: -10px;
}
.contact-section .contact-card .number {
  margin-top: 20px;
}
.contact-section .contact-card .field-link, .contact-section .contact-card .name {
  font-weight: bold;
}
.contact-section .contact-card .field-link a {
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 2px solid #fff;
}
.contact-section .contact-card .outline-cta {
  padding-right: 100px;
}
.contact-section .contact-card .outline-cta + img {
  right: 20%;
  top: 18px;
}

@media (max-width: 991px) {
  .contact-section {
    padding-bottom: 200px;
  }
  .contact-section .field-headline {
    font-size: 12px;
    letter-spacing: 1.71px;
    line-height: 25px;
  }
  .contact-section .contact-card .contact-btn {
    position: absolute;
    bottom: 95px;
  }
  .contact-section .contact-card .contact-details {
    max-width: 200px !important;
  }
  .contact-section .contact-card .contact-img {
    height: 182px;
    width: 182px;
  }
  .contact-section .contact-card .name, .contact-section .contact-card .designation, .contact-section .contact-card .number, .contact-section .contact-card .field-link {
    line-height: 25px;
  }
  .contact-section .contact-card .outline-cta {
    padding-right: 65px;
  }
  .contact-section .contact-card .outline-cta + img {
    right: 13%;
    top: 37px;
  }
}
@media (max-width: 767px) {
  .contact-section {
    padding-bottom: 136px;
  }
  .contact-section .carousel {
    border: none;
  }
  .contact-section .carousel .carousel-indicators {
    margin: auto;
    z-index: 0;
    bottom: -14%;
  }
  .contact-section .carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #DEE3E0;
  }
  .contact-section .carousel .carousel-indicators .active {
    background-color: #68A17C;
  }
  .contact-section .field-headline {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 16px;
  }
  .contact-section .contact-card {
    background-color: #627A6E;
    height: 100%;
  }
  .contact-section .contact-card .contact-btn {
    position: static;
  }
  .contact-section .contact-card .contact-details {
    max-width: 100% !important;
  }
  .contact-section .contact-card .contact-img {
    height: 218px;
    width: 218px;
  }
  .contact-section .contact-card .name, .contact-section .contact-card .designation, .contact-section .contact-card .number, .contact-section .contact-card .field-link {
    font-size: 17px;
    line-height: 26px;
  }
  .contact-section .contact-card .field-department, .contact-section .contact-card .field-region, .contact-section .contact-card .field-experience {
    margin-top: -10px;
  }
  .contact-section .contact-card .outline-cta {
    padding-right: 60px;
    min-width: 0;
  }
  .contact-section .contact-card .outline-cta + img {
    right: 10%;
    top: 18px;
  }
}
/****** CONTACT SECTION ENDS *******/
/****** BREADCRUMB ENDS *******/
.breadcrumb {
  max-width: 900px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.breadcrumb.indent-bottom {
  margin-bottom: 0;
}
.breadcrumb.indent-top {
  margin-top: 24px;
}
.breadcrumb .breadcrumb-item::before {
  display: none;
}
.breadcrumb .breadcrumb-item a {
  font-family: Arial;
  color: #68A17C;
  font-size: 14px;
  line-height: 20px;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #68A17C !important;
}
.breadcrumb .breadcrumb-item .separator {
  color: #68A17C;
  font-size: 9px;
  margin: 0 10px 0 8px;
}

@media (max-width: 991px) {
  .breadcrumb {
    max-width: 688px;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    max-width: 280px;
  }
}
/****** BREADCRUMB ENDS *******/
/****** PARAGRAPH IMAGE *******/
.paragraph-img, .paragraph-img-static {
  width: 100%;
  margin-top: 65px;
  text-align: center;
}
.paragraph-img div, .paragraph-img-static div {
  overflow: hidden;
}
.paragraph-img p, .paragraph-img a, .paragraph-img-static p, .paragraph-img-static a {
  color: #333333;
  opacity: 0.7;
  font-family: Arial;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  margin-top: 5px;
}
.paragraph-img a, .paragraph-img a:hover, .paragraph-img-static a, .paragraph-img-static a:hover {
  color: #68A17C;
}

.paragraph-img-static {
  margin-top: 0 !important;
}

@media (max-width: 991px) {
  .paragraph-img, .paragraph-img-static {
    margin-top: 10px;
  }
  .paragraph-img div, .paragraph-img-static div {
    overflow: hidden;
    height: auto;
  }
}
@media (max-width: 767px) {
  .paragraph-img, .paragraph-img-static {
    margin-top: 37px;
  }
  .paragraph-img p, .paragraph-img-static p {
    font-size: 12px;
    width: 80%;
    margin: 0 auto;
    margin-top: 5px;
  }
  .paragraph-img a, .paragraph-img-static a {
    font-size: 12px;
  }
}
/****** PARAGRAPH IMAGE ENDS *******/
/****** 500 ERROR PAGE *******/
.error-500 {
  margin-top: 217px;
  margin-left: 270px;
}
.error-500 h1 {
  font-family: GilroyBold;
  color: #365445;
  font-size: 50px;
  letter-spacing: 0.1px;
  line-height: 55px;
}
.error-500 p {
  font-family: GilroyRegular;
  color: #627A6E;
  font-weight: 500;
  font-size: 25px;
  line-height: 40px;
  width: 55%;
}

@media (max-width: 991px) {
  .error-500 {
    margin-top: 143px;
    margin-left: 40px;
  }
  .error-500 h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .error-500 p {
    font-size: 22px;
    line-height: 34px;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .error-500 {
    margin-top: 60px;
    margin-left: 20px;
  }
  .error-500 h1 {
    font-size: 34px;
    line-height: 38px;
  }
  .error-500 p {
    font-size: 18px;
    line-height: 30px;
    width: 75%;
  }
}
/****** 500 ERROR PAGE ENDS *******/
/****** 404 ERROR PAGE *******/
.error-404 {
  margin: 103px 0 196px 270px;
}
.error-404 h1 {
  font-family: GilroyBold;
  color: #365445;
  font-size: 50px;
  letter-spacing: 0.1px;
  line-height: 55px;
}
.error-404 .error {
  font-family: GilroyRegular;
  color: #627A6E;
  font-weight: 500;
  font-size: 25px;
  line-height: 40px;
  width: 55%;
}
.error-404 .go-back {
  margin-top: 20px;
  font-family: Arial;
  color: #333333;
  line-height: 30px;
}
.error-404 .go-back a {
  color: #68A17C;
  font-weight: bold;
}

@media (max-width: 991px) {
  .error-404 {
    margin: 63px 40px 168px 40px;
  }
  .error-404 h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .error-404 .error {
    font-size: 22px;
    line-height: 34px;
    width: 90%;
  }
  .error-404 .go-back {
    font-size: 19px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .error-404 {
    margin: 44px 20px 60px 20px;
  }
  .error-404 h1 {
    font-size: 34px;
    line-height: 38px;
  }
  .error-404 .error {
    font-size: 18px;
    line-height: 30px;
    width: 90%;
  }
  .error-404 .go-back {
    font-size: 17px;
    line-height: 26px;
    width: 80%;
  }
}
/****** 404 ERROR PAGE ENDS *******/
/************** PRIMARY VISUAL *********/
.primary-visual {
  width: 900px;
  margin: 60px auto;
}
.primary-visual .video {
  padding: 0;
}
.primary-visual .video-caption,
.primary-visual .field-caption {
  color: #333333;
  opacity: 0.7;
  font-family: Arial;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-top: 5px;
}

@media (max-width: 991px) {
  .primary-visual {
    width: 683px;
    margin: 50px auto;
  }
  .primary-visual .video-caption {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .primary-visual {
    width: 280px;
    margin: 45px auto;
  }
  .primary-visual .video-caption {
    font-size: 12px;
    line-height: 20px;
    width: 95%;
    margin: 0 auto;
    margin-top: 10px;
  }
}
/************** PRIMARY VISUAL ENDS*********/
/************** PAGE NAVIGATION *********/
.page-nav {
  padding: 140px 90px;
  background-color: #365445;
}
.page-nav .title {
  color: #FFFFFF;
  font-family: GilroyBold;
  font-size: 70px;
  letter-spacing: 0.1px;
  line-height: 75px;
  margin-bottom: 25px;
  width: 70%;
}
.page-nav .description {
  color: #FFFFFF;
  font-family: GilroyRegular;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.1px;
  width: 80%;
}
.page-nav .nav-link {
  margin-top: 40px;
  position: relative;
  max-width: 50%;
}
.page-nav .nav-link a {
  text-decoration: none;
  display: inline-block;
  margin-left: 41px;
}
.page-nav .nav-link a:hover {
  text-decoration: none;
}
.page-nav .nav-link a:hover h3 {
  color: #FF5000;
}
.page-nav .nav-link h3 {
  color: #FFFFFF;
  font-family: GilroyBold;
  font-size: 30px;
  letter-spacing: 0.1px;
  line-height: 45px;
}
.page-nav .nav-link p {
  color: #FFFFFF;
  font-family: Arial;
  font-size: 19px;
  line-height: 30px;
}
.page-nav .nav-link img {
  position: absolute;
  top: 22px;
  height: 20px;
  width: 24px;
}
.page-nav .nav-link .long-btn {
  width: 32px;
}

@media (max-width: 991px) {
  .page-nav {
    padding: 77px 40px;
  }
  .page-nav .title {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 30px;
    width: 90%;
  }
  .page-nav .description {
    font-size: 22px;
    line-height: 34px;
    width: 100%;
  }
  .page-nav .nav-link {
    margin-top: 25px;
  }
  .page-nav .nav-link a {
    margin-left: 41px;
  }
  .page-nav .nav-link h3 {
    font-size: 22px;
    letter-spacing: 0.07px;
  }
  .page-nav .nav-link img {
    top: 22px;
  }
}
@media (max-width: 767px) {
  .page-nav {
    padding: 35px 20px;
  }
  .page-nav .title {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 30px;
    width: 90%;
  }
  .page-nav .description {
    font-size: 18px;
    line-height: 30px;
    width: 90%;
  }
  .page-nav .nav-link {
    margin-top: 10px;
    max-width: 100%;
  }
  .page-nav .nav-link a {
    margin-left: 35px;
  }
  .page-nav .nav-link h3 {
    font-size: 20px;
    letter-spacing: 0.08px;
  }
  .page-nav .nav-link p {
    font-size: 17px;
    line-height: 26px;
  }
  .page-nav .nav-link img {
    top: 23px;
    height: 18px;
    width: 22px;
  }
}
/************** PAGE NAVIGATION ENDS*********/
/************** CONTENT PAGE HERO *********/
.content-page-header-section {
  background-color: #204131;
  width: 100%;
  height: 360px;
  padding-left: 90px;
  padding-top: 214px;
}
.content-page-header-section h1 {
  color: #FFFFFF;
  font-family: GilroyBold;
  font-size: 40px;
  letter-spacing: 0.1px;
  line-height: 45px;
  margin: 0;
}

@media (max-width: 991px) {
  .content-page-header-section {
    height: 220px;
    padding-left: 48px;
    padding-top: 130px;
  }
  .content-page-header-section h1 {
    font-size: 30px;
    letter-spacing: 0.07px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .content-page-header-section {
    height: 175px;
    padding-left: 20px;
    padding-top: 102px;
  }
  .content-page-header-section h1 {
    font-size: 25px;
    letter-spacing: 0.06px;
    line-height: 45px;
  }
}
/************** CONTENT PAGE HERO ENDS*********/
/****** TWIN CONTENT *******/
.twin-content-section {
  overflow: hidden;
  margin-bottom: 50px;
  padding-right: 55px !important;
}
.twin-content-section .second-container {
  background-color: #F5F3EF !important;
}
.twin-content-section .pipeline {
  background-color: #F5F3EF;
}
.twin-content-section .promo {
  padding: 0;
  margin: 0;
}
.twin-content-section .promo .component-content {
  border: none;
}
.twin-content-section .promo .component-content > div {
  padding: 0;
  margin: 0;
}
.twin-content-section .work, .twin-content-section .pipeline {
  padding-top: 97px;
  padding-left: 90px;
}
.twin-content-section .title {
  color: #627A6E;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 28px;
}
.twin-content-section .sub-title {
  color: #365445;
  font-family: GilroyBold;
  font-size: 50px;
  letter-spacing: 0.1px;
  line-height: 55px;
  width: 464px;
}
.twin-content-section .main-text {
  color: #333333;
  font-size: 19px;
  line-height: 30px;
  width: 471px;
}
.twin-content-section .work .sub-title {
  margin-top: 41px;
  margin-bottom: 72px;
}
.twin-content-section .work .main-text {
  margin-bottom: 32px;
}
.twin-content-section .pipeline {
  width: 100%;
}
.twin-content-section .pipeline .sub-title {
  margin-top: 40px;
  margin-bottom: 72px;
}
.twin-content-section .pipeline .main-text {
  margin-bottom: 32px;
}
.twin-content-section .first-container {
  width: 50%;
  transition: width 0.5s ease;
}
.twin-content-section .first-container:hover {
  width: 60%;
}
.twin-content-section .first-container:hover .sub-title {
  transform: scale(1.1, 1.1);
  transform-origin: bottom left;
  transition: transform 0.75s ease;
}
.twin-content-section .second-container {
  width: 50%;
  transition: width 0.5s ease;
}
.twin-content-section .second-container:hover {
  width: 60%;
}
.twin-content-section .second-container:hover .sub-title {
  transform: scale(1.1, 1.1);
  transform-origin: bottom left;
  transition: transform 0.75s ease;
}

@media (max-width: 991px) {
  .twin-content-section {
    padding-right: 0 !important;
  }
  .twin-content-section .first-container:hover {
    width: 50%;
  }
  .twin-content-section .first-container:hover .sub-title {
    -webkit-transform: none;
    transform: none;
  }
  .twin-content-section .second-container:hover {
    width: 50%;
  }
  .twin-content-section .second-container:hover .sub-title {
    -webkit-transform: none;
    transform: none;
  }
  .twin-content-section .work, .twin-content-section .pipeline {
    padding-top: 41px;
    padding-left: 40px;
  }
  .twin-content-section .title {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 28px;
  }
  .twin-content-section .sub-title {
    font-size: 40px;
    margin-top: 40px;
    line-height: 45px;
    width: 90%;
    margin-bottom: 72px !important;
  }
}
@media (max-width: 767px) {
  .twin-content-section {
    padding-right: 0 !important;
    margin-bottom: 0;
  }
  .twin-content-section .no-gutters {
    flex-direction: column;
  }
  .twin-content-section .first-container,
.twin-content-section .second-container {
    width: 100% !important;
  }
  .twin-content-section .work, .twin-content-section .pipeline {
    padding-top: 31px;
    padding-left: 20px;
  }
  .twin-content-section .title {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 28px;
  }
  .twin-content-section .sub-title {
    font-size: 30px;
    margin-top: 25px;
    line-height: 34px;
    width: 70%;
    margin-bottom: 55px !important;
  }
}
/****** TWIN CONTENT1 ENDS *******/
/****** News Grid Card  *******/
/****** News Grid Card Ends  *******/

/*# sourceMappingURL=homepage.css.map */
