@import url(font-awesome.css);
@viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-webkit-viewport {
  width: device-width; }
::-webkit-selection {
  background: #39F;
  text-shadow: none; }

::-moz-selection {
  background: #39F;
  text-shadow: none; }

::selection {
  background: #39F;
  text-shadow: none; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, body {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  font-size: 100%;
  border: 0px;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'proxima_nova_rgregular'; }

body {
  font-weight: normal;
  font-size: 14px;
  font-family: 'proxima_nova_rgregular'; }

*, *:before, *:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header,
hgroup, main, menu, nav, section, summary, ul, ol, li {
  margin: 0;
  padding: 0; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

ul, ol, li {
  list-style: none;
  padding-left: 0px;
  font-size: 15px;
  line-height: 20px; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent;
  text-decoration: none;
  outline: 0;
  color: #333; }

a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0px;
  font-weight: normal; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  font-weight: normal; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  outline-max-width: 100%; }

img:active, img:hover, img:focus {
  outline: 0; }

img, iframe, svg {
  vertical-align: middle; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

@media print {
  *, *:after, *:before {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: none; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  blockquote, img, pre, tr {
    page-break-inside: avoid; }

  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }

  blockquote, pre {
    border: 1px solid #999; }

  thead {
    display: table-header-group; }

  img {
    max-width: 100% !important; }

  h2, h3, p {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  select {
    background: #fff !important; } }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
    line-height: 2.375rem; } }
.container {
  width: 96%;
  max-width: 1180px;
  min-width: 300px;
  padding: 0 2%;
  margin: 0 auto; }

.flex-row {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row; }

.flex-column {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column; }

.abt-bnr {
  background-image: url("../img/abt-bg.jpg") !important; }

.atb-txt-sec {
  width: 100%;
  background-color: #ff6d62;
  padding: 170px 0 170px 0;
  border-top: 5px solid #fff;
  position: relative; }
  .atb-txt-sec .atb-txt-wrp {
    width: 100%;
    position: relative;
    padding-bottom: 130px; }
    .atb-txt-sec .atb-txt-wrp p {
      color: #fff;
      text-align: justify;
      margin-bottom: 20px; }

.round, .goal-round, .crty-round, .asso-round {
  position: absolute;
  display: block;
  width: 190px;
  height: 190px;
  background-color: #ff6d62;
  border: 5px solid #fff;
  top: -95px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transform: translateX(-50%);
  left: 50%;
  text-align: center;
  color: #fff;
  font-size: 28px;
  line-height: 190px; }

.dwn-aro {
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: 170px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 70px;
  font-size: 32px;
  color: #333; }

.fnt-mdl {
  line-height: 74px; }

.goal-sec {
  width: 100%;
  padding: 0px 0 150px 0; }
  .goal-sec .goal-wrp {
    width: 100%;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .goal-sec .goal-wrp .goal-con {
      width: 48%;
      position: relative;
      padding: 100px 0 0 0; }
      .goal-sec .goal-wrp .goal-con h4 {
        text-align: center;
        margin-bottom: 10px;
        font-size: 28px; }
      .goal-sec .goal-wrp .goal-con p {
        text-align: justify;
        margin-bottom: 10px; }

.goal-round {
  background-color: #fff;
  border: none;
  font-size: 50px; }

.fa-dark {
  color: #333;
  line-height: 190px; }

.pdng-tp {
  padding-top: 50px; }

.certification-sec {
  width: 100%;
  background-color: #98ba31;
  padding: 140px 0 70px 0;
  position: relative; }
  .certification-sec h3 {
    font-size: 36px;
    text-align: center; }
  .certification-sec .certy-wrp {
    width: 100%;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0 0 0; }
    .certification-sec .certy-wrp .certy-con {
      width: 48%; }
      .certification-sec .certy-wrp .certy-con p {
        margin-bottom: 10px;
        text-align: justify; }
      .certification-sec .certy-wrp .certy-con span {
        display: block; }
        .certification-sec .certy-wrp .certy-con span img {
          width: 100%; }

.crty-round {
  background-color: #98ba31;
  font-size: 60px;
  color: #333; }

.asso-member {
  width: 100%;
  padding: 140px 0 100px 0;
  position: relative; }
  .asso-member h4 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px; }
  .asso-member .asso-member-wrp {
    width: 100%;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .asso-member .asso-member-wrp .asso-member-con {
      width: 48%;
      background-color: #e0e0e0;
      margin-bottom: 50px;
      padding: 10px; }
      .asso-member .asso-member-wrp .asso-member-con .asso-member-txt {
        width: 100%;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        margin-bottom: 20px; }
        .asso-member .asso-member-wrp .asso-member-con .asso-member-txt span {
          display: block;
          margin-right: 10px; }
        .asso-member .asso-member-wrp .asso-member-con .asso-member-txt h5 {
          font-size: 18px;
          font-weight: bold; }
      .asso-member .asso-member-wrp .asso-member-con p {
        padding: 0 10px 10px 10px;
        text-align: justify; }

.asso-round {
  font-size: 60px;
  color: #6a8b03 !important;
  background-color: #fff; }

.fa-quote-right {
  line-height: 190px; }

.bg-img {
  background-image: url("../img/asso06.png");
  background-repeat: no-repeat; }

.value-sec {
  width: 100%;
  background-color: #4bacff;
  padding: 120px 0 0px 0;
  position: relative; }
  .value-sec .value-wrp {
    width: 100%;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .value-sec .value-wrp p {
      display: block;
      width: 60%; }
    .value-sec .value-wrp span {
      display: block;
      width: 35%; }
      .value-sec .value-wrp span img {
        width: 100%; }
  .value-sec h3 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
    color: #fff; }
  .value-sec p {
    text-align: justify;
    color: #fff; }

.vlu-rnd {
  background-color: #4bacff;
  color: #fff; }

.fa-graduation-cap {
  color: #fff !important; }

.partner-sec {
  width: 100%;
  position: relative;
  padding: 120px 0 70px 0; }
  .partner-sec h3 {
    text-align: center;
    font-size: 36px;
    color: #be0000;
    margin-bottom: 30px; }
  .partner-sec .partner-wrp {
    width: 100%;
    padding-bottom: 30px;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .partner-sec .partner-wrp p {
      width: 68%; }
      .partner-sec .partner-wrp p a {
        font-style: italic;
        color: #be0000; }
    .partner-sec .partner-wrp span {
      display: block;
      width: 30%; }
      .partner-sec .partner-wrp span img {
        width: 100%; }

.fa-users {
  color: #fff; }

.apply-btn {
  display: block;
  width: 20%;
  color: #000;
  background-color: #055bbb;
  margin: 0 auto;
  padding: 16px 0px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

@media (max-width: 800px) {
  .asso-member .asso-member-wrp .asso-member-con .asso-member-txt {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .asso-member .asso-member-wrp .asso-member-con .asso-member-txt span {
    margin-bottom: 10px; }

  .asso-member .asso-member-wrp .asso-member-con .asso-member-txt h5 {
    text-align: center; }

  .asso-member .asso-member-wrp .asso-member-con:last-child {
    background-color: transparent; }

  .certification-sec .certy-wrp .certy-con {
    width: 100%;
    margin-bottom: 30px; }

  .certification-sec .certy-wrp .certy-con:last-child {
    margin-bottom: 0px; }

  .value-sec .value-wrp p {
    width: 100%;
    margin-bottom: 30px; }

  .value-sec .value-wrp span {
    width: 100%;
    text-align: center; }

  .value-sec .value-wrp span img {
    width: 40%; }

  .certification-sec {
    padding-bottom: 0px; } }
@media (max-width: 768px) {
  .abt-bnr {
    background-position: -300px 0; } }
@media (max-width: 600px) {
  .goal-sec .goal-wrp .goal-con {
    width: 100%; }

  .goal-round {
    display: none; }

  .goal-sec .goal-wrp .goal-con {
    padding-top: 40px; }

  .goal-sec {
    padding-bottom: 120px; }

  .asso-member {
    padding-top: 100px; }

  .asso-member .asso-member-wrp .asso-member-con {
    width: 100%; }

  .asso-member .asso-member-wrp .asso-member-con:last-child {
    display: none; }

  .partner-sec .partner-wrp p {
    width: 100%;
    margin-bottom: 30px; }

  .partner-sec .partner-wrp span {
    width: 100%; }

  .atb-txt-sec {
    padding-bottom: 152px;
    padding-top: 130px; }

  .atb-txt-sec .atb-txt-wrp {
    padding-bottom: 0px; }

  .dwn-aro {
    bottom: 40px; }

  .apply-btn {
    width: 100%; } }
@media (max-width: 500px) {
  .value-sec .value-wrp span img {
    width: 70%; }

  .abt-bnr {
    background-position: -360px 0; } }
@media (max-width: 370px) {
  .abt-bnr {
    background-position: -510px 0; } }
body {
  font-family: "Gudea", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Signika Negative", sans-serif; }

p {
  font-size: 15px;
  line-height: 20px; }

.hedin-desc {
  margin-top: 15px;
  font-size: 18px; }

.side-links {
  position: fixed;
  width: 40px;
  height: 150;
  background-color: orange;
  z-index: 3;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.active-mnu {
  color: #024598;
  background: #f0f0f0; }

.header-sec {
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 5;
  top: 0px;
  left: 0px;
  border-bottom: 3px solid #2196f3; }
  .header-sec .header-wrp {
    width: 100%;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 5px 0px; }
    .header-sec .header-wrp h1 {
      color: #fff; }
      .header-sec .header-wrp h1 img {
        width: 100%;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s; }
    .header-sec .header-wrp .help {
      display: block;
      width: 75%; }
    .header-sec .header-wrp.smaller h1 img {
      width: 80%; }

.top-con {
  font-weight: bold;
  margin-left: 30px;
  position: relative; }

.banner-sec, .abt-bnr {
  width: 100%;
  background-image: url("../img/bnr.jpg");
  height: 470px;
  background-repeat: no-repeat;
  margin-top: 75px;
  position: relative; }
  .banner-sec .banner-wrp, .abt-bnr .banner-wrp {
    width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .banner-sec .banner-wrp .benner-bakk, .abt-bnr .banner-wrp .benner-bakk {
      width: 90%;
      display: block;
      background-color: rgba(255, 255, 255, 0.6);
      padding: 25px;
      -webkit-transform: skew(-12deg);
      -moz-transform: skew(-12deg);
      -ms-transform: skew(-12deg);
      transform: skew(-12deg); }
    .banner-sec .banner-wrp h3, .abt-bnr .banner-wrp h3 {
      font-size: 42px;
      color: #fff;
      font-weight: 700;
      margin-bottom: 5px; }
    .banner-sec .banner-wrp p, .abt-bnr .banner-wrp p {
      font-size: 20px;
      color: #fff;
      line-height: 26px;
      margin-bottom: 20px; }
    .banner-sec .banner-wrp .btn-wrp, .abt-bnr .banner-wrp .btn-wrp {
      width: 100%; }

.skew-not {
  -webkit-transform: skew(12deg);
  -moz-transform: skew(12deg);
  -ms-transform: skew(12deg);
  transform: skew(12deg); }

.admission-bnr {
  right: 0px; }

.dload {
  display: block;
  width: 35%;
  border: 1px solid #fff;
  text-align: center;
  margin-right: 20px;
  font-size: 20px;
  padding: 16px 0px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2); }

.red {
  background-color: #e30000 !important;
  border: none; }

@media (max-width: 1366px) {
  .ftr-from {
    background-position: -250px 0;
    background-repeat: no-repeat; } }
@media (max-width: 1200px) {
  .training-con span img {
    width: 100%; } }
@media (max-width: 1180px) {
  .header-sec .header-wrp .help {
    width: 100%; } }
@media (max-width: 1160px) {
  .banner-sec .banner-wrp h3, .abt-bnr .banner-wrp h3, .abt-bnr .banner-wrp h3 {
    font-size: 30px; }

  .banner-sec .banner-wrp p, .abt-bnr .banner-wrp p, .abt-bnr .banner-wrp p {
    font-size: 18px; }

  .dload {
    width: 60%; }

  .banner-sec .banner-wrp, .abt-bnr .banner-wrp, .abt-bnr .banner-wrp {
    top: 57%; } }
@media (max-width: 1000px) {
  .banner-sec .banner-wrp, .abt-bnr .banner-wrp {
    width: 60%; }

  .dload {
    width: 50%; } }
@media (max-width: 768px) {
  .banner-sec .banner-wrp, .abt-bnr .banner-wrp {
    width: 90%; }

  .dload {
    width: 50%; } }
@media (max-width: 740px) {
  .header-sec .header-wrp .help {
    width: 100%; }

  .header-sec .header-wrp h1 {
    margin-bottom: 10px; }

  .header-sec .header-wrp {
    padding-bottom: 0px; }

  .banner-sec .banner-wrp, .abt-bnr .banner-wrp, .abt-bnr .banner-wrp {
    top: 60%; } }
@media (max-width: 525px) {
  .banner-sec .banner-wrp h3, .abt-bnr .banner-wrp h3 {
    font-size: 28px; }

  .banner-sec, .abt-bnr {
    height: 340px; }

  .banner-sec .banner-wrp, .abt-bnr .banner-wrp {
    top: 54%; }

  .dload {
    font-size: 16px; } }
@media (max-width: 400px) {
  .banner-sec .banner-wrp, .abt-bnr .banner-wrp {
    top: 63%; }

  .banner-sec, .abt-bnr {
    height: 450px; }

  .banner-sec .banner-wrp .btn-wrp, .abt-bnr .banner-wrp .btn-wrp {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .dload {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px; }

  .dload:last-child {
    margin-bottom: 0px; } }
.mid-con-sec {
  width: 100%;
  background-color: #2a80b9; }
  .mid-con-sec .mid-con-wrp {
    width: 100%; }
    .mid-con-sec .mid-con-wrp .mid-con-fst {
      padding: 35px 0px 20px 0px; }
      .mid-con-sec .mid-con-wrp .mid-con-fst h2 {
        font-size: 60px;
        text-align: center;
        color: #fff; }
      .mid-con-sec .mid-con-wrp .mid-con-fst span {
        display: block;
        text-align: center;
        margin-top: 20px;
        padding: 25px 0px;
        position: relative;
        overflow: hidden; }
        .mid-con-sec .mid-con-wrp .mid-con-fst span img {
          position: absolute;
          top: -20px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          -webkit-animation: mymove 3s infinite;
          /* Safari 4.0 - 8.0 */
          animation: mymove 3s infinite; }

@-webkit-keyframes mymove {
  0% {
    top: -20px; }
  50% {
    top: 15px; }
  60% {
    top: 15px; }
  100% {
    top: 60px; } }
/* Standard syntax */
@keyframes mymove {
  0% {
    top: -20px; }
  50% {
    top: 15px; }
  60% {
    top: 15px; }
  100% {
    top: 60px; } }
.mid-down {
  width: 100%;
  padding: 30px 0px 130px 0;
  border-bottom: 2px solid #a2a2a2;
  position: relative; }
  .mid-down .mid-down-wrp {
    width: 100%; }
    .mid-down .mid-down-wrp h3 {
      width: 80%;
      font-size: 32px;
      color: #333;
      text-align: center;
      margin: 0 auto; }
  .mid-down span {
    display: block;
    position: absolute;
    width: 90px;
    height: 90px;
    left: 50%;
    bottom: -7%;
    transform: translateX(-50%);
    background-color: #fff;
    text-align: center; }

.heading, .admsn-heading, .learning-mode h3, .feq-sec h3 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 500; }

.line {
  display: block;
  width: 25%;
  height: 1px;
  background-color: #333;
  margin: 0 auto; }

.sign-line {
  background-color: #fff !important; }

.signup-sec {
  width: 100%;
  padding: 50px 0px;
  background-color: #2f75ad; }
  .signup-sec .signup-wrp {
    width: 100%;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .signup-sec .signup-wrp .signup-con {
      width: 48%;
      margin-top: 50px; }
      .signup-sec .signup-wrp .signup-con .txt-wrp {
        width: 100%;
        display: block;
        margin-bottom: 50px; }
        .signup-sec .signup-wrp .signup-con .txt-wrp .txt-box {
          width: 100%;
          display: block;
          border: none;
          font-size: 16px;
          border-bottom: 1px solid #fff;
          padding: 0 0 4px 8px;
          background-color: #2f75ad;
          color: #fff; }
          .signup-sec .signup-wrp .signup-con .txt-wrp .txt-box:focus {
            outline: none; }
      .signup-sec .signup-wrp .signup-con .txt-wrp:last-child {
        margin-bottom: 0px; }

.mrg-top {
  margin-top: 30px; }

.sub-btn {
  display: block;
  width: 30%;
  background-color: #fff;
  border: none;
  font-size: 16px;
  padding: 16px 0px;
  margin: 0 auto;
  color: #005cb1;
  -webkit-box-shadow: 0 10px 6px -6px #333;
  -moz-box-shadow: 0 10px 6px -6px #333;
  box-shadow: 0 10px 6px -6px #333; }
  .sub-btn:focus {
    outline: none; }

.signup-sec .signup-wrp .signup-con .txt-wrp .txt-box::-webkit-input-placeholder {
  color: #fff; }

.signup-sec .signup-wrp .signup-con .txt-wrp .txt-box:-moz-placeholder {
  color: #fff; }

.signup-sec .signup-wrp .signup-con .txt-wrp .txt-box:-moz-placeholder {
  color: #fff; }

::-webkit-input-placeholder {
  color: #fff; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #fff; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff; }

:-ms-input-placeholder {
  color: #fff; }

.mid-next {
  width: 100%;
  padding: 110px 0px 80px 0; }
  .mid-next .mid-next-wrp {
    width: 100%; }
    .mid-next .mid-next-wrp h3 {
      width: 90%;
      font-size: 60px;
      text-align: center;
      color: #333;
      margin: 0 auto;
      margin-bottom: 20px; }
    .mid-next .mid-next-wrp h5 {
      text-align: center;
      font-size: 30px;
      color: #333;
      margin-bottom: 5px; }
    .mid-next .mid-next-wrp h6 {
      text-align: center;
      font-size: 24px;
      color: #333; }
    .mid-next .mid-next-wrp .mid-btn-wrp {
      width: 100%;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 60px; }
      .mid-next .mid-next-wrp .mid-btn-wrp .btn-cl {
        background-color: #61b329 !important;
        color: #fff !important; }

.btn, .mid-next .mid-next-wrp .mid-btn-wrp .btn-cl {
  display: block;
  width: 20%;
  background-color: #d90000;
  padding: 14px 0px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-right: 25px; }

.video-sec {
  width: 100%;
  padding: 50px 0px; }
  .video-sec .video-wrp {
    width: 100%; }
    .video-sec .video-wrp span {
      display: block;
      width: 50%;
      text-align: center;
      margin: 0 auto;
      height: 50%; }
      .video-sec .video-wrp span .home-vdo {
        display: block;
        width: 100%;
        height: 100%;
        border: 1px solid #000; }

.membr-h {
  color: #333 !important; }

.membr-l {
  background-color: #333 !important; }

.wed {
  width: 100px !important; }

.membership {
  width: 100%;
  padding: 50px 0px; }
  .membership .membership-wrp {
    width: 100%;
    margin-top: 50px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 70px; }
    .membership .membership-wrp .assowrp {
      width: 20%; }
  .membership .menber-txt {
    width: 100%; }
    .membership .menber-txt p {
      margin-bottom: 15px; }

@media (max-width: 700px) {
  .video-sec .video-wrp span {
    width: 100%; } }
.training-sec {
  width: 100%;
  padding: 50px 0px 70px 0; }
  .training-sec .training-wrp {
    width: 100%;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 50px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .training-sec .training-wrp .training-con {
      width: 48%;
      text-align: justify; }

.our-coueses {
  width: 100%; }
  .our-coueses p {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px; }
  .our-coueses .course-wrp {
    width: 100%;
    padding: 60px 0px 0 0;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .our-coueses .course-wrp .course-con {
      width: 22%;
      border: 10px solid #c3c3c3;
      height: 260px;
      overflow: hidden;
      position: relative;
      margin: 0 0 20px;
      margin-bottom: 50px; }
      .our-coueses .course-wrp .course-con .inner-top {
        display: block;
        margin: 40px 0 10px 0; }
        .our-coueses .course-wrp .course-con .inner-top span {
          display: block;
          text-align: center; }
      .our-coueses .course-wrp .course-con .inner-btm {
        display: block;
        width: 100%;
        height: 250px;
        position: absolute;
        top: 120px;
        background-color: #fff;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s; }
        .our-coueses .course-wrp .course-con .inner-btm p {
          font-size: 18px; }
        .our-coueses .course-wrp .course-con .inner-btm .p-hide {
          font-size: 16px;
          line-height: 20px; }
        .our-coueses .course-wrp .course-con .inner-btm a {
          display: block;
          margin: 0 auto;
          text-align: center;
          margin-top: 5px;
          font-size: 15px;
          color: #ff6c00; }
          .our-coueses .course-wrp .course-con .inner-btm a:hover {
            text-decoration: underline; }
      .our-coueses .course-wrp .course-con:hover .inner-btm {
        top: 0px; }

.testimoni {
  width: 100%; }
  .testimoni .testi-wrp {
    width: 100%;
    padding: 40px 0 60px 0;
    position: relative;
    background-color: #1565c0;
    margin-top: 30px; }
    .testimoni .testi-wrp .testi-scrll {
      position: relative; }
    .testimoni .testi-wrp h4 {
      text-align: center;
      font-size: 32px;
      margin-bottom: 10px;
      color: #333; }
    .testimoni .testi-wrp p {
      text-align: center;
      font-size: 15px;
      line-height: 24px;
      color: #333; }
    .testimoni .testi-wrp .testi-scrll {
      display: block; }
      .testimoni .testi-wrp .testi-scrll span {
        display: block;
        text-align: center;
        margin-bottom: 10px; }

.support-sec {
  width: 100%; }
  .support-sec .suport-hdng-wrp {
    padding: 50px 0px;
    width: 100%;
    background-color: #82c044; }
  .support-sec p {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    font-weight: 600;
    color: #333; }
  .support-sec .support-wrp {
    width: 100%;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 60px 0 10px 0; }
    .support-sec .support-wrp .support-con {
      width: 33.3%; }
      .support-sec .support-wrp .support-con .support-con-txt, .support-sec .support-wrp .support-con .support-con-txt2, .support-sec .support-wrp .support-con .support-con-txt3 {
        width: 100%;
        height: 249px;
        background-color: #f0b608;
        padding: 20px; }
        .support-sec .support-wrp .support-con .support-con-txt h4, .support-sec .support-wrp .support-con .support-con-txt2 h4, .support-sec .support-wrp .support-con .support-con-txt3 h4 {
          font-size: 25px;
          color: #fff;
          line-height: 210px; }
        .support-sec .support-wrp .support-con .support-con-txt:hover, .support-sec .support-wrp .support-con .support-con-txt2:hover, .support-sec .support-wrp .support-con .support-con-txt3:hover {
          background-color: #333; }
      .support-sec .support-wrp .support-con .support-con-txt2 {
        height: 166px !important;
        background-color: #40c4ff; }
        .support-sec .support-wrp .support-con .support-con-txt2 h4 {
          font-size: 25px;
          color: #fff;
          line-height: 130px; }
      .support-sec .support-wrp .support-con .support-con-txt3 h4 {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 10px; }
      .support-sec .support-wrp .support-con .support-con-txt3 p {
        width: 100%;
        text-align: left;
        color: #fff;
        margin: 0px;
        text-align: justify;
        margin-bottom: 20px;
        font-weight: normal;
        line-height: 20px; }
      .support-sec .support-wrp .support-con .support-con-txt3 span {
        display: block;
        text-align: center; }
        .support-sec .support-wrp .support-con .support-con-txt3 span a {
          display: block;
          color: #93e702; }
      .support-sec .support-wrp .support-con .orng {
        background-color: #ff8f00; }
      .support-sec .support-wrp .support-con .blu2 {
        background-color: #00b0ff; }
      .support-sec .support-wrp .support-con .blu3 {
        background-color: #0091ea; }
      .support-sec .support-wrp .support-con .brwn {
        background-color: #4e342e; }
      .support-sec .support-wrp .support-con .brwn2 {
        background-color: #3e2723; }

.bg-grn {
  background-color: #006064 !important; }

.contact-sec {
  width: 100%;
  padding: 30px 0 30px 0; }
  .contact-sec .contact-wrp {
    width: 100%;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .contact-sec .contact-wrp .contact-con {
      width: 48%;
      padding: 30px 0 0 0; }
      .contact-sec .contact-wrp .contact-con .con-info-wrp {
        display: block;
        margin-bottom: 30px; }
        .contact-sec .contact-wrp .contact-con .con-info-wrp h4 {
          font-size: 28px;
          color: #333;
          margin-bottom: 20px; }
        .contact-sec .contact-wrp .contact-con .con-info-wrp ul {
          display: inline-block; }
          .contact-sec .contact-wrp .contact-con .con-info-wrp ul li {
            margin-bottom: 25px;
            font-size: 20px;
            color: #333; }
            .contact-sec .contact-wrp .contact-con .con-info-wrp ul li .fa {
              margin-right: 15px; }
      .contact-sec .contact-wrp .contact-con .con-info-wrp:last-child {
        margin-bottom: 0px; }
      .contact-sec .contact-wrp .contact-con .map {
        display: block; }
        .contact-sec .contact-wrp .contact-con .map img {
          width: 100%; }

.footer-sec {
  width: 100%;
  padding: 50px 0 20px 0;
  background-color: #222528; }
  .footer-sec .footer-wrp {
    width: 100%;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .footer-sec .footer-wrp .footer-con {
      width: 23%; }
      .footer-sec .footer-wrp .footer-con .links-wrp {
        display: inline-block;
        width: 100%; }
        .footer-sec .footer-wrp .footer-con .links-wrp h5 {
          color: #fff;
          font-size: 20px;
          margin-bottom: 10px; }
        .footer-sec .footer-wrp .footer-con .links-wrp p {
          color: #fff;
          margin-bottom: 10px; }
        .footer-sec .footer-wrp .footer-con .links-wrp ul {
          display: block; }
          .footer-sec .footer-wrp .footer-con .links-wrp ul li {
            margin-bottom: 10px;
            color: #fff; }
            .footer-sec .footer-wrp .footer-con .links-wrp ul li a {
              display: block;
              color: #fff; }
        .footer-sec .footer-wrp .footer-con .links-wrp .frm-wrp {
          width: 100%;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          justify-content: space-between;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          .footer-sec .footer-wrp .footer-con .links-wrp .frm-wrp .txt-box {
            width: 70%;
            padding: 0 0 0 5px; }
            .footer-sec .footer-wrp .footer-con .links-wrp .frm-wrp .txt-box:focus {
              outline: none; }
          .footer-sec .footer-wrp .footer-con .links-wrp .frm-wrp .sub-btn {
            width: 26%;
            color: #333;
            padding: 10px 0px; }

.ftr-blt {
  font-size: 12px;
  margin-right: 3px;
  color: #ff6c00; }

.social-wrap {
  width: 100%;
  display: block;
  margin-top: 10px; }
  .social-wrap h4 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px; }
  .social-wrap .social {
    display: inline-block; }
    .social-wrap .social li {
      display: inline-block; }
      .social-wrap .social li .fa {
        width: 35px;
        height: 35px;
        background-color: #fff;
        color: #333;
        text-align: center;
        line-height: 40px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        margin-right: 5px; }

.footer-last {
  width: 100%;
  padding: 10px 0px;
  background-color: #141517; }
  .footer-last p {
    text-align: center;
    color: #fff; }

@media (max-width: 1024px) {
  .training-sec .training-wrp .training-con span img {
    width: 100%; }

  .membership .membership-wrp .assowrp {
    width: 33%;
    margin-bottom: 20px; } }
@media (max-width: 805px) {
  .btn, .mid-next .mid-next-wrp .mid-btn-wrp .btn-cl, .mid-next .mid-next-wrp .mid-btn-wrp .btn-cl {
    width: 44%; }

  .video-sec .video-wrp span img {
    width: 100%; }

  .membership .membership-wrp .assowrp {
    width: 33%;
    margin-bottom: 20px; }

  .our-coueses .course-wrp .course-con {
    width: 31%; }

  .support-sec .support-wrp .support-con {
    width: 50%; }

  .support-sec .support-wrp .support-con:last-child {
    width: 100%; }

  .contact-sec .contact-wrp .contact-con {
    width: 100%; }

  .training-sec .training-wrp .training-con {
    width: 100%;
    margin-bottom: 30px; } }
@media (max-width: 650px) {
  .banner-sec, .abt-bnr {
    height: 400px; }

  .mid-con-sec .mid-con-wrp .mid-con-fst h2 {
    font-size: 40px; }

  .mid-next .mid-next-wrp h3 {
    font-size: 40px; }

  .signup-sec .signup-wrp .signup-con {
    width: 100%; }

  .sub-btn {
    width: 100%; }

  .membership .membership-wrp .assowrp {
    width: 48%; }

  .our-coueses .course-wrp .course-con {
    width: 48%; }

  .footer-sec .footer-wrp .footer-con {
    width: 48%;
    margin-bottom: 30px; }

  .footer-sec .footer-wrp .footer-con:last-child {
    margin-bottom: 0px; } }
@media (max-width: 500px) {
  .banner-sec, .abt-bnr {
    height: 400px; }

  .mid-down .mid-down-wrp h3 {
    width: 100%;
    font-size: 24px; }

  .mid-down {
    padding: 30px 0px 95px 0; }

  .mid-next {
    padding: 80px 0px 30px 0; }

  .mid-next .mid-next-wrp h3 {
    font-size: 32px; }

  .mid-next .mid-next-wrp h5 {
    font-size: 24px; }

  .mid-next .mid-next-wrp h6 {
    font-size: 18px; }

  .mid-next .mid-next-wrp .mid-btn-wrp {
    margin-top: 20px; }

  .membership .membership-wrp {
    margin-bottom: 10px; }

  .training-sec {
    padding: 0px 0px 20px 0; }

  .training-sec .training-wrp {
    padding-top: 30px; }

  .support-sec .support-wrp .support-con {
    width: 100%; }

  .footer-sec .footer-wrp .footer-con {
    width: 100%; }

  .header-sec .header-wrp {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }

  .banner-sec .banner-wrp, .abt-bnr .banner-wrp {
    top: 55%; } }
@media (max-width: 450px) {
  .our-coueses .course-wrp .course-con {
    width: 100%; }

  .membership .membership-wrp .assowrp {
    width: 100%;
    text-align: center; }

  .contact-sec .contact-wrp .contact-con .con-info-wrp ul li {
    font-size: 16px; }

  .btn, .mid-next .mid-next-wrp .mid-btn-wrp .btn-cl, .mid-next .mid-next-wrp .mid-btn-wrp .btn-cl, .mid-next .mid-next-wrp .mid-btn-wrp .btn-cl {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0px; }

  .membership {
    padding-top: 0px; }

  .heading, .admsn-heading, .learning-mode h3, .feq-sec h3 {
    font-size: 24px; } }
@media (max-width: 410px) {
  .banner-sec .banner-wrp h3, .abt-bnr .banner-wrp h3 {
    font-size: 24px; }

  .banner-sec, .abt-bnr {
    height: 450px; }

  .banner-sec .banner-wrp, .abt-bnr .banner-wrp {
    top: 58%; } }
@media (max-width: 360px) {
  .banner-sec .banner-wrp h3, .abt-bnr .banner-wrp h3 {
    font-size: 22px; }

  .mid-con-sec .mid-con-wrp .mid-con-fst h2 {
    font-size: 30px; }

  .mid-next .mid-next-wrp h3 {
    font-size: 23px; } }
.admsn-bg {
  background-image: url("../img/admsn-bg.jpg"); }

.blu {
  background-color: #0040c3;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.txt-dark {
  color: #333 !important; }

.admsn-heading {
  color: #0272db;
  font-size: 36px;
  margin-bottom: 0px;
  position: relative; }
  .admsn-heading:after {
    position: absolute;
    content: url(../img/hd-aro.png);
    top: -50px;
    padding-left: 20px; }

.admission-sec {
  padding: 50px 0 50px 0;
  position: relative; }
  .admission-sec .admission-sec-wrp {
    width: 100%;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 0 0; }
    .admission-sec .admission-sec-wrp p {
      width: 65%;
      text-align: justify; }
    .admission-sec .admission-sec-wrp span {
      display: block;
      width: 32%; }
      .admission-sec .admission-sec-wrp span img {
        width: 100%; }

.learning-mode {
  width: 100%;
  padding: 50px 0 90px 0;
  background-color: #006064; }
  .learning-mode h3 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 10px; }
  .learning-mode h4 {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 22px;
    font-weight: 300; }
  .learning-mode .learning-mode-wrp {
    width: 100%;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0 0 0; }
    .learning-mode .learning-mode-wrp .learning-mode-con {
      width: 31%; }
      .learning-mode .learning-mode-wrp .learning-mode-con span {
        display: block;
        text-align: center;
        margin-bottom: 20px; }
      .learning-mode .learning-mode-wrp .learning-mode-con h4 {
        font-size: 28px;
        margin-bottom: 20px; }
      .learning-mode .learning-mode-wrp .learning-mode-con p {
        text-align: justify;
        color: #fff; }

.icon-bg {
  width: 100px;
  height: 100px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 40px;
  line-height: 100px;
  color: #006064; }

.practs-teching {
  width: 100%;
  padding: 85px 0 50px 0; }
  .practs-teching h3 {
    color: #006064;
    font-size: 36px; }
  .practs-teching .practs-teching-wrp {
    width: 100%;
    margin-top: 40px;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .practs-teching .practs-teching-wrp span {
      display: block;
      width: 32%; }
      .practs-teching .practs-teching-wrp span img {
        width: 100%; }
    .practs-teching .practs-teching-wrp .practs-txt {
      width: 65%; }
      .practs-teching .practs-teching-wrp .practs-txt p {
        text-align: justify; }
      .practs-teching .practs-teching-wrp .practs-txt p:last-child {
        margin-bottom: 0px; }
      .practs-teching .practs-teching-wrp .practs-txt ul {
        display: block;
        margin: 5px 0px; }
        .practs-teching .practs-teching-wrp .practs-txt ul li {
          font-size: 15px; }
  .practs-teching .our-suport {
    width: 100%;
    padding: 30px 0px; }
    .practs-teching .our-suport h3 {
      text-align: center;
      margin-bottom: 10px; }
    .practs-teching .our-suport h5 {
      font-size: 22px;
      width: 90%;
      text-align: center;
      margin: 0 auto; }
    .practs-teching .our-suport .our-suport-wrp {
      width: 100%;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 40px; }
      .practs-teching .our-suport .our-suport-wrp .our-suport-con {
        width: 48%; }
        .practs-teching .our-suport .our-suport-wrp .our-suport-con h3 {
          text-align: left;
          margin-bottom: 25px; }
        .practs-teching .our-suport .our-suport-wrp .our-suport-con span {
          display: block;
          margin-bottom: 20px; }
          .practs-teching .our-suport .our-suport-wrp .our-suport-con span img {
            width: 100%; }
        .practs-teching .our-suport .our-suport-wrp .our-suport-con p {
          text-align: justify;
          margin-bottom: 15px; }
        .practs-teching .our-suport .our-suport-wrp .our-suport-con ul {
          display: block;
          margin-bottom: 5px; }
      .practs-teching .our-suport .our-suport-wrp h6 {
        font-size: 18px;
        margin-bottom: 5px; }

.feq-sec {
  width: 100%;
  background-color: #006064;
  padding: 60px 0 60px 0;
  position: relative; }
  .feq-sec span {
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #006064;
    top: -50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    font-size: 32px;
    color: #fff; }
    .feq-sec span .fa {
      line-height: 100px; }
  .feq-sec h3 {
    font-size: 36px;
    font-weight: 300; }
  .feq-sec .feq-sec-wrp {
    width: 100%;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px; }
    .feq-sec .feq-sec-wrp .feq-sec-con {
      width: 48%; }

.ftr-from {
  width: 100%;
  background-image: url("../img/ftr-bg.jpg");
  padding: 40px 0px; }
  .ftr-from h3 {
    font-size: 36px;
    color: #333;
    text-align: center; }
  .ftr-from .ftr-from-wrp {
    width: 100%;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px; }
    .ftr-from .ftr-from-wrp .footer-con {
      width: 48%; }
      .ftr-from .ftr-from-wrp .footer-con .con-info-wrp {
        display: block;
        margin-bottom: 40px; }
      .ftr-from .ftr-from-wrp .footer-con .con-info-wrp:last-child {
        margin-bottom: 0px; }
      .ftr-from .ftr-from-wrp .footer-con .frm-wrp {
        width: 100%;
        display: block;
        background-color: #fff;
        padding: 30px; }
        .ftr-from .ftr-from-wrp .footer-con .frm-wrp h4 {
          font-size: 28px;
          color: #005cb1;
          text-align: center;
          margin-bottom: 25px; }
        .ftr-from .ftr-from-wrp .footer-con .frm-wrp .txt-wrp {
          width: 100%;
          display: block;
          margin-bottom: 30px; }
          .ftr-from .ftr-from-wrp .footer-con .frm-wrp .txt-wrp .txt-box {
            width: 100%;
            display: block;
            border: none;
            font-size: 16px;
            border-bottom: 1px solid #333;
            padding: 0 0 4px 8px; }
            .ftr-from .ftr-from-wrp .footer-con .frm-wrp .txt-wrp .txt-box:focus {
              outline: none; }
          .ftr-from .ftr-from-wrp .footer-con .frm-wrp .txt-wrp .sub-btn {
            display: block;
            width: 100%;
            background-color: #005cb1;
            border: none;
            font-size: 16px;
            padding: 16px 0px;
            color: #fff;
            -webkit-box-shadow: 0 10px 6px -6px #333;
            -moz-box-shadow: 0 10px 6px -6px #333;
            box-shadow: 0 10px 6px -6px #333;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px; }
        .ftr-from .ftr-from-wrp .footer-con .frm-wrp .txt-wrp:last-child {
          margin-bottom: 0px; }

::-webkit-input-placeholder {
  color: #333; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #333; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #333; }

:-ms-input-placeholder {
  color: #333; }

@media (max-width: 1024px) {
  .accordion-header h1 {
    font-size: 16px !important; } }
@media (max-width: 800px) {
  .admsn-bg {
    background-position: -160px 0px; }

  .admission-sec .admission-sec-wrp p {
    width: 100%;
    margin-bottom: 30px; }

  .admission-sec .admission-sec-wrp span {
    width: 100%; }

  .learning-mode .learning-mode-wrp .learning-mode-con {
    width: 48%;
    margin-bottom: 30px; }

  .learning-mode .learning-mode-wrp .learning-mode-con:last-child {
    margin: 0 auto;
    margin-bottom: 30px; }

  .practs-teching .practs-teching-wrp span {
    width: 100%;
    margin-bottom: 30px; }

  .practs-teching .practs-teching-wrp .practs-txt {
    width: 100%; }

  .practs-teching .our-suport .our-suport-wrp .our-suport-con h3 {
    font-size: 28px; }

  .accordion-header {
    padding: 5px 10px !important; }

  .ftr-from .ftr-from-wrp .footer-con {
    width: 100%; } }
@media (max-width: 768px) {
  .practs-teching .our-suport .our-suport-wrp .our-suport-con h3 {
    font-size: 26px; }

  .feq-sec .feq-sec-wrp .feq-sec-con {
    width: 100%; } }
@media (max-width: 600px) {
  .practs-teching .our-suport .our-suport-wrp .our-suport-con h3 {
    font-size: 22px; }

  .admsn-bg {
    background-position: -820px 0px; }

  .admsn-heading:after {
    display: none; }

  .learning-mode .learning-mode-wrp .learning-mode-con {
    width: 100%; }

  .practs-teching .our-suport .our-suport-wrp .our-suport-con {
    width: 100%;
    margin-bottom: 30px; }

  .practs-teching .our-suport .our-suport-wrp .our-suport-con:last-child {
    margin-bottom: 0px; }

  .banner-sec .banner-wrp .benner-bakk, .abt-bnr .banner-wrp .benner-bakk, .abt-bnr .banner-wrp .benner-bakk {
    display: none; }

  .admsn-bg {
    background-position: 0px 0px; } }
@media (max-width: 500px) {
  .admsn-bg {
    background-position: -100px 0px;
    height: 420px; } }
@media (max-width: 400px) {
  .admsn-bg {
    background-position: -118px 0px; }

  .practs-teching h3 {
    font-size: 28px; }

  .practs-teching {
    padding: 50px 0; }

  .ftr-from h3 {
    font-size: 24px; } }
@media (max-width: 370px) {
  .admsn-heading {
    font-size: 26px; }

  .learning-mode h3 {
    font-size: 28px; }

  .feq-sec h3 {
    font-size: 28px; } }
@media (max-width: 340px) {
  .admsn-bg {
    background-position: -148px 0px;
    height: 420px; } }
.course-hdr {
  width: 100%;
  padding: 30px 0 30px 0;
  background-color: #006064;
  margin-top: 80px; }
  .course-hdr h2 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #fff; }

.crs-sec {
  width: 100%;
  padding: 0 0 50px 0; }
  .crs-sec .crs-sec-wrp {
    width: 100%;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .crs-sec .crs-sec-wrp .crs-name, .crs-sec .crs-sec-wrp .crs-fee, .crs-sec .crs-sec-wrp .crs-pay {
      width: 60%;
      background-color: #2196f3; }
    .crs-sec .crs-sec-wrp .crs-fee {
      width: 40%;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .crs-sec .crs-sec-wrp .crs-fee .crs-inr {
        width: 50%; }
        .crs-sec .crs-sec-wrp .crs-fee .crs-inr a {
          width: 80%;
          display: block;
          background-color: #fff;
          margin: 0 auto;
          padding: 12px 0;
          margin-top: 9px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          text-align: center;
          font-size: 16px;
          font-weight: bold; }
      .crs-sec .crs-sec-wrp .crs-fee .crs-dlr {
        width: 50%; }
        .crs-sec .crs-sec-wrp .crs-fee .crs-dlr a {
          width: 80%;
          display: block;
          background-color: #005cb1;
          margin: 0 auto;
          padding: 12px 0;
          margin-top: 9px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          text-align: center;
          font-size: 16px;
          font-weight: bold;
          color: #fff; }
    .crs-sec .crs-sec-wrp .crs-pay {
      width: 15%; }
      .crs-sec .crs-sec-wrp .crs-pay a {
        width: 80%;
        display: block;
        background-color: #005cb1;
        margin: 0 auto;
        padding: 10px 0px;
        margin-top: 12px;
        font-size: 18px;
        color: #fff;
        text-align: center;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }
    .crs-sec .crs-sec-wrp h5 {
      font-size: 18px;
      color: #fff;
      text-align: center;
      padding: 20px 0px; }

.dark-blu {
  background-color: #005cb1 !important; }

.crs-hdng {
  width: 100%;
  text-align: center;
  padding: 22px 0px; }
  .crs-hdng h4 {
    font-size: 24px;
    color: #fff;
    background-color: #b60000;
    display: inline-block;
    padding: 16px 25px; }

.ta-left {
  text-align: left !important;
  padding: 20px !important;
  font-weight: normal !important; }

.bdy-fnt {
  font-family: "Gudea", sans-serif !important; }

@media (max-width: 700px) {
  .crs-sec .crs-sec-wrp .crs-name, .crs-sec .crs-sec-wrp .crs-fee, .crs-sec .crs-sec-wrp .crs-pay {
    width: 100%; }

  .crs-sec .crs-sec-wrp .crs-fee .crs-inr {
    width: 50%; }

  .crs-sec .crs-sec-wrp h5 {
    padding: 8px 0px;
    border-bottom: 1px solid #0064c0; }

  .bdy-fnt {
    padding: 10px 10px !important;
    font-size: 16px !important; }

  .crs-sec .crs-sec-wrp .crs-pay a {
    margin: 10px auto; }

  .crs-sec .crs-sec-wrp .crs-pay {
    border-bottom: 2px solid #fff; } }
.apply-bg {
  background-image: url("../img/applybg.jpg");
  height: 660px;
  padding: 50px 0px; }
  .apply-bg .aply-frm-wrp {
    width: 100%;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .apply-bg .aply-frm-wrp .aply-frm-con {
      width: 50%;
      background-color: #415d6b;
      padding: 20px; }
      .apply-bg .aply-frm-wrp .aply-frm-con h3 {
        text-align: center;
        color: #fff;
        margin-bottom: 12px; }
      .apply-bg .aply-frm-wrp .aply-frm-con .aply-frm-outer {
        width: 100%;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .apply-bg .aply-frm-wrp .aply-frm-con .aply-frm-outer .aply-frm-obj {
          width: 49%;
          margin-bottom: 15px; }
          .apply-bg .aply-frm-wrp .aply-frm-con .aply-frm-outer .aply-frm-obj p {
            font-size: 15px;
            padding-bottom: 5px;
            color: #fff; }

.aply-txt-box {
  width: 100%;
  padding: 10px 10px;
  font-size: 14px;
  border: none; }
  .aply-txt-box:focus {
    outline: none; }

.frm-wth {
  width: 100% !important; }

.aply-pg-btn {
  width: 80%;
  display: block;
  padding: 14px 0px;
  background-color: #fff;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #333;
  font-size: 16px;
  margin: 0 auto; }

@media (max-width: 850px) {
  .apply-bg .aply-frm-wrp .aply-frm-con {
    width: 75%; }

  .apply-bg .aply-frm-wrp {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; } }
@media (max-width: 768px) {
  .apply-bg .aply-frm-wrp .aply-frm-con {
    width: 80%; } }
@media (max-width: 600px) {
  .apply-bg .aply-frm-wrp .aply-frm-con {
    width: 100%; } }
@media (max-width: 500px) {
  .apply-bg {
    background-image: none;
    height: auto;
    background-color: #eee; }

  .apply-bg .aply-frm-wrp .aply-frm-con .aply-frm-outer .aply-frm-obj {
    width: 100%; }

  .aply-pg-btn {
    width: 100%; } }
.courses-bg {
  background-image: url("../img/courses-bg.jpg");
  padding: 30px 0 30px 0;
  height: 580px; }
  .courses-bg h3 {
    font-size: 36px;
    text-align: center;
    width: 75%;
    margin: 0 auto;
    color: #fff;
    text-shadow: 0px 4px 2px black; }
  .courses-bg .courses-bg-wrp {
    width: 100%;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0px; }
    .courses-bg .courses-bg-wrp .courses-bg-con {
      width: 47%; }
      .courses-bg .courses-bg-wrp .courses-bg-con h4 {
        font-size: 36px;
        color: #fff;
        margin-bottom: 10px; }
      .courses-bg .courses-bg-wrp .courses-bg-con p {
        font-size: 18px;
        line-height: 26px;
        color: #fff; }
      .courses-bg .courses-bg-wrp .courses-bg-con ul {
        display: inline-block; }
        .courses-bg .courses-bg-wrp .courses-bg-con ul li {
          font-size: 18px;
          line-height: 26px;
          color: #fff;
          margin-bottom: 50px;
          list-style-image: url("../img/m-plus2.png"); }
        .courses-bg .courses-bg-wrp .courses-bg-con ul li:last-child {
          margin-bottom: 0px; }

.course-duration {
  width: 100%;
  padding: 40px 0 70px 0; }
  .course-duration .course-duration-wrp {
    width: 100%;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative; }
    .course-duration .course-duration-wrp:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      top: -60px;
      right: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-bottom: 20px solid #fff; }
    .course-duration .course-duration-wrp .course-duration-con {
      width: 32%; }
      .course-duration .course-duration-wrp .course-duration-con h4 {
        font-size: 30px; }
      .course-duration .course-duration-wrp .course-duration-con p {
        font-size: 16px;
        line-height: 24px; }
      .course-duration .course-duration-wrp .course-duration-con ul {
        display: block; }
        .course-duration .course-duration-wrp .course-duration-con ul li {
          font-size: 16px;
          font-family: "Gudea", sans-serif !important;
          margin-bottom: 10px; }
        .course-duration .course-duration-wrp .course-duration-con ul li:first-child {
          display: block;
          margin-top: 5px; }

.other-courses {
  width: 100%;
  padding: 40px 0 40px 0;
  background-color: #a0faf3; }
  .other-courses h4 {
    font-size: 30px; }
  .other-courses .other-courses-wrp {
    width: 100%;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    position: relative; }
    .other-courses .other-courses-wrp:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      top: -96px;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-bottom: 20px solid #a0faf3; }
    .other-courses .other-courses-wrp .other-courses-con {
      width: 32%; }
      .other-courses .other-courses-wrp .other-courses-con p {
        font-size: 16px;
        line-height: 24px; }
      .other-courses .other-courses-wrp .other-courses-con ul {
        display: block; }
        .other-courses .other-courses-wrp .other-courses-con ul li {
          font-size: 16px;
          font-family: "Gudea", sans-serif !important;
          margin-bottom: 10px; }
        .other-courses .other-courses-wrp .other-courses-con ul li:first-child {
          display: block;
          margin-top: 5px; }
  .other-courses .crss-dload {
    display: block;
    width: 30%;
    background-color: #004498;
    padding: 20px 0px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }

@media (max-width: 1024px) {
  .courses-bg .courses-bg-wrp .courses-bg-con p {
    line-height: 27px; } }
@media (max-width: 900px) {
  .courses-bg .courses-bg-wrp .courses-bg-con p {
    line-height: 23px;
    font-size: 16px; } }
@media (max-width: 800px) {
  .courses-bg .courses-bg-wrp .courses-bg-con {
    width: 100%;
    margin-bottom: 20px; }

  .courses-bg .courses-bg-wrp .courses-bg-con:last-child {
    margin-bottom: 0px; }

  .courses-bg .courses-bg-wrp {
    padding: 20px 0px; }

  .courses-bg .courses-bg-wrp .courses-bg-con h4 {
    margin-bottom: 0px; }

  .courses-bg h3 {
    width: 100%; }

  .course-duration .course-duration-wrp .course-duration-con {
    width: 48%;
    margin-bottom: 30px; }

  .course-duration .course-duration-wrp .course-duration-con:last-child {
    margin-bottom: 0px; }

  .other-courses .other-courses-wrp .other-courses-con {
    width: 48%;
    margin-bottom: 20px; }

  .other-courses .crss-dload {
    width: 50%; } }
@media (max-width: 600px) {
  .courses-bg {
    background-image: none;
    background-color: #415d6b;
    height: auto; }

  .course-duration .course-duration-wrp:after {
    top: -60px; } }
@media (max-width: 550px) {
  .courses-bg h3 {
    font-size: 26px; }

  .courses-bg .courses-bg-wrp .courses-bg-con h4 {
    font-size: 22px;
    margin-bottom: 10px; }

  .course-duration .course-duration-wrp .course-duration-con {
    width: 100%; }

  .other-courses .other-courses-wrp .other-courses-con {
    width: 100%; }

  .other-courses .crss-dload {
    width: 100%; }

  .course-duration {
    width: 100%;
    padding: 40px 0 50px 0; } }
.mdlr-intro {
  width: 100%;
  padding: 40px 0px; }
  .mdlr-intro h3 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px; }
  .mdlr-intro p {
    text-align: center; }

.mdlr-desc {
  width: 100%;
  padding: 120px 0 40px 0;
  background-color: #2196f3;
  position: relative; }
  .mdlr-desc h4 {
    position: absolute;
    text-align: center;
    background-color: #fff;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 40px;
    padding: 7px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14), 0 6px 6px rgba(0, 0, 0, 0.14); }
  .mdlr-desc .mdlr-desc-wrp {
    width: 100%;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .mdlr-desc .mdlr-desc-wrp .mdlr-img-hld {
      width: 40%; }
      .mdlr-desc .mdlr-desc-wrp .mdlr-img-hld span {
        display: block; }
        .mdlr-desc .mdlr-desc-wrp .mdlr-img-hld span img {
          width: 100%; }
    .mdlr-desc .mdlr-desc-wrp .mdlr-txt-hld {
      width: 56%; }
      .mdlr-desc .mdlr-desc-wrp .mdlr-txt-hld h6 {
        color: #fff; }
      .mdlr-desc .mdlr-desc-wrp .mdlr-txt-hld p {
        color: #fff;
        margin-bottom: 13px; }

.mdlr-bgw {
  background-color: #fff !important; }

.mdlr-bgb {
  background-color: #2196f3 !important;
  color: #fff !important; }

.mdlr-gray {
  color: #333 !important; }
  .mdlr-gray h6 {
    color: #333 !important; }
  .mdlr-gray p {
    color: #333 !important; }

.moduler-hdr {
  background-image: url("../img/mod-bnr.jpg") !important; }

.yellow {
  background-color: #d4e157 !important;
  border: none;
  color: #ed4b82;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

@media (max-width: 1366px) {
  .moduler-hdr {
    background-position: -100px 0px; } }
@media (max-width: 770px) {
  .mdlr-desc .mdlr-desc-wrp .mdlr-img-hld {
    width: 100%;
    margin-bottom: 30px; }

  .mdlr-desc h4 {
    width: 90%; } }
.special-ofr {
  width: 100%;
  margin-top: 130px;
  margin-bottom: 50px; }
  .special-ofr .special-ofr-wrp {
    width: 100%; }
    .special-ofr .special-ofr-wrp span {
      display: block;
      text-align: center;
      margin-bottom: 20px; }
    .special-ofr .special-ofr-wrp .spcl-btn {
      display: block;
      padding: 16px 0px;
      background-color: #004177;
      width: 20%;
      margin: 0 auto;
      text-align: center;
      color: #fff;
      font-size: 18px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .special-ofr .special-ofr-wrp .spcl-btn:hover {
        text-decoration: underline; }

@media (max-width: 750px) {
  .special-ofr .special-ofr-wrp span img {
    width: 100%; }

  .special-ofr {
    margin-top: 160px; } }
.elp-apply {
  width: 100%;
  height: 620px;
  padding: 30px 0 0 0;
  background-image: url(../img/elp-apply.jpg);
  background-position-x: -140px; }
  .elp-apply h2 {
    font-size: 32px;
    color: #fff;
    text-align: center; }
  .elp-apply .elp-apply-wrp {
    width: 100%;
    padding: 60px 0px;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end; }
    .elp-apply .elp-apply-wrp .elp-frm-wrp {
      width: 40%;
      background-color: rgba(255, 255, 255, 0.75); }
      .elp-apply .elp-apply-wrp .elp-frm-wrp .elp-frm-hder {
        width: 100%;
        padding: 10px 0px;
        display: block;
        background-color: #ff5958; }
        .elp-apply .elp-apply-wrp .elp-frm-wrp .elp-frm-hder h3 {
          font-size: 24px;
          text-align: center;
          color: #fff; }
      .elp-apply .elp-apply-wrp .elp-frm-wrp .frn-hdr {
        display: block; }
        .elp-apply .elp-apply-wrp .elp-frm-wrp .frn-hdr img {
          width: 100%; }
      .elp-apply .elp-apply-wrp .elp-frm-wrp .frm-fiend-wrp {
        width: 100%;
        display: block;
        padding: 25px; }
        .elp-apply .elp-apply-wrp .elp-frm-wrp .frm-fiend-wrp .elp-field-wrp {
          width: 100%;
          margin-bottom: 20px; }
          .elp-apply .elp-apply-wrp .elp-frm-wrp .frm-fiend-wrp .elp-field-wrp .elp-txt-box {
            width: 100%;
            display: block;
            border: none;
            border-bottom: 1px solid #333;
            background-color: transparent;
            font-size: 16px;
            padding-bottom: 3px; }
            .elp-apply .elp-apply-wrp .elp-frm-wrp .frm-fiend-wrp .elp-field-wrp .elp-txt-box:focus {
              outline: none; }
          .elp-apply .elp-apply-wrp .elp-frm-wrp .frm-fiend-wrp .elp-field-wrp .txt-area {
            width: 100%;
            border: none;
            background-color: transparent;
            border-bottom: 1px solid #333;
            padding: 7px 10px;
            font-size: 17px;
            color: #333;
            font-family: "Gudea", sans-serif; }
            .elp-apply .elp-apply-wrp .elp-frm-wrp .frm-fiend-wrp .elp-field-wrp .txt-area:focus {
              outline: none; }
          .elp-apply .elp-apply-wrp .elp-frm-wrp .frm-fiend-wrp .elp-field-wrp .submit-btn {
            display: block;
            width: 100%;
            height: 44px;
            background-image: url(../img/btn-bg.png);
            color: #fff;
            text-align: center;
            font-size: 16px;
            border: none;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-shadow: -2px 11px 5px -5px #8f8d8f;
            -moz-box-shadow: -2px 11px 5px -5px #8f8d8f;
            box-shadow: -2px 11px 5px -5px #8f8d8f; }
        .elp-apply .elp-apply-wrp .elp-frm-wrp .frm-fiend-wrp .elp-field-wrp:last-child {
          margin-bottom: 0px; }

.thanks-sec {
  width: 100%;
  height: 100vh;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .thanks-sec .thanks-wrp {
    width: 50%;
    height: 60%; }
    .thanks-sec .thanks-wrp .thanks-con {
      width: 100%; }
      .thanks-sec .thanks-wrp .thanks-con span {
        display: block;
        text-align: center;
        margin-bottom: 30px; }
      .thanks-sec .thanks-wrp .thanks-con h1 {
        font-size: 50px;
        font-weight: 900;
        text-align: center;
        font-family: "Gudea", sans-serif;
        margin-bottom: 6px; }
      .thanks-sec .thanks-wrp .thanks-con h5 {
        text-align: center;
        margin-bottom: 40px; }
      .thanks-sec .thanks-wrp .thanks-con .thanks-btn {
        display: block;
        background-color: #4eae49;
        margin: 0 auto;
        width: 30%;
        text-align: center;
        font-size: 13px;
        color: #fff;
        padding: 12px 0px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px; }

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