@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,700;0,900;1,400&display=swap');
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
}

::-moz-selection {
  color: #fff;
  background-color: #0068b1;
}

::selection {
  color: #fff;
  background-color: #0068b1;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 1em;
  color: #111;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  height: 1px;
  overflow: visible;
  background: #000;
  border: 0px;
  opacity: 0.1;
  margin: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  margin-top: 0;
  margin-bottom: 0.5em;
}

h1 {
  font-size: 3.4em;
}

h2 {
  font-size: 2.7em;
}

h3 {
  font-size: 2.2em;
}

h4 {
  font-size: 1.8em;
}

h5 {
  font-size: 1.5em;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.6em;
}

ul {
  list-style: none;
  line-height: 1.4em;
}

img {
  width: 100%;
  display: block;
}

input,
select,
textarea {
  font-family: 'Poppins', sans-serif;
  width: 100%;
  padding: .8em;
  border: 0;
  outline: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

select {
  /* styling */
  background-color: white;
  /* reset */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="submit"i] {
  appearance: push-button;
  user-select: none;
  white-space: pre;
  align-items: flex-start;
  text-align: center;
  margin: 0;
}

/* Dead Simple Grid (c) 2015 Vladimir Agafonkin */

.row .row { margin:  0 -1.5em; }
.col      { padding: 0  1.5em; }

.row:after {
    content: "";
    clear: both;
    display: table;
}

@media only screen { .col {
    float: left;
    width: 100%;
    box-sizing: border-box;
}}

/* end  */

.container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 2em;
}
@media (max-width:700px ){
    .container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 1em;
}
}

.btn {
  color: #fff;
  background: #cd004c;
  display: inline-block;
  padding: 15px 20px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}
.btn:hover {
  background: #eb1061
}


/* header */

.header  {
  color: #333;

  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}


.navbar {
  background: #fff;
  position: relative;
  padding: 1em 0;
  z-index: 2;
}
.navbar .container {
  display: grid;
  grid-template-columns: .40fr 1fr;
  align-items: center;
  justify-content: center;
  grid-gap: 2em;
}
.navbar .brand {
  margin-right: 1em;
  max-width: 120px
}

.navbar .nav {
  text-align: right;
}
.navbar .nav .top-menu  {
  margin-bottom: .5em
}
/* .navbar .nav .top-menu img {
  width: 12px;
  display: inline-block;
  margin-right: 5px
} */
.navbar .nav .top-menu li {
  display: inline-block;
}
.navbar .nav .top-menu li a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 7px;
}



.navbar .nav .main-menu li {
  display: inline;
  padding: 5px 7px;
}
/* .navbar .nav .main-menu li::before {
  color: #999;
  font-size: 20px;
  content: '\2022';
  margin-left: 0;
} */
.navbar .nav .main-menu li a {
    display: inline-flex;
    align-items: center;
  color: #303030;
  font-size: 15px;
  text-decoration: none;
  /* border-bottom: 1px solid #fff; */
  margin: 1em 0;
}
.navbar .nav .main-menu li a .lnr {
    font-size: 10px;
    
}
.navbar .nav .main-menu li a.lnr-select {
  color: #333;
  font-size: 9px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.navbar .nav .main-menu li a:hover {
  color: #bf376f
}
.navbar .nav .main-menu li:last-child a {
  color: #fff;
  background: #01214a;
  padding: 10px;
  font-size: 15px;
  text-decoration: none;
  /* border-bottom: 1px solid #fff; */
  display: inline-block;
}
.navbar .nav .main-menu li:last-child a:hover {
  background: #11407c
}
.hero__text {
  position: relative;
  background: #333;
  padding: 5em 0;
}
.hero__text .overlay {
  max-width: 900px;
  position: absolute;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0) 50%);
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.hero__text .container .col {
  padding: 0;
}
.hero__text .btn {
  font-size: 1.2em;
}

.hero__text .container .c1 {
  position: relative;
  width: 100%;
  z-index: 5;
}


.course__date p {
  color: #fff!important;
  background: #583a10;
  padding: 0 10px;
  display: inline-block;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 10px;
}



.course__text {
  margin-top: 2em;
  padding-top: 5em
}
.course__text h2  {
  color: #fff;
  font-size: 2.9em;
}
.course__text p  {
  color: #fff;
}
.course__text h2 span {
  display: block;
  font-weight: 300;
  font-style: italic;
}
.course__text .btn {
  color: #111;
  font-size: 16px;
  display: inline-block;
  background: #fff;
  padding: 10px 25px;
  text-decoration: none;
  margin-right: 10px;
}
.course__text .btn1 {
  color: #fff;
  background: #cc7d00;
}
.course__text .btn2 {
  color: #fff;
  background: #333;
  border: 1px solid #fff
}
.course__text .btn1:hover {
  background: #dc8e12;
}
.course__text .btn2:hover {
  background: #666;
}

.request__form {
  margin: auto;
}

.request__form h3 {
  color: #333;
  font-size: 1em;
  margin-bottom: 15px;
  margin-top: 2em;
}
.request__form .label {
  display: inline-block!important;
}

.request__form input {
  display: inline-block!important;
  width: inherit;
  font-size: 18px;
  padding: 15px 15px 15px 40px;
  margin: 10px 0;
  background: #fff;
  font-weight: normal;
  border: 1px solid #303030
}
.request__form input::placeholder {
  font-weight: normal;
}
.request__form .label {
  position: relative;
}
.request__form .label span.lnr {
  position: absolute;
  font-size: 14px;
  color: #999;
  z-index: 10;
  top: 30px;
  left: 15px;
}
.request__form input[type=submit] {
  background: #264966;
  cursor: pointer;
  color: #fff
}
.request__form input[type=submit]:hover {
  background: #1057a9;
}
.request__form button {
  margin-top: 10px;
}
@media (max-width: 1000px) {
  .course__text p {
    max-width: 100%
  }
  .course__text h2  {
    font-size: 2.5em;
  }
  .brand  {
    max-width: 100%!important;
    text-align: center!important;
  }
  .brand img {
    width: 120px;
    margin: auto;
  }
.hero__text {
    padding-top: 2.5em!important
  }
  .navbar .nav .top-menu,
  .navbar .nav .main-menu {
    line-height: 2em;
  }
  .navbar .nav .main-menu li a {
    font-size: 14px;
  }
  .header .overlay {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0 ) 50%, rgba(0, 0, 0, 0) 100%);
  }
}
@media (max-width: 800px) {

  .request__form .label {
    display: block!important;
    width: 100%;
  }
.navbar .nav .top-menu {
  margin-bottom: 0;
}
.navbar .nav .main-menu li a {
  font-size: 14px;
  line-height: 20px;
}
.brand {
  width: 100%;
  text-align: center;
}

.hero__text {
  text-align: center;
  padding-top:0
}

.navbar .nav .top-menu {
  text-align: center;
}
.navbar .nav .main-menu {
  text-align: center;
}
  .navbar .container {
    grid-template-columns: 1fr;
    justify-content: center;
}
.course__title {
  width: 100%;
}
.hero__img {
  width: 100%
}
.course__title__content {
  max-width: 100%;
}
.request__form {
  max-width: 100%;
  padding-bottom: 3em!important
}
.course__text h2 {
  font-size: 2em
}

.course__title__content {
  padding: 0;
}
.course__text .btn {
  margin-bottom: 1em
}
.request__form {
  width: 100%;
  margin: 2em 0;
}
}


/* why us */

.why__us {
  color: #333;
  padding: 7em 0 3.5em;
}

.why__us .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.why__us .why__col {
  width: 33%;
  margin-bottom: 3em
}


.why__us .container span.lnr {
  display: block;
  font-size: 2em;
  margin-bottom: 10px;
  margin-top: 30px;
}
.why__us .container h3 {
  width: 100%;
  display: block;
  font-size: 36px;
  font-weight: 300;

}

.why__us .container h3 span {
  font-weight: bold;
}


@media (max-width:1000px) {
  .why__us .why__col {
    width: 50%;
    margin-bottom: 2em;
  }

}

@media (max-width:800px) {
  .why__us .why__col {
    width: 100%;
    margin-bottom: 2em;
    padding: 2em
  }
}




/* fee__and__plans */

.fee__and__plans {
  color: #fff;
  padding: 6em 0 ;
  position: relative;
  background-size: cover!important;
  background-position: right;
  background-repeat: no-repeat;
}
.fee__and__plans .overlay {
  background: rgba(0,0,0,0);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.fee__and__plans h2 {
  color: #fff;
  margin-bottom: 1em
}

.fee__and__plans .container {
  position: relative;
  z-index: 2;
}

.fee__and__plans .fee__col {
  width: 100%;
  padding: 0 2em!important
}

.fee__and__plans .discount__img {
  width: 100%;
  margin: auto;
}
@media (max-width:800px) {
  .fee__and__plans {
    padding: 3em 0;
  }
  .fee__and__plans .fee__col {
    width: 100%;
    padding: 0;
    margin-bottom: 1em
  }
}


.fee__and__plans .fasttrack__mode h3 {
  color: #fff;
    background: #658706;
    display: inline-block;
    padding: 5px 10px;
  font-size: 22px
}
.fee__and__plans .fasttrack__mode h4 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 0;
}

.fee__and__plans .fasttrack__mode ul {
  margin-top: 1em
}
.fee__and__plans .fasttrack__mode ul li {
  position: relative;
  display: inline-block;
  padding: 10px;
  background: none;
    border:1px #fff solid;
  font-size: 14px;
  margin-right: 5px
}


.fee__and__plans .fasttrack__mode ul li span.plan {
  display: inline-block;
  color: #060c39;
  background: #fff;
  border-bottom: 0;
  padding: 2px 10px;
  font-size: 12px;
  margin-bottom: 5px
}

.fee__and__plans .fasttrack__mode ul li span.price {
  font-size: 22px;
  font-weight: 700;
  display: block;
  color: #fff;
  margin: 8px 0;
}

/* --- */

.fee__and__plans .standard__mode {
  margin-top: 3em
}

.fee__and__plans .standard__mode h3 {
  color: #fff;
    background: #c1421b;
    display: inline-block;
    padding: 5px 10px;
  font-size: 22px
}
.fee__and__plans .standard__mode h4 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 0;
}
.fee__and__plans .standard__mode ul {
  margin-top: 1em
}
.fee__and__plans .standard__mode ul li {
  position: relative;
  display: inline-block;
  padding: 10px;
  background: none;
    border:1px #fff solid;
  font-size: 14px;
  margin-right: 5px
}

.fee__and__plans .standard__mode ul li span.plan {

  display: inline-block;
  color: #333;
  background: #fff;
  border-bottom: 0;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

.fee__and__plans .standard__mode ul li span.price {
  font-size: 22px;
  font-weight: 700;
  display: block;
  color: #fff;
  margin: 8px 0;
}


/* courses style */
.courses {
  padding: 5em 0;
  background: #f5f5f5
}
.courses h2 {
  color: #333;
  margin-bottom: 10px;
}
.courses .container .course__head{
  text-align: center;
  margin-bottom: 5em!important
}
.courses .container .course__head p{
  color: #333;
  font-size: 16px;
}
.courses .course__menu ul {
  text-align: center;
  margin: 1em 0;
}

.courses .course__menu ul li a {
  color: #fff;
  display: inline-flex;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  margin: 0 10px;
  padding: 10px 0;
  text-align: center;
}

.courses .course__menu ul li a span {
  font-size: 12px;
  color: #fff
}

.courses .course__menu ul li {
  display: inline-block;
  max-width: 300px;
  margin-bottom: 5px;
    background: #01214a
}


.courses .course__menu ul li:hover {
  background: #65830d;
  color: #fff;
}


@media (max-width:700px) {
    .courses .course__menu ul li a {
        display: block;
  font-size: 15px;
  margin: 0 5px;
}
    .courses .course__menu ul li {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
}
}
.courses .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 3em;
}

.courses .col {
  padding: 0 1em;
}
.courses .course__col {
  width: 50%;
  position: relative;
  padding: 0;
  background: #fff;
}

.courses .course__col .content .col {
  padding: 0
}
.courses .course__col:nth-child(1) {
  background: #fff;
}

.courses .course__col:nth-child(4) {
  background: #fff;
}
.courses .course__col:nth-child(5) {
  background: #fff;
}
.courses .course__col:nth-child(8) {
  background: #fff;
}
.courses hr {
  margin: 1em auto 2.5em;
}
.courses .course__col .content {
  padding: 3em 2em 2em;
  /* box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.courses .course__col .content:hover {
  /* box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}
.courses .course__col .content h3 {
  font-size: 18px;
}
.courses .course__col .content h4 {
  font-size: 16px;
  display: inline-block;
}
.courses  h5 {
  color: #fff
}
.courses .course__col .content p {
  font-weight: bold;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0;
  margin: 20px 0!important;
}
.courses .course__col .content ul.last-list {
  margin-bottom: 1em!important
}
.courses .course__col .content h4.display1 {
  color: #d07300;
  background: #fff;
  padding: 5px 15px;
}
.courses .course__col .content h4.display2 {
  color: #060c39;
  background: #fff;
  padding: 5px 15px;
}
.courses .course__col .content ul {
  margin-bottom: 2em;
  position: relative;
}
.courses .course__col .content ul li::before {
  position: absolute;
  font-family: 'Linearicons-Free';
  font-size: 9px;
  content: "\e876";
  margin-left: -1.5em;
  margin-right: 5px;
}

.courses .course__col .content table {
    width: 100%;
    margin: 2em 0 2.5em;
}
.courses .course__col .content table thead{
  font-weight: bold;
}
.courses .course__col .content table tr td{
  padding: 5px 0px 5px 0px;
}
.courses .course__col .content table tbody td {
  /* border-top: 1px solid #e6e6e6; */
  border-bottom: 1px solid #e6e6e6;
}

.courses .course__col .content ul li {
  margin-left: 1.5em;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

.courses .course__col .btn__block {
  margin-top: 1em;
}

.courses .course__col .btn__block .btn1 {
  display: inline-block;
  padding: .5em 1em;
  margin-bottom: 10px;
  margin-right: 5px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  background: #94c310
}
.courses .course__col .btn__block .btn1:hover {
  background: #88b50a;
}
.courses .course__col .btn__block .btn2 {
  display: inline-block;
  padding: .5em 1em;
  margin-bottom: 10px;
  margin-right: 5px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  background: #01214a
}
.courses .course__col .btn__block .btn2:hover {
  background: #11407c;
}

.courses .course__col .btn__block .btn3 {
  display: inline-block;
  padding: .5em 1em;
  margin-bottom: 10px;
  margin-right: 5px;
  color: #333;
  font-size: 16px;
  border: 1px solid #4d5386;
  text-decoration: none;
}
.courses .course__col .btn__block .btn3:hover {
  color: #000;
  border: 1px solid #000;
}

@media (max-width:1000px) {
  .courses .course__col .content h4.display1 {
    font-size: 16px
  }
  .courses .course__col .content h4.display2 {
    font-size: 16px
  }
}

@media (max-width:800px) {
  .courses .course__menu ul {
    margin-bottom: 1em
  }
  .courses {
    padding: 5em 0 1em;
  }
  .courses .course__col {
    width: 100%;
    margin-bottom: 0
  }
  .courses .col {
    padding: 0;
  }
  .courses .course__col::before {
    left: .3em;
  }
  
  .fee__and__plans .standard__mode ul li:nth-child(3) {
    margin-top: 2em
  }
}


/* benifits style */

.benifits {
  color: #333;
  background: #e6e6e6;
  padding: 5em 0;
}
.benifits .container {
  max-width: 100%;
}
.benifits .container h3 {
  font-size: 26px;
}
.benifits .benifits__col {
  width: 33.3%;
  padding: 0 1em;
}
.benifits .benifits__col .lnr {
  display: block;
  font-size: 3em;
  margin-bottom: 15px;
}

@media (max-width:900px) {
  .benifits .benifits__col {
    width: 100%;
    margin-bottom: 2em;
    padding: 0

  }
}

/* testimonial */

.testimonial {
  padding: 5em 0;
  background: #541029;
}
.testimonial h2{
  color: #fff;
  margin-bottom: 1em!important;
}

.testimonial .col {
  padding: 0 .5em;
}
.testimonial .custom_col {
  position: relative;
  width: 33%;
}
.testimonial .quote {
  /* border: 4px solid #fff; */
  padding: 2em 2em 3em;
}
.testimonial .quote img {
  display: block;
  margin-bottom: 2em;
  width: 90px;
  border-radius: 50px;
}
.testimonial .quote::before {
  content: "\201D";
  font-size: 5em;
  color: #fff;
  position: absolute;
  top: 30px;
  right: 50px;
    opacity: 0.2
}
.testimonial h2 {
  margin-bottom: 2em
}
.testimonial .custom_col h3 {
  font-size: 16px;
  color: #fff
}
.testimonial .custom_col p {
  font-size: 14px;
  color: #fff
}
.testimonial .custom_col .lnr {
  color: #fff;
    background: #b50c4b;
    padding: 2px 2px 4px 2px
}
.testimonial .second__row {
  margin-top: 2em;
}

@media (max-width:1000px) {
  .testimonial .col {
    padding: 0
  }
  .testimonial .custom_col {
    width: 100%;
    margin-bottom: 5em;
  }
  .testimonial .quote img {
    left: 0;
    right: 0
  }
  .testimonial .quote::before {
    left: 0;
    right: 0
  }
}

/* countertext */

.countertext {
  padding: 4em 0;
}
.countertext .col {
  width: 33.3%
}
.countertext h3 {
  margin: 0;
  font-size: 4em
}
.countertext h4 {
  font-size: 1.8em;
  font-weight: bold;
  margin: 0;
}
.countertext p {
  font-size: 1.3em;
  font-weight: normal;
}

@media (max-width: 800px) {
  .countertext .col {
    width: 100%;
    margin-bottom: 5em
  }
}



/* partners */
.partners {
  color: #fff;
  padding: 5em 0;
}
.partners .btn {
  margin: 1em 0 0;
}

.partners .btn:hover {
  color: #fff;
  background: #0568ce;
}
.partners .container {
  max-width: 1350px;
}
.partners .partners__col {
  width: 100%;
  text-align: left;
  padding: 0
}
.partners .brands img {
  display: inline-block;
  max-width: 250px;
  opacity: 0.5
}
.partners .partners__col h2 {
  font-size: 2em;
  color: #333;
  max-width: 500px;
}
.partners .partners__col p {
  font-size: 14px;
  color: #333
}
@media (max-width:900px) {
  .partners {
    padding-bottom: 3em;
  }
  .partners .col {
    padding: 0;
  }
  .partners .partners__col {
    width: 100%;
    margin-bottom: 2em;
  }
  .partners .brands img {
    max-width: 190px;
  }
}

/* footer style */
.footer {
  font-size: 14px;
  color: #fff;
  background: #01214a;
  padding: 3em 0 5em;

}
.footer h3 {
  font-size: 18px;
  font-weight: bold;
}
.footer .container {
  max-width: 100%
}
.footer .footer__col {
  width: 33.3%;
}
.footer .logo img {
  display: inline-block;
/*    background: #fff;*/
  margin-bottom: 20px;
    padding-top: 10px;
    width: 120px
}
}
.footer .logo1 {
  width: 120px;
  margin-bottom: 20px;
}
.footer .logo2 {
  width: 300px;
  margin-bottom: 20px;
  margin-right: 30px;
}
.footer .mini-logo img {
  width: 70px;
  margin: 30px 0 10px
}
.footer .contact {
  margin-top: 30px;
}
.footer .contact img {
  width: 16px;
  display: inline-block;
  margin-right: 5px;
}
.footer a {
  color: #fff;
  text-decoration: underline;
  line-height: 26px;
}
.footer a:hover {
  text-decoration: none;
}
.footer .payment img {
  width: 250px;
}
.footer .payment h4 {
  margin-top: 3em;
  font-size: 16px;
}

.footer .social-media {
  margin-top: 40px
}
.footer .social-media img {
  width: 24px;
  margin-right: 10px;
  background: #fff;
}
.footer .social-media a {
  display: inline-block;
}
.footer .social-media h3 {
  margin-top: 25px;
}
.footer .terms ul {
  margin-bottom: 1em
}
.footer .terms ul li  {
  display: inline;
  margin-right: .7em;
}
.footer .terms ul li a {
  color: #fff;
  text-decoration: underline;
}
.footer .terms ul li a:hover {
  text-decoration: none;
}
.footer__form {
  margin-top: 25px;
}
.footer__form input {
  margin-bottom: 10px;
  font-size: 1em;
  border: 1px solid rgba(0, 65, 139, 0.5);
  padding: 15px 15px 15px 40px;
}
.footer__form textarea {
  margin-bottom: 7px;
  font-size: 1em;
  border: 1px solid rgba(0, 65, 139, 0.5);
  padding: 15px 15px 15px 40px;
}
.footer__form .label {
  position: relative;
}
.footer__form .label span.lnr {
  position: absolute;
  font-size: 14px;
  color: #999;
  z-index: 10;
  top: 18px;
  left: 15px;
}
.footer__form [type='submit'] {
  color: #fff;
  background: #b50c4b;
  cursor: pointer;
}
.footer__form [type='submit']:hover {
  background: #d91e64
}

@media (max-width:800px) {
  .footer .footer__col {
    width: 100%;
    margin-bottom: 3em
  }
}

.gototop span {
  position: fixed;
  left: 15px;
  bottom: 15px;
  padding: .6em;
  color: #fff;
  font-weight: bold;
  background: #00418b;
  z-index: 10;
}
.gototop span:hover {
  background: #0062d1;
}
