@import url("https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700");
@import url("../fonts/font-light.css");
@import url("../fonts/font-regular.css");

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Work Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Museo-500";
  font-weight: normal;
}

.mr-top-20 {
  margin-top: 20px;
}

.header {
  width: 100%;
  height: 800px;
  background-image: url(../images/dummy-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.header::before {
  position: absolute;
  content: "";
  background-color: #001f36;
  opacity: 0.5;
  width: 100%;
  height: 800px;
}

.header .banner-text h2 {
  font-size: 48px;
  line-height: 53px;
  max-width: 300px;
  color: #fff;
  font-weight: 500;
}
.header .banner-text p {
  font-size: 18px;
  color: #ffffff;
  line-height: 21px;
  max-width: 400px;
  padding-top: 15px;
}

.banner-text {
  margin-top: 140px;
}

.btn-start-now {
  padding: 10px 34px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 24px;
  line-height: 29px;
  margin-top: 10px;
  border-radius: 10px;
  color: #156fb5;
  -webkit-box-shadow: 0px 0px 16px -5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 16px -5px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 16px -5px rgba(0, 0, 0, 0.6);
  transition: 0.5s ease all;
  font-family: "Museo-500";
}
.btn-start-now:hover {
  background-color: #156fb5;
  border: 1px solid #156fb5;
  color: #ffffff;
}
.develop-partners {
  margin-top: 168px;
}
.develop-partners span {
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  opacity: 0.7;
}
.develop-partners ul {
  margin-top: 20px;
}
.develop-partners ul li {
  padding-left: 20px;
}
.develop-partners ul li:first-child {
  padding-left: 0px;
}

.btn-contact {
  padding: 10px 26px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 18px;
  line-height: 22px;
  margin-left: 10px;
  border-radius: 10px;
  color: #156fb5;
  -webkit-box-shadow: 0px 0px 16px -5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 16px -5px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 16px -5px rgba(0, 0, 0, 0.6);
  transition: 0.5s ease all;
  font-family: "Museo-500";
}
.btn-contact:hover {
  background-color: #156fb5;
  border: 1px solid #156fb5;
  color: #ffffff;
}
.menu .navbar-light .navbar-nav .nav-link {
  color: #ffffff;
  padding-right: 20px;
  font-size: 18px;
  line-height: 27px;
  font-family: "Museo-500";
}

.nav-wrapper.shrink {
  background: #fff;
  z-index: 99999;
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0px 0px 16px -5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 16px -5px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 16px -5px rgba(0, 0, 0, 0.6);
  transition: 0.5s ease all;
}
.menu .nav-wrapper.shrink .navbar-light .navbar-nav .nav-link {
  color: rgba(13, 99, 165, 1);
}
.nav-wrapper.shrink .btn-contact {
  background: #156fb5;
  color: #fff;
  border: 1px solid #156fb5;
}

.on-shrink {
  display: none;
}

.nav-wrapper.shrink .not-shrink {
  display: none;
}

.nav-wrapper.shrink .on-shrink {
  display: block;
}

.whatis {
  padding-top: 45px;
}
.whatis .sec-2 h3 {
  font-size: 36px;
  line-height: 43px;
  color: #156fb5;
  margin-bottom: 15px;
}
.whatis .sec-2 p {
  font-size: 24px;
  line-height: 28px;
  color: #b7b7b7;
}
.whatis .sec-2 img {
  margin-top: 10px;
  margin-bottom: 15px;
}
.whatis .sec-2 h6 {
  font-size: 24px;
  line-height: 28px;
  color: #0d63a5;
}
.video-play {
  height: 400px;
  background-color: #d3d3d3;
  border-radius: 10px;
  margin-top: 25px;
  margin-bottom: 20px;
  vertical-align: middle;
  display: table;
  width: 100%;
}
.center {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.video-play .center {
  height: 100%;
}
.center img {
  margin-top: 20px;
}
.center h6 {
  font-size: 26px;
  line-height: 31px;
  color: #ffffff;
  padding-top: 20px;
}
.dlc {
  padding-top: 50px;
}
.dlc .sec-3 .sec-3-1 {
  border-bottom: 1px solid #d3d3d3;
}
.dlc .sec-3 .sec-3-1 h3 {
  font-size: 36px;
  line-height: 29px;
  color: #156fb5;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.dlc .nav-tabs {
  border-bottom: 0;
}

.dlc .nav-tabs .nav-item {
  background: #d3d3d3;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  margin-right: 20px;
  padding: 7px 15px;
  flex: none;
  display: inline-block;
  pointer-events: none;
}

.dlc .nav-tabs .nav-item.show .nav-link,
.dlc .nav-tabs .nav-link.active {
  background: #f7941d;
}

.dlc .action-prev {
  font-size: 12px;
  color: #d3d3d3;
  display: inline-block;
  text-align: center;
  float: right;
  margin-right: 20px;
  cursor: pointer;
}
.dlc .action-next {
  font-size: 12px;
  color: #d3d3d3;
  display: inline-block;
  text-align: center;
  float: right;
  cursor: pointer;
}
.dlc .action-prev span,
.dlc .action-next span {
  display: block;
  line-height: 12px;
}
section.benifits {
  padding: 40px 0;
}

section.benifits h3 {
  font-size: 36px;
  color: #156fb5;
  margin-bottom: 10px;
}

section.courses {
  background: #086ca9;
  padding: 60px 0;
}

section.courses h2 {
  color: #ffffff;
  text-align: center;
  padding-top: 45px;
  font-size: 36px;
}

section.courses .corses-img {
  margin-top: -30px;
  width: 100%;
}
.testimonial .nav-tabs {
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 50px;
}

section.testimonial {
  padding: 30px 0;
}
.testimonial .nav-tabs .nav-item {
  font-size: 24px;
  line-height: 29px;
  color: #d3d3d3;
  font-family: "Museo-500";
}
.testimonial .nav-tabs .nav-item.show .nav-link,
.testimonial .nav-tabs .nav-link.active {
  color: #0d63a5;
  border: 0;
  border-bottom: 2px solid #0d63a5;
}

.start-now {
  background-image: url("../images/before-footer.svg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 73px 0;
  background-color: #f0f0f0;
}

.image-testi {
  float: left;
  width: 30%;
}

.ts-quote {
  float: left;
  width: 70%;
}

.input-group-text {
  background-color: transparent;
  border: 2px solid #d9d9d9;
  border-right: 0;
}
.styler .slick-dots {
  position: absolute;
  top: 60px;
  left: -60px;
}
.slick-dots {  display:none !important;
}
.styler .slick-dots li {
  list-style: none;
  width: 10px;
  height: 10px;
  background: #d3d3d3;
  border-radius: 50%;
  margin-bottom: 10px;
}
.styler .slick-dots li.slick-active {
  background: #156fb5;
}
.styler .slick-dots li button {
  display: none;
}

.styler .image-testi h4 {
  font-size: 24px;
  line-height: 29px;
  color: #156fb5;
}
.styler .image-testi h6 {
  font-size: 18px;
  line-height: 22px;
  color: #104e7e;
}

.styler .ts-quote p {
  font-size: 24px;
  line-height: 29px;
  color: #104e7e;
  font-family: "Museo-500";
}

.styler .image-testi img {
  margin-bottom: 20px;
}
.start-now {
  text-align: center;
}
.start-now h3 {
  font-size: 24px;
  line-height: 29px;
  color: #156fb5;
  text-align: center;
  margin-bottom: 30px;
}

.start-now a {
  font-size: 24px;
  background: #156fb5;
  color: #fff;
  padding: 10px 34px;
  font-family: "Museo-500";
  border-radius: 10px;
  box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.16);
  transition: 0.5s ease all;
}
.start-now a:hover {
  text-decoration: none;
  box-shadow: -10px 20px 75px rgba(0, 0, 0, 0.26);
}

.beni-tab.nav-tabs {
  border: 0;
  margin-bottom: 30px;
  display: block;
  text-align: center;
}

.beni-tab.nav-tabs .nav-item {
  font-size: 24px;
  line-height: 29px;
  color: rgba(21, 111, 181, 0.3);
  font-family: "Museo-500";
  border: 0;
  display: inline-block;
  flex: inherit;
  padding: 10px 0;
  margin-right: 30px;
}
.beni-tab.nav-tabs .nav-item.show .nav-link,
.beni-tab.nav-tabs .nav-link.active {
  color: #0d63a5;
  border: 0;
  border-bottom: 2px solid #0d63a5;
}

.benifits-txt {
  display: block;
  margin-top: 30px;
  text-align: center;
}

.benifits-txt img {
  margin: 0 auto;
  margin-bottom: 20px;
  display: inline-block;
}

.benifits-txt p {
  font-size: 24px;
  line-height: 28px;
  color: rgba(13, 99, 165, 1);
  max-width: 325px;
  margin: 0 auto;
}
.margin-adjust {

margin-top:-28px;}

.benifits .slick-slide.slick-active {
  margin-left: -10px;
}

.benifits .slick-slide.slick-active + .slick-slide {
  margin-left: -30px;
}

.features .slick-slide.slick-active {
  margin-left: 500px;
}

.features .slick-slide.slick-active + .slick-slide {
  margin-right: 100px;
}

.bn-1 img,
.bn-3 img {
  margin-top: 15%;
  border-radius: 30px;
}

.bn-1 img {
  max-width: 735px;
}

.bn-2 img {
  max-width: 580px;
  border-radius: 30px;
}
.bn-3 img {
  max-width: 700px;
}

.navbar-light .navbar-toggler {
  border: 0;
}

.modal-content {
  background-image: url("../images/before-footer.jpg");
  min-height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}

/* partnership */

section.partnership {
  height: auto;
  width: 100%;
  background-color: #fff;
  padding: 0px 0px 40px 0px;
}

section.partnership h3 {
  font-size: 18px;
  line-height: 21px;
  color: #156fb5;
  padding: 20px 0px;
  margin-bottom: 0px;
  text-align: center;
}

section.partnership .partners ul li {
  padding: 0px 15px;
  width: 130px;
  margin-right: 20px;
}

section.partnership .partners ul li img {
  height: auto;
  width: 100%;
}

section.partnership .partners ul li:nth-child(3) img {
  height: auto;
}

section.partnership .partners ul {
  margin-bottom: 0px;
}

section.partnership .partners ul li:first-child {
  padding-left: 0px;
}

footer {
  padding: 30px 0;
  background: #0d63a5;
}

footer h4 {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 20px;
  font-family: "Museo-300";
}
footer .left-footer {
  margin-bottom: 0;
  color: #fff;
}
footer .left-footer li a {
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  position: relative;
  padding-bottom: 20px;
  display: inline-block;
}
footer .left-footer li:last-child a {
  padding-bottom: 0;
}
footer .left-footer li a::after {
  position: absolute;
  height: 1px;
  content: "";
  width: 70%;
  bottom: 10px;
  left: 0;
  background: rgba(255, 255, 255, 1);
}

footer .left-footer li a:hover {
  text-decoration: none;
}

footer .left-footer li:last-child a::after {
  display: none;
}

footer .social-media {
  margin-top: 16%;
}

footer .social-media span {
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
}
.modal {
  z-index: 99999;
}

#scroll-opacity li.opaci-less {
  opacity: 0.5;
  transition: 0.5s ease all;
}
#scroll-opacity li {
  opacity: 1;
  transition: 0.5s ease all;
}

.scroller-svg {
  position: absolute;
  top: 40%;
  right: 18%;
  max-width: 370px;
  height: 200px;
  /*overflow: auto;
overflow-x: hidden;*/
}
/*.scroller-svg:after{
	position: absolute;bottom: 0;width: 100%;height: 20px;background: rgba(255, 255, 255, 0.75);content: '';
}*/

.scroller-svg img {
  max-width: 100%;
  margin-bottom: 15px;
}

.nav-wrapper.shrink .navbar-toggler.on-shrink {
  display: none;
}

.quest-form {
  padding: 15px;
  border-radius: 10px;
}

.quest-form h3 {
  font-size: 32px;
  text-align: center;
  color: #0e5889;
  padding: 10px 0;
  font-family: "Museo-500";
}

.quest-form .form-group label,
.quest-form .form-check label,
.quest-form label {
  font-size: 20px;
  color: #46769b;
  font-weight: 500;
}

.quest-form button {
  position: absolute;
  right: 20px;
  opacity: 1;
  top: 15px;
}
.quest-form .form-check input {
  width: 14px;
  height: 22px;
}

.quest-form .form-check label {
  margin-bottom: 15px;
}

.quest-form .form-group .form-control {
  border: 2px solid #d9d9d9;
  height: 44px;
  border-radius: 0;
}

.last-cls {
  max-width: 250px;
}

.scub-mos {
  font-size: 20px;
  background: #156fb5;
  color: #fff;
  padding: 7px 34px;
  font-family: "Museo-500";
  border-radius: 10px;
  box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.16);
  margin-top: 30px;
}
.fullstoptxt {
  font-size: 40%;
}
/* ajin */
.mob-only {
  display: none;
}

.desktop-only {
  display: block;
}

.scroller-svg-wrpr {
  height: auto;
  width: 50%;
  right: 6%;
  position: absolute;
  height: 42%;
  /* right: 0; */
  top: 20%;
}

.scroller-svg {
  position: absolute;
  top: 38%;
  right: 13%;
  max-width: 100%;
  height: 100%;
  width: 68%;
}

.text-ofhead {
  display: block;
  max-width: 683px;
}

.text-ofhead p {
  color: #0d63a5;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  font-weight: 400;
  margin-top: 20px;
}

.text-adjst {
  display: inline-block;
  padding-top: 10px;
}
.testimonial .tab-pane {
  height: 300px;
}
.testimonial.suporters .tab-pane {
  height: auto;
}
.txt_length {
  width: 200px;
}
.test_hdr {
  color: #156fb5;
  font-size: 36px;
  margin-bottom: 20px;
}
.stack__item img {
  width: 68%;
  display: block;
  pointer-events: none;
  float: left;
  margin-right: 2%;
}
.text-ofhead {
  display: block;
  max-width: inherit;
  width: 30%;
  float: left;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.css-tab {
  will-change: transform;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}
.css-tab--active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.css-tab__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.css-tab__item {
  position: relative;
  -webkit-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}
.css-tab__item:hover {
  opacity: 0.75;
}
.css-tab__thumb {
  display: block;
  -webkit-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}
.css-tab__thumb:before {
  content: attr(data-letter);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 70px;
  text-transform: uppercase;
  opacity: 0;
}
.css-tab__label {
  position: relative;
  top: 0;
  left: 0;
  /* -webkit-transform: translate(-50%, -50%); */
  /* transform: translate(-50%, -50%); */
  text-transform: uppercase;
  letter-spacing: 0;
  color: #fff;
  margin: 0;
  margin-top: 20px;
  background: #d3d3d3;
  padding: 7px 15px;
  margin-right: 20px;
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
  text-transform: capitalize;
  flex: none;
  border-radius: 10px;
}
@media (max-width: 850px) {
  .css-tab__label {
    font-size: 14px;
  }
}
@media (max-width: 720px) {
  .css-tab__thumb {
    height: 60px;
  }
  .css-tab__thumb:before {
    font-size: 24px;
    opacity: 0.7;
  }
}
.tab-content {
}
.active_ornge {
  background: #f7941d;
}
.section {
  will-change: transform;
  padding-top: 20px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
.section--hidden {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.section--active {
  -webkit-transform: translateX(0) rotateY(0);
  transform: translateX(0) rotateY(0);
  z-index: 2;
}
.section__wrapper {
  position: relative;
}
.section__wrapper img {
  width: 68%;
  float: left;
  margin-right: 2%;
}
.section__title {
  margin: 0 0 25px 0;
  font-size: 48px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.section__title:before {
  content: "";
  position: absolute;
  top: 5rem;
  left: 45%;
  margin: auto;
  width: 10%;
  height: 2px;
  background: #fff;
}
@media (max-width: 720px) {
  .section__title {
    font-size: 28px;
  }
  .section__title:before {
    top: 3.25rem;
  }
}

@media (max-width: 720px) {
  .section p {
    font-size: 16px;
  }
}
.section p:last-child {
  margin-bottom: 0;
}

.logo img {
  width: 45px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}
.logo img:hover {
  -webkit-transform: rotate(180deg) scale(1.1);
  transform: rotate(180deg) scale(1.1);
}

.tb_content {
  height: 500px;
  will-change: transform;
  -webkit-perspective: 400px;
  perspective: 400px;
  overflow: hidden;
  -webkit-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}
.css-tab__item a {
  text-decoration: none;
}
@media screen and (min-width: 1600px) {
  .bn-1 img {
    max-width: 100%;
    margin-top: 10%;
    width: 100%;
  }
  .bn-2 img {
    max-width: 100%;
    border-radius: 30px;
  }
  .bn-3 img {
    max-width: 100%;
  }
  .benifits-txt p {
    max-width: 600px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1600px) {
  .whatis .sec-2 img {
    margin-top: 4px;
    margin-bottom: 13px;
  }
  .bn-1 img {
    max-width: 680px;
    margin-top: 9%;
  }
  .benifits-txt p {
    max-width: 395px;
  }
  .bn-3 img {
    margin-top: 6%;
    border-radius: 30px;
  }
  .bn-2 img {
    max-width: 680px;
    border-radius: 30px;
    margin-top: 2%;
  }
}

@media screen and (max-width: 1024px) {
  .benifits .slick-slide.slick-active + .slick-slide {
    margin-left: -30px;
  }
  .bn-1 img,
  .bn-2 img,
  .bn-3 img {
    max-width: 100%;
  }
  .dlc .nav-tabs .nav-item {
    margin-right: 10px;
    padding: 7px 10px;
  }
}

@media screen and (max-width: 991px) {
  .nav-wrapper.shrink .navbar-toggler.on-shrink {
    display: inline-block;
  }
}

@media screen and (max-width: 992px) {
  .benifits .slick-slide.slick-active + .slick-slide {
    margin-left: 0px;
  }
  .scroller-svg-wrpr {
    height: 38%;
    top: 25%;
  }

  .stack__item img {
    width: 100%;
    display: block;
    pointer-events: none;
    float: left;
    margin-right: 0;
  }
  .text-ofhead {
    display: block;
    max-width: inherit;
    width: 100%;
    float: left;
  }
  .text-ofhead p {
    line-height: 21px;
  }
}

@media screen and (max-width: 768px) {
  .develop-partners ul li {
    padding-left: 0;
    padding-bottom: 15px;
    /* margin-right: 30px; */
    padding-right: 15px;
  }
  .header {
    background-position: 60%;
    background-size: cover;
  }
  .header .banner-text h2 {
    font-size: 36px;
    line-height: 43px;
  }

  .whatis .sec-2 h3 {
    font-size: 24px;
    line-height: 29px;
  }

  .whatis .sec-2 p {
    font-size: 16px;
    line-height: 19px;
  }

  /* ajin css */

  .mob-pd0 {
    padding: 0px;
  }

  .mob-left {
    text-align: left !important;
  }

  .banner-text {
    margin-top: 105px;
  }

  .header .navbar-l-r-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .header,
  .header::before {
    height: 670px;
  }

  .header .navbar-toggler {
    padding-right: 0px;
  }

  .btn-contact {
    margin-left: 0px;
  }

  .develop-partners {
    margin-top: 45px;
  }

  .header .banner-text h2 {
    max-width: 275px;
  }

  .develop-partners span {
    font-size: 12px;
    line-height: 14px;
  }

  .develop-partners .list-inline-item img {
    max-width: 135px;
  }

  .develop-partners ul {
    margin-bottom: 35px;
  }
  .whatis {
    padding-top: 30px;
  }

  .whatis .sec-2 h6 {
    font-size: 16px;
    line-height: 19px;
    /*max-width: 162px;*/
    margin: 0px auto;
  }

  .video-play {
    margin-top: 40px;
    margin-bottom: 30px;
    height: 215px;
  }
  .center {
    height: 210px;
  }
  .dlc .sec-3 .sec-3-1 h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .dlc .action-prev,
  .dlc .action-next {
    font-size: 8px;
  }

  .dlc .action-prev span,
  .dlc .action-next span {
    line-height: 9px;
  }

  .dlc .nav-tabs .nav-item {
    font-size: 12px;
    line-height: 14px;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .dlc {
    padding-top: 30px;
  }

  .beni-tab.nav-tabs .nav-item,
  .benifits-txt p {
    font-size: 16px;
    line-height: 19px;
    max-width: 130px;
    padding: 5px 2px;
    margin-right: auto;
    vertical-align: middle;
  }

  section.benifits h3 {
    font-size: 24px;
    line-height: 29px;
  }
  .bn-mb {
    height: 232px;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
  }

  .bn-2 img,
  .bn-1 img,
  .bn-3 img {
    max-width: 100%;
  }

  .bn-1 img,
  .bn-3 img {
    margin-top: 0px;
  }

  .benifits .slick-slide.slick-cloned {
    margin-left: 0px;
  }

  section.benifits {
    padding: 30px 0;
  }

  section.benifits h3 {
    margin-bottom: 20px;
  }
  .test_hdr {
    color: #156fb5;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .dlc .sec-3 .sec-3-1 h3 {
    text-align: center;
  }
  .benifits-txt img {
    max-width: 40px;
    margin-bottom: 15px;
  }

  .benifits-txt p {
    max-width: 268px;
  }

  .testimonial .nav-tabs .nav-item,
  .styler .ts-quote p {
    font-size: 16px;
    line-height: 19px;
    /*     max-width: 107px;
 */
    padding: 10px 5px;
  }
  .indi-Testimonials-box .image-testi img {
    padding: 0 2rem;
  }
  .styler .image-testi img {
    margin: 0px auto;
    margin-bottom: 30px;
  }

  .image-testi {
    width: 100%;
    margin: 0px auto;
  }

  .slick-initialized .slick-slide {
    text-align: center;
  }

  .ts-quote {
    width: 100%;
  }

  .styler .ts-quote p {
    max-width: 300px;
    margin: 0px auto;
  }

  .styler .slick-dots li {
    display: inline-block;
    text-align: center;
    margin: 0px 5px;
  }

  .styler .slick-dots {
    position: unset;
    bottom: 0px;
    margin: 0px auto;
    text-align: center;
  }
  .nav-wrapper.shrink .navbar-toggler.on-shrink {
    display: inline-block;
  }
  .nav-wrapper.shrink {
    z-index: 99999;
  }

  footer .social-media {
    margin-top: 15px;
    text-align: left;
  }

  .benifits .slick-slide.slick-active {
    margin-left: 0;
  }

  .benifits .slick-slide.slick-active + .slick-slide {
    margin-left: 0px;
  }
  .tab-content {
    padding: 0 !important;
  }

  /*.scroller-svg{
	display: none;
}*/
  button:focus {
    outline: none;
  }
  section.courses .corses-img {
    margin-top: 0px;
    max-width: 100%;
    margin: 0px auto;
    width: 100%;
  }

  .testimonial .styler .pull-right.slick-arrow {
    right: 20px;
    top: 30%;
    position: absolute;
    z-index: 999;
    border: none;
    background-color: transparent;
    box-shadow: none;
  }

  .testimonial .styler .pull-left.slick-arrow {
    top: 30%;
    position: absolute;
    z-index: 999;
    left: 20px;
    border: none;
    background-color: transparent;
    box-shadow: none;
  }

  .testimonial .styler .pull-right.slick-arrow::after {
    content: "Next";
    position: absolute;
    color: #ccc;
    font-size: 8px;
    left: 0;
    top: 17px;
  }

  .testimonial .styler .pull-left.slick-arrow::after {
    content: "Previous";
    position: absolute;
    color: #ccc;
    font-size: 8px;
    left: 0;
    top: 17px;
  }

  section.courses {
    position: relative;
  }

  .start-now {
    background-image: url("../images/before-footer-mob.svg");
    background-position: inherit;
    padding: 55px 0px;
  }

  .start-now h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .styler .image-testi h6 {
    position: relative;
  }

  .styler .image-testi h6::after {
    position: absolute;
    height: 2px;
    content: "";
    width: 50%;
    background: rgba(16, 78, 126, 0.5);
    bottom: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  section.courses {
    padding: 15px 0 30px 0;
  }
  section.courses h2 {
    padding-top: 15px;
    font-size: 24px;
  }
  .dlc .sec-3 .sec-3-1 h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .mob-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }
  .scroller-svg-wrpr {
    position: absolute;
    /*height: auto;*/
    width: 72%;
    left: 15%;
    margin: 0px auto;
    bottom: inherit;
    top: 64%;
    height: 21%;
  }

  .scroller-svg {
    position: absolute;
    top: 0;
    right: -5px;
    bottom: inherit;
    width: 100%;
    height: 100%;
  }
  .tb_content {
    height: 465px;
  }
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
  outline: 0;
}

.error,
.interest_error {
  color: red;
  font-size: 12px;
}
.cntct_name_error {
  color: red;
  font-size: 12px;
}
.cntct_email_error,
.cntct_message_error {
  color: red;
  font-size: 12px;
}
.cntct_success {
  color: #5cb85c;
  font-size: 16px;
  padding-top: 6px;
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 8px;
}
.opa1 {
  opacity: 1;
}

button:disabled,
button[disabled] {
  opacity: 0.5;
}

.featur {
  margin-bottom: 30px;
}
.featur span {
  float: left;
  font-size: 112px;
  color: #d3d3d3;
  font-weight: bold;
  margin-top: -42px;
  opacity: 0.7;
}
.featur p {
  float: left;
  position: absolute;
  padding-left: 27px;
  font-size: 24px;
  color: #0d63a5;
  line-height: 28px;
  padding-right: 2%;
}
.only-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .featur .col-md-5 {
    margin-bottom: 10px;
  }
  .featur p {
    float: left;
    position: absolute;
    padding-left: 24px;
    font-size: 16px;
    color: #0d63a5;
    line-height: 22px;
    padding-right: 3%;
  }
  .featur span {
    float: left;
    font-size: 84px;
    color: #d3d3d3;
    font-weight: bold;
    margin-top: -32px;
    opacity: 0.7;
  }
  #scroll-opacity li.opaci-less {
    opacity: 1;
    transition: 0.5s ease all;
  }

  /* partnership */

  section.partnership .partners ul li {
    padding: 0px 7px 20px 7px;
  }

  section.partnership {
    padding-bottom: 0px;
  }
}

.close-ixs {
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    width: 0px;
    top: 0;
    background: #fff;
    transition: 0.5s ease all;
    padding: 40px;
    height: 313px;
    right: -180px;
    z-index: 9998;
  }

  .navbar-collapse.show {
    width: 336px;
    right: -40px;
  }
  .menu .navbar-light .navbar-nav .nav-link {
    color: #0d63a5;
    padding-right: 0px;
    font-size: 24px;
    line-height: 27px;
    font-family: "Museo-500";
    display: inline-block;
    min-width: 105px;
    border-top: 1px solid #d3d3d3;
    padding: 10px 0;
  }

  .menu .navbar-light .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .close-ixs {
    display: block;
    position: absolute;
    right: 60px;
    top: 40px;
  }
  .btn-contact {
    background-color: #177cc9;
    border: 1px solid #177cc9;
    color: #fff;
    margin-top: 5px;
  }
  .txt_length {
    width: auto;
  }
  .testimonial .tab-pane {
    height: auto;
  }
}

@media screen and (max-width: 500px) {
  .navbar-collapse.show {
    right: -15px;
  }
  .tb_content {
    height: 395px;
    clear: both;
  }
  .css-tab__list {
    display: block;
  }
  .close-ixs {
    right: 30px;
  }
  .navbar-collapse.show {
    width: 300px;
    right: -15px;
  }
  .navbar-collapse {
    position: fixed;
  }
  .navbar-collapse.show {
    width: 100%;
    right: 0px;
    height: 368px;
    padding: 24px;
  }
  .only-mobile {
    display: block;
  }
  .menu .navbar-light .navbar-nav .nav-link {
    border-top: 0;
    border-bottom: 1px solid #d3d3d3;
    width: 100%;
  }

  .menu .navbar-light .navbar-nav .navbar-brand {
    margin-bottom: 15px;
    transition: 0.5s ease all;
  }

  .menu .navbar-light .navbar-nav li:nth-child(n + 5) .nav-link {
    border-bottom: 0;
  }

  footer .left-footer li:first-child {
    float: left;
    padding-right: 15px;
  }
  footer .left-footer li:first-child a:before {
    position: absolute;
    right: -10px;
    content: "•";
    top: 0px;
    font-size: 16px;
  }

  .social-media ul {
    margin-bottom: 0;
  }

  footer .left-footer li a::after {
    width: 150%;
    bottom: 0;
  }
  footer .left-footer li a {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 10px;
  }
  footer h4 {
    margin-bottom: 10px;
  }

  .benifits-txt {
    margin-top: 20px;
  }
}
.navbar-collapse [type="button"] {
  -webkit-appearance: none;
}

.modal-body ul li {
  font-size: 18px;
  line-height: 18px;
  color: #0d63a5;
  padding: 15px 15px;
  border-bottom: 1px solid #d9d9d9;
  font-weight: 500;
}

.modal-body ul li:last-child {
  border-bottom: 0;
}
span.success {
  font-size: 20px;
  color: #5cb85c;
}

.model_content {
  background-image: url(../images/before-footer.jpg);
  min-height: 255px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 -26px;
}

.image-testi {
  float: left;
  width: 145px;
}
.ts-quote {
  float: left;
  width: 420px;
  padding-right: 30px;
  padding-left: 30px;
}
.dialogue .modal-body ul li {
  font-size: 16px;
  line-height: 10px;
  color: #10181e;
  padding: 12px 15px;
  border-bottom: none;
  font-weight: 500;
}
.dialogue .modal-body .subhdr {
  font-size: 18px;
  color: rgb(21, 111, 181);
}
.dialogue .list-unstyled {
  margin-top: 20x;
  margin-bottom: 20px;
}
.top_95 {
  padding-top: 95px;
}
.arrows {
  width: 100px;
  height: 100px;
  background-color: red;
  position: relative;
  -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 2s; /* Safari 4.0 - 8.0 */
  animation-name: example;
  animation-duration: 4s;
  animation-delay: 2s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes arrows {
  0% {
    background-color: red;
    left: 0px;
    top: 0px;
  }
  25% {
    background-color: yellow;
    left: 200px;
    top: 0px;
  }
  50% {
    background-color: blue;
    left: 200px;
    top: 200px;
  }
  75% {
    background-color: green;
    left: 0px;
    top: 200px;
  }
  100% {
    background-color: red;
    left: 0px;
    top: 0px;
  }
}

/* Standard syntax */
@keyframes arrows {
  0% {
    background-color: red;
    left: 0px;
    top: 0px;
  }
  25% {
    background-color: yellow;
    left: 200px;
    top: 0px;
  }
  50% {
    background-color: blue;
    left: 200px;
    top: 200px;
  }
  75% {
    background-color: green;
    left: 0px;
    top: 200px;
  }
  100% {
    background-color: red;
    left: 0px;
    top: 0px;
  }
}

#contact-box .modal-dialog .form-group label {
  color: #46769b;
  font-size: 20px;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
}

#contact-box .modal-dialog .form-group input {
  border: 2px solid #d9d9d9;
  border-radius: 0;
  height: 45px;
}

#contact-box .modal-dialog .form-group textarea {
  border: 2px solid #d9d9d9;
  border-radius: 0;
  height: auto;
  resize: none;
}

#contact-box .modal-dialog .modal-body {
  padding-left: 35px;
  padding-right: 35px;
}
.img_slide {
  width: 68%;
  margin-right: 2%;
  float: left;
}
.img_slide img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 2000px) {
  .whatis {
    padding-top: 60px;
  }
  .video-play {
    margin-top: 50px;
  }
  .whatis .sec-2 img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  section.benifits {
    padding: 90px 0;
  }
}

@media screen and (min-width: 991px) {
  #contact-box .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
  }
}

@media screen and (max-width: 991px) {
  .css-tab__label {
    font-size: 12.8px;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 5px;
  }
  .section__wrapper img {
    width: 100%;
    float: left;
    margin-right: 0;
  }
}

@media screen and (max-width: 568px) {
  .image-testi {
    float: none;
    width: 135px;
  }
  .ts-quote {
    float: none;
    width: 385px;
  }
  .css-tab__label {
    font-size: 13px;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 5px;
    float: left;
    margin-top: 10px;
  }
  #contact-box .modal-dialog .modal-body {
    padding-left: 0;
    padding-right: 0;
  }
  #contact-box .model_content {
    background-position: top right;
  }
}

@media screen and (max-width: 400px) {
  .image-testi {
    float: left;
    width: 100%;
  }
  .ts-quote {
    float: left;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    clear: both;
    margin-right: 55px;
  }
}

@media screen and (max-width: 360px) {
  .image-testi {
    float: left;
    width: 100%;
  }
  .ts-quote {
    float: left;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    clear: both;
    margin-right: 30px;
  }
}
@media screen and (max-width: 330px) {
  .ts-quote {
    float: left;
    width: 290px;
    padding-right: 0;
    padding-left: 0;
    clear: both;
    margin-right: 0;
  }
}

#model-thnq-popup h6.login-heading {
  padding-left: 123px;
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  #model-thnq-popup ul.list-unstyled {
    padding-left: 0px !important;
  }
  #model-thnq-popup h6.login-heading {
    padding-left: 15px;
  }
}

#model-thnq-popup ul.list-unstyled {
  padding-left: 109px;
}
.owl-nav {
  display: none;
}
.indi-Testimonials-box .ts-quote p {
  font-size: 20px;
  line-height: 29px;
  color: #104e7e;
  font-family: "Museo-500";
}
.indi-Testimonials-box .ts-quote {
  width: 100%;
}
.indi-Testimonials-box .image-testi {
  width: 100%;
}
.indi-Testimonials-box .image-testi img {
  width: 100%;
}
.indi-Testimonials-box .image-testi h4 {
  font-size: 22px;
  line-height: 29px;
  color: #156fb5;
}
.indi-Testimonials-box .image-testi h6 {
  font-size: 17px;
  line-height: 22px;
  color: #104e7e;
}
.Supporters-images {
  width: 250px;
}
.Supporters-images .Supporters-images-inner img {
  width: 100%;
}
