@import url("https://fonts.googleapis.com/css?family=Open+Sans|Raleway");
html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Raleway', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: #1d1c1c; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; }

.gbtn {
  padding: 0.5em 1.5em;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 0px;
  text-transform: capitalize; }
  .gbtn--ghost {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff; }
  .gbtn--primary {
    background-color: #3f3d8f;
    border: 1px solid #3f3d8f;
    color: #ffffff; }
  .gbtn--big {
    padding: 0.5em 2.5em;
    max-width: 100%; }

.gheader {
  position: relative;
  background: url("../../img/img_new/bg-header.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 10rem; }
  .gheader__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .gheader__media {
    display: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
    @media (min-width: 768px) {
      .gheader__media {
        display: initial; } }
  .gheader__body {
    padding: 0 0 1em;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
    @media (min-width: 768px) {
      .gheader__body {
	-webkit-box-flex: 0;
    	-ms-flex: 0 0 50%;
    	flex: 0 0 50%;
        padding: 3em 1em 2em 2em; } }
    @media (min-width: 1024px) {
      .gheader__body {
        padding: 0em 1em 7em 2em; } }
  .gheader__title {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 0 0 1em;
    text-align: left;
    font-size: 1.25rem; }
    @media (min-width: 768px) {
     .gheader__title {
       font-size: 1.75rem; }}
    @media (min-width: 1024px) {
     .gheader__title {
       font-size: 2.5rem; }}

.gnav {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: transparent !important; }

.glogo {
  max-width: 100px; }

.gnavbar {
  background-color: #000000;
  margin: 0 -1rem;
  padding: 0 1rem;
  z-index: 1; }
  @media (min-width: 992px) {
    .gnavbar {
      background-color: unset;
      margin: 0;
      padding: 0; } }
  .gnavbar .nav-item.active .nav-link {
    color: #f58720 !important;
    border-bottom: 1px solid #f58720; }
    @media (min-width: 768px) {
      .gnavbar .nav-item.active .nav-link {
        border: 1px solid #f58720; } }
  @media (min-width: 768px) {
    .gnavbar .nav-item:not(:last-child) {
      margin-right: 0.5em; } }
  .gnavbar .nav-item > .nav-link {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 0.9rem;
    color: #ffffff !important; }

.gmain {
  background-color: #ffffff; }

.gsection {
  padding: 2em 0; }
  .gsection__heading-wrap {
    width: 100%;
    position: relative;
    text-align: center;
    z-index: 1; }
    .gsection__heading-wrap::before {
      content: '';
      position: absolute;
      width: 100%;
      left: 0;
      right: 0;
      top: 50%;
      height: 2px;
      background-color: #1d1c1c;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: -1; }
    .gsection__heading-wrap .gsection__heading {
      display: inline-block;
      position: relative; }
      .gsection__heading-wrap .gsection__heading::before {
        content: '';
        background-color: #ffffff;
        position: absolute;
        height: 100%;
        left: 0px;
        right: 0px;
        z-index: -1; }
      @media (min-width: 980px) {
      .gsection__heading-wrap .gsection__heading::before {
        left: -15px;
        right: -15px;} }
  .gsection__heading {
    font-size: 1.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif; }
    @media (min-width: 768px) {
      .gsection__heading {
        font-size: 2.5rem;}}
  .gsection__subheading {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 1.5em;
    line-height: 1.6;
    font-weight: 400; }

.gintern__body {
  margin-bottom: 2em; }
  @media (min-width: 768px) {
    .gintern__body {
      margin-bottom: 0; } }

.gintern__content {
  font-size: 1rem;
  margin-bottom: 1em;
  text-align: justify; }

.gintern__features {
  display: grid;
  grid-gap: 1em; }
  @media (min-width: 1024px) {
    .gintern__features {
      grid-template-columns: repeat(2, 1fr); } }

.gintern__feature-media {
  margin-bottom: 1em;
  text-align: center; }
  @media (min-width: 768px) {
    .gintern__feature-media {
      text-align: left; } }

.gintern__feature-title {
  font-size: 1rem;
  text-transform: capitalize; }

.gintern__feature-body {
  font-size: 0.75rem;
  color: #9c9c9c; }

.gcourses {
  display: grid;
  grid-gap: 1em; transform-style: preserve-3d; }
  @media (min-width: 992px) {
    .gcourses {
      grid-template-columns: repeat(3, 1fr); } }
.gcourses__course { display: grid; grid-template-rows:220px auto; text-decoration: none; color: #1d1c1c; border: 1px solid #3f3d8f; transition: all ease-in-out 350ms; }
.gcourses__course:hover, .gcourses__course:focus { text-decoration: none; color: #1d1c1c; transform-origin: top; transform: rotateX(10deg) rotateY(-8deg); box-shadow: -5px 4px 8px rgba(0, 0, 0, 0.2); }
  .gcourses__course-media {
    margin-bottom: 1em; text-align: center; }
  .gcourses__body {
    display: grid;
    grid-template-rows: 48px auto; grid-gap: 0.5em; }
  .gcourses__title {
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0; padding: 0 12px; }
  .gcourses__brief {
    font-size: 1rem;
    margin-bottom: 1em;
    margin-top: 0;
    text-align: justify; padding: 0 12px; }
  .gcourses__body > .gbtn { align-self: end; }
.ggallery {
  background-color: #e3e3e3; }
  .ggallery-container {
    display: grid;
    grid-gap: 0.5em; transform-style: preserve-3d; }
    @media (min-width: 576px) {
      .ggallery-container {
        grid-template-columns: repeat(3, 1fr); } }
    @media (min-width: 768px) {
      .ggallery-container {
        grid-template-columns: repeat(3, 1fr); } }
    @media (min-width: 1024px) {
      .ggallery-container {
        grid-template-columns: repeat(4, 1fr); } }
  .ggallery-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; transition: all ease-in-out 350ms; transform-origin: center center; }
    .ggallery-media:hover, .ggallery-media:focus { transform: scale(0.9); box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2); z-index: 1; }
    .ggallery-media img {
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; height: 100%; }

.gwhywe {
  background: url("../../img/img_new/bg-whywe.jpg") no-repeat center center;
  background-size: cover;
  color: #ffffff; }
  .gwhywe .gsection__heading {
    text-align: center; }
  .gwhywe__content {
    display: grid;
    grid-gap: 1em; }
    @media (min-width: 768px) {
      .gwhywe__content {
        grid-template-columns: repeat(2, 1fr); } }
  .gwhywe__pointer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .gwhywe__img {
    margin-right: 1em; }

.gtrainers-container {
  display: grid;
  grid-gap: 1.5em 1em; }
  @media (min-width: 768px) {
    .gtrainers-container {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1024px) {
    .gtrainers-container {
      grid-template-columns: repeat(4, 1fr); } }

.gtrainer {
  padding: 0.5em;
  position: relative;
  z-index: 1;
}
.gtrainer::before, .gtrainer::after {
  content: '';
  position: absolute;
  display: block;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
}
.gtrainer::before {
  border-top: 1px solid #3f3d8f;
  border-right: 1px solid #3f3d8f;
  transform-origin: top left;
}
.gtrainer::after {
  border-bottom: 1px solid #3f3d8f;
  border-left: 1px solid #3f3d8f;
  transform-origin: bottom right;
}
.gtrainer:hover::before {
  animation: animateBefore 500ms ease-in forwards;
}
.gtrainer:hover::after {
  animation: animateAfter 500ms ease-in forwards;
}
@keyframes animateBefore {
  0% {
    transform: scale(0, 0);
  }
  30% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes animateAfter {
  0% {
    transform: scale(0, 0);
  }
  30% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
.gtrainer__media {
  text-align: center;
  margin-bottom: 1em; }

.gtrainer__img {
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%; }

.gtrainer__body {
  text-align: center; }

.gtrainer__name {
  font-size: 1.1rem;
  text-transform: capitalize; }

.gtrainer__info {
  margin-bottom: 1em;
  font-size: 0.75rem; }

.gcta {
  background-color: #e3e3e3; }
  .gcta__container {
    display: grid;
    grid-gap: 1em;}
    @media (min-width: 768px) {
      .gcta__container {
      grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 1024px) {
      .gcta__container {
      place-items: center; } }
  .gcta__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 2em; }
    @media (min-width: 768px) {
      .gcta__item {
        margin-bottom: 0; } }
    .gcta__item-media {
      margin-right: 1em; }
    .gcta__item-title {
      font-size: 1.2rem;
      text-transform: capitalize;
      margin-bottom: 0.5em; }
    .gcta__item-info {
      font-size: 0.75rem;
      margin-bottom: 0.75em; }

.gfooter-top {
  background-color: #1d1c1c;
  color: #ffffff;
  padding: 1.5em 0; }

.gfooter-body {
  display: grid;
  grid-gap: 1em; }
  @media (min-width: 768px) {
    .gfooter-body {
      grid-template-columns: 120px 1fr; } }

.gfooter-logo {
  text-align: center; }

.gfooter-bottom {
  background-color: #000000;
  padding: 1em 0; }

.gaddresses {
  display: grid;
  grid-gap: 1em; }
  @media (min-width: 768px) {
    .gaddresses {
      grid-template-columns: repeat(3, 1fr); } }

.gaddress * {
  font-size: 1rem; }

.gaddress__city {
  font-weight: 700;
  color: #f58720; }

.gcopyright {
  margin: 0;
  color: #ffffff;
  text-align: center; }

/* For navigation dropdown and subdropdown*/
.grras-dropdown-menu {
    min-width: 260px;
    padding: 0;
    background-color: #fff;
}
.grras-dropdown-menu>li {
    position: relative;
    display: list-item;
}
.grras-dropdown-menu>li>a {
    padding: 10px 15px;
    position: relative;
    background-color: #00a8ff;
    color: #fff;
    transition: background-color ease .4s,color ease-out .3s;
    display: block;
    font-size: 0.9rem;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
}
.grras-dropdown-menu>li>a::after {
    font: 1rem FontAwesome;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    color: #111;
    text-align: center;
    line-height: 20px;
    top: 0;
    margin: auto;
    transition: right ease .4s,color ease-in .4s,background-color ease-out .3s;
}
.grras-dropdown-inner-menu>li>a::after, .grras-dropdown-menu>li>a::after {
    content: '\f105';
    width: 20px;
    height: 20px;
    right: 10px;
    bottom: 0;
}
.grras-dropdown-menu>li>a:active, .grras-dropdown-menu>li>a:focus, .grras-dropdown-menu>li>a:hover {
    background-color: #f5f5f5;
    color: #111;
    text-decoration: none;
}
.grras-dropdown-menu>li>a:active::after, .grras-dropdown-menu>li>a:focus::after, .grras-dropdown-menu>li>a:hover::after {
    background-color: #00a8ff;
    color: #fff;
    right: 5px;
}
/* Old Footer CSS */
footer {
    background-color: #292929;
    margin: 0;
    padding: 3rem 0
}

footer .footer-link-heading {
    font-size: 1em;
    line-height: 2.5rem;
    font-family: Raleway, sans-serif;
    color: #fff;
    font-weight: 600;
    position: relative;
    margin: 0
}

footer .footer-link-heading::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    height: 2px;
    border: 2px solid #5d5d5d
}

footer .footer_item {
    padding-left: 0;
    margin-top: .5rem;
    margin-left: 0
}

footer ul li {
    list-style: none;
    padding-top: 5px
}

footer ul li a {
    color: #f5f5f5;
    font-size: 13px;
    font-family: Raleway, sans-serif
}

footer ul li a:focus,
footer ul li a:hover {
    text-decoration: none;
    color: #fff
}

.list-inline {
  list-style: none;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.social_links i {
    color: #a3a3a3
}

.copyright .btn,
.left_copyright p {
    color: #fff;
    font-family: Raleway, sans-serif
}

.copyright {
    width: 100%;
    height: auto;
    background-color: #000
}

.copyright-block {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 0
}

.left_copyright p {
    font-size: 12px;
    margin: 0
}

.copyright .btn {
    border: none;
    outline: 0;
    background-color: #00a8ff;
    padding: 8px 20px;
    text-shadow: none;
    font-weight: 400;
    border-radius: 0;
    font-size: 1em
}

.copyright .btn:focus,
.copyright .btn:hover {
    color: #f5f5f5;
    background-color: #00b9ff
}

.footer-logo>img {
    width: 60px
}

.build_career {
    background-color: #000;
    padding: 2rem 0
}

.build_career_block {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center
}

.build_career h1 {
    font-size: 2rem;
    line-height: 42px;
    font-family: Raleway, sans-serif;
    font-weight: 600;
    color: #fff;
    margin: 0
}

.build_career .btn {
    background: 0 0;
    border: 3px solid #fff;
    outline: 0;
    padding: 15px 40px;
    color: #fff;
    border-radius: 0;
    font-weight: 700;
    font-family: Raleway, sans-serif;
    font-size: 1.4rem
}

.build_career .btn:focus,
.build_career .btn:hover {
    background-color: #fff;
    color: #222;
    box-shadow: 1px 1px 8px 0 #eee
}

.build_career_heading>span {
    color: #a3a3a3
}
@media (max-width: 767px){
.build_career_block {
    flex-flow: column nowrap;
    align-items: center;
}
.build_career_title, .build_career_button {
    width: 100%;
    text-align: center;
}
.build_career_button {
    margin-top: 1.5rem;
}
}
/*course page css*/
.gbreadcrumbs {
  background-color: #3f3d8f; }
  .gbreadcrumbs .breadcrumb {
    padding: 0.5em 1em;
    background-color: transparent; }
  .gbreadcrumbs .breadcrumb-item {
    text-transform: capitalize;
    font-size: 0.85rem;
    color: #e3e3e3; }
    .gbreadcrumbs .breadcrumb-item a {
      text-transform: capitalize;
      font-size: 0.85rem;
      color: #ffffff; }

.gcourse-container {
  position: relative; }

.gblock {
  padding: 2em 0; }

.gblock__title {
  font-size: 1.6rem; }

.gcourse-apply {
  padding: 20px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  position: -webkit-sticky;
  position: sticky;
  top: 10px; }

.gaccordion .card-header {
  padding: 0.1em 1.25em;
  background-color: #3f3d8f; }
  .gaccordion .card-header .btn-link {
    color: #e3e3e3;
    position: relative;
    width: 100%;
    text-align: left; }
    .gaccordion .card-header .btn-link.collapsed::after {
      content: '\f067'; }
    .gaccordion .card-header .btn-link::after {
      content: '\f068';
      position: absolute;
      display: inline-block;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-family: FontAwesome;
      right: 0; }

.gcourse-highlights {
  width: 80%;
  margin: auto;
  -webkit-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  display: grid;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 1em;
  text-align: center;
  border-radius: 4px;
  grid-gap: 1.5em;
  margin-bottom: 0em; }
  @media (min-width: 768px) {
    .gcourse-highlights {
      margin-bottom: -3em;
      grid-template-columns: repeat(3, 1fr);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }

.gcourse-highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.5rem;
  position: relative;
  padding: 0; }
  .gcourse-highlight:not(:last-child)::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #e3e3e3;
    left: 0;
    right: 0;
    bottom: -0.5em; }
  @media (min-width: 768px) {
    .gcourse-highlight:not(:last-child)::after {
      content: '';
      position: absolute;
      height: 100%;
      width: 1px;
      background-color: #e3e3e3;
      left: auto;
      right: 0;
      bottom: 0;
      top: 0; } }
  .gcourse-highlight i.fa {
    font-size: 1.8rem;
    color: #3f3d8f; }
  .gcourse-highlight > i.fa {
    margin-right: 1em; }

.gcourse-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1em; }
  .gcourse-rating i.fa.gcourse-rated {
    color: #f58720; }
  .gcourse-rating i.fa {
    color: #e3e3e3; }
  .gcourse-rating i.fa:not(:last-child) {
    margin-right: 0.1em; }
.gsocial {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 75px;
}
@media (min-width: 576px) {
.gsocial {
top: 65px }}
.gsocial > .gcontainer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.gheader__social {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.gheader__social-item:not(:last-child) {
	margin-right: 0.5em;
}
.gbtn--invert {
    background: rgba(255,255,255, 0.2);
    color: #fff;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    padding: 0.5em;
}
.gbtn--whatsapp {
    background: #25d366;
    color: #fff;
    border: 1px solid #25d366;
    display: flex;
    align-items: center;
    padding: 0.5em;
}
.gbtn--invert > img, .gbtn--whatsapp > img {
	margin-right: 4px;
}
.gcourse-detail-wrap {
  border-right: 1px solid #dbdbdb;}
.gbfnav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  background-color: #f5f5f5;
  box-shadow: 0 -1px 4px rgba(0,0,0,0.2);
}
.gbfnav__nav {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
  max-width: 100%;
  overflow: auto;
}
.gbfnav__link {
  display: inline-block;
  padding: 0 1em;
  font-size: 0.9rem;
}
.gbfnav__inner {
  display: grid;
  grid-gap: 1em;
  padding: 0.5em 0;
}
@media (min-width: 768px) {
  .gbfnav__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gbfnav__info {
  display: flex;
  align-items: center;
  justify-self: end;
}
.gbfnav__price {
  font-size: 1.25rem;
  font-weight: 700;
  color: #3f3d8f;
  margin-right: 1em;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
}
.gbfnav__price span {
  text-decoration: line-through;
  font-size: 0.9rem;
  color: #bbb;
  margin-left: 1em;
}

/* Red Hat Page CSS */
.grhtopbar {
  background: #000000; }
  .grhtopbar__body {
    padding: 0.25em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .grhtopbar__link {
    color: #ffffff;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .grhtopbar__link:not(:last-child) {
      margin-right: 0.5em; }
    .grhtopbar__link i.fa {
      margin-right: 0.5em; }

.gheader--rh {
  background-image: url("../../../img/finel-2.png"); }
  .gheader--rh .gheader__title {
    text-align: left;
    font-weight: 700;
    font-size: 2rem;
    color: #004153;
    text-transform: capitalize;
    margin-bottom: 0.5em; }
  .gheader--rh .gheader__subtitle {
    font-size: 1rem;
    color: #004153; }

.gheader__list {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.95rem;
  color: #ffffff;
  padding-left: 1em;
  display: flex;
  margin: 0; }

  .gheader__list li:not(:last-child) {
    margin-right: 3em;
  }

.gredhath {
  background: #ffffff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  z-index: 1;
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
  padding: 1.25em 5%;
  color: #1d1c1c;
  border-radius: 0.25em; }
  .gredhath__heading {
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 0.75em;
    text-align: center; }
  .gredhath__block {
    display: grid;
    grid-gap: 1em; }
    @media (min-width: 768px) {
      .gredhath__block {
        grid-template-columns: 1fr 1fr; } }
  .gredhath__box {
    padding: 1em; }
    @media (min-width: 768px) {
      .gredhath__box:first-child {
        border-right: 1px solid #e3e3e3; } }
  .gredhath__title {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 1em; }
  .gredhath__list {
    font-size: 0.95rem;
    padding-left: 0.2em;
    list-style: none;
    margin: 0; }
    .gredhath__list li {
      position: relative;
    }
    .gredhath__list li::before {
      content: '\f0a4';
      display: inline-block;
      font-family: 'FontAwesome';
      position: absolute;
      left: -1.4em;
    }
    .gredhath__list li:not(:last-child) {
      margin-bottom: 0.25em; }

.gsection__heading--center {
  margin: 0 3em 0.5em;
  text-align: center;
  font-size: 1.5rem;
  color: #1d1c1c; }
  @media (min-width: 768px) {
    .gsection__heading--center {
      font-size: 1.6rem; } }

  .gsection__heading-wrap .gsection__heading--bg::before {
    background-color: rgba(255,247,247);
  }

.grhfeatures {
  background:rgba(255,247,247, 0.8); }
  .grhfeatures__container {
    display: grid;
    grid-gap: 1em; }
    @media (min-width: 768px) {
      .grhfeatures__container {
        grid-template-columns: 1fr 1fr; } }
  .grhfeatures__card {
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.7); }
    .grhfeatures__card:first-child .grhfeatures__card-head {
      background: #3c6cc2; }
    .grhfeatures__card:first-child .grhfeatures__card-body .grhfeatures__card-block:first-child {
      border-bottom: 6px solid #d30000; }
    .grhfeatures__card:first-child .grhfeatures__card-body .grhfeatures__card-block:nth-child(2) {
      border-bottom: 6px solid #004153; }
    .grhfeatures__card:nth-child(2) .grhfeatures__card-head {
      background: #d30000; }
    .grhfeatures__card:nth-child(2) .grhfeatures__card-body .grhfeatures__card-block:first-child {
      border-bottom: 6px solid #004153; }
    .grhfeatures__card:nth-child(2) .grhfeatures__card-body .grhfeatures__card-block:nth-child(2) {
      border-bottom: 6px solid #d30000; }
    .grhfeatures__card-head {
      padding: 1em;
      color: #ffffff; }
    .grhfeatures__card-body {
      display: grid;
      grid-template-rows: repeat(3, minmax(140px, 1fr));}
    .grhfeatures__card-title {
      font-size: 1.2rem;
      font-weight: bold;
      text-transform: uppercase;
      margin: 0;
      text-align: center; }
    .grhfeatures__card-block {
      padding: 1em; }
      .grhfeatures__card-block-title {
        font-size: 1rem;
        font-weight: bold;
        text-transform: uppercase;
        color: #1d1c1c; }
    .grhfeatures__card-list {
      padding-left: 1em;
      list-style: none;
      margin: 0; }
    .grhfeatures__card-list li {
      position: relative;
    }
    .grhfeatures__card-list li::before {
      content: '\f00c';
      position: absolute;
      display: inline-block;
      font-family: 'FontAwesome';
      left: -1.4em;
    }

.grhform {
  background: #ffffff; }
  .grhform__container {
    display: grid;
    grid-gap: 1em;
    border-top: 3px solid #3c6cc2;
    border-bottom: 3px solid #3c6cc2;
    margin: -2em 0;
    padding: 2em 0; }
    @media (min-width: 768px) {
      .grhform__container {
        grid-template-columns: 1fr 1fr; } }
  .grhform__block {
    padding: 1em 0;
    display: grid;
    grid-template-rows: 40px 1fr;
    grid-gap: 1em; }
    @media (min-width: 768px) {
      .grhform__block {
        grid-row: 1 / -1; } }
    .grhform__block-title {
      font-weight: bold;
      font-size: 1.2rem;
      color: #1d1c1c;
      text-transform: uppercase;
      margin: 0; }
      .grhform__block-title i.fa {
        margin-right: 0.25em;
        color: #f58720; }
      @media (min-width: 768px) {
        .grhform__block-title {
          font-size: 1.4rem; } }
  .grhform__form {
    padding: 1em;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0.25em; }
    .grhform__form--bg {
      background: rgba(255,247,247, 0.8); }
    .grhform__form .form-group:last-child {
      margin-bottom: 0;
      margin-top: auto; }
    .grhform__form .form-group--fee label {
      font-size: 1rem;
      font-weight: bold; }
    .grhform__form .form-group--fee .form-control-plaintext {
      color: #d30000;
      font-size: 1.4rem;
      font-weight: bold; }

.gbtn--secondary {
  background-color: #ff005f;
  color: #ffffff;
  font-size: 1rem;
  padding: 0.5em 2em; }

.grhskill {
  background: rgba(255,247,247, 0.8); }
  .grhskill__table td {
    text-align: center; }
  .grhskill__table tbody tr:not(:last-child) {
    border-bottom: 1px solid #1d1c1c; }
  .grhskill__table tbody tr th {
    border-right: 1px solid #1d1c1c; }
  .grhskill__table tbody tr td {
    width: calc(100%/8); }
    .grhskill__table tbody tr td:not(:last-child) {
      border-right: 1px solid #1d1c1c; }
  .grhskill__media {
    margin: 0;
    text-align: center; }
  .grhskill__img {
    max-width: 100%;
    max-height: 40px;
    margin-bottom: 0.75em;
    height: auto; }
  .grhskill__caption {
    font-size: 0.8rem; }
  .grhskill__check {
    max-height: 16px;
  }

.grhhighlights {
  background-color: #fff;
}

.grhdev--bg {
  background-color: rgba(255,247,247, 0.8);
}
.grhdev__card {
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
  padding: 1.5em;
  border-radius: 0.1em;
  margin-bottom: 1.5em;
  background-color: #fff;
  font-size: 1rem;
  color: #1d1c1c;
  text-align: center;
  line-height: 1.6; }
  .grhdev__card span {
    color: #000000; }

.grhdev__body {
  padding: 1em 0; }

.grhdev__list {
  padding-left: 1em;
  margin: 0; }

.grhinclude {
  background-image: url("../../img/redhat/red-bg.jpg");
  background-position: center;
  background-size: cover;
  background-color: #d30000;
  background-blend-mode: lighten;
  color: #ffffff; }
  .grhinclude .gsection__heading {
    color: #ffffff; }
  .grhinclude__body {
    padding: 1em 0; }
  .grhinclude__list {
    padding-left: 1em;
    list-style: none;
    margin: 0; }
  .grhinclude__list li {
    position: relative;
  }
  .grhinclude__list li::before {
    content: '\f054';
    display: inline-block;
    font-family: 'FontAwesome';
    left: -1.4em;
    position: absolute;
  }


.gaccordion--white .card {
  border: 1px solid rgba(0, 65, 83, 0.25); }

.gaccordion--white .card-header {
  background-color: #004153;
  border-bottom: 1px solid rgba(0, 65, 83, 0.25); }
  .gaccordion--white .card-header .btn-link {
    color: #fff; }

textarea.form-control {
  resize: none;
}
.grhrequestcb {
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 99;
}

/*# sourceMappingURL=index.css.map */
.my_navbar>li{margin:.1rem}.my_navbar>li>a{color:#004153;font-size:16px;transition:all
ease-in .4s;padding:.6rem .8rem}#search-li{padding-top:10px;padding-bottom:10px}a.dropdown-
toggle>img{width:32px;height:32px}.grras-dropdown-inner-menu>li>a::after,.grras-dropdown-
menu>li>a::after{content:'\f105';width:20px;height:20px;right:10px;bottom:0}.my_navbar.nav
.open>a,.my_navbar.nav .open>a:focus,.my_navbar.nav .open>a:hover,.my_navbar>li.active>a,.my_navbar>
li>a:active,.my_navbar>li>a:focus,.my_navbar>li>a:hover{color:#0745b1;border:1px solid #0745b1
;background-color:rgba(255,255,255,.7);border-radius:25px;background-image:none;padding:.6rem .8rem
}.grras-dropdown-menu{min-width:260px;padding:0;background-color:#fff}.grras-dropdown-
menu>li{position:relative}.grras-dropdown-menu>li+li{margin-top:2px}.grras-dropdown-
menu>li>a{padding:10px 15px;position:relative;background-color:#00a8ff;color:#fff;transition
:background-color ease .4s,color ease-out .3s}.grras-dropdown-menu>li>a::after{font:1rem
FontAwesome;position:absolute;border-radius:50%;background-color:#fff;color:#111;text-align:center
;line-height:20px;top:0;margin:auto;transition:right ease .4s,color ease-in .4s,background-color
ease-out .3s}.grras-dropdown-menu>li>a:active,.grras-dropdown-menu>li>a:focus,.grras-dropdown-
menu>li>a:hover{background-color:#f5f5f5;color:#111}.grras-dropdown-menu>li>a:active::after,.grras-
dropdown-menu>li>a:focus::after,.grras-dropdown-menu>li>a:hover::after{background-
color:#00a8ff;color:#fff;right:5px}.grras-dropdown-inner-menu{position:absolute;min-
width:220px;display:none;float:left;font-size:14px;text-align:left;list-
style:none;padding:0;z-index:1000;top:-3px;left:100%;background-color:#fff;-webkit-background-clip
:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15
);border-radius:0;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px
rgba(0,0,0,.175)}.grras-dropdown-inner-menu>li+li{margin-top:2px}.grras-dropdown-inner-
menu>li>a{display:block;padding:10px 15px;position:relative;background-
color:#00a8ff;color:#fff;transition:background-color ease .4s,color ease-out .3s}