@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap');
body{
    padding:0;   
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #000;
}

  /* common */
.white{
  color:#ffffff;
}
.black{
    color: #000000 !important;
}
.orange{
  color: #F26926 !important;
}
.blue{
  color:#3C65F5;
}
.font-12{
  font-size: 12px !important;
}
.font-30{
    font-size: 30px;
}
.font-45{
    font-size: 45px;
}
.font-60{
  font-size: 60px;
}
.font-26{
  font-size: 26px;
}
.font-20{
  font-size: 20px;
}
.font-16{
  font-size: 16px;
}
.font-14{
  font-size: 14px;
}
.fw-700{
  font-weight: 700;
}
.fw-300 {
  font-weight: 300;
  line-height: 31px;
}

.bg-black{
    background-color: #000000 !important;
}
.no-pseudo:after, .no-pseudo:before{
    display: none;;
}
.list-none{
  list-style: none;
}
.custom-py{
    padding: 80px 0;
}
h1{
  font-size: 72px;
  font-weight: 700;
  line-height: 60px;
}
h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 58px;
}
h3{
    font-size: 26px;
    font-weight: 600;
    line-height: 25px;
}
h6{
  font-size: 20px;
}
p{
  color: #424242;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
a{
  text-decoration: none;
  color: #3C65F5;
}
.list-none{
  list-style: none;
}
a{
  text-decoration: none;
}
.overflow-hidden{
  overflow:hidden
}
.border-end {
  border-color: #989898 !important;
}

  /* header */
  /* navbar */
header{
      position: absolute;
      width: 100%;
      z-index: 999;
}
.bg-light {
  background-color: rgba(0, 0, 0, 0.50) !important;
  padding: 8px 0;
}
.sticky.bg-light {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 9999;
    left: 0;
    /*background-color: #ffffff !important;*/
    padding-top: 0;
}
.navbar-light .navbar-nav .nav-link {
  color: #FFF !important;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding: 13px 20px;
}
.navbar-light .navbar-nav .nav-link:after{
  content:'';
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  width: 0px;
  height: 3px;
  background: #5490F9;
  transition: all 0.5s linear;
  margin:auto;
}
.navbar-light .navbar-nav li.nav-item:hover .nav-link:after,.navbar-light .navbar-nav li.nav-item .nav-link.active:after{
  width: 58px;
}
.navbar-light .navbar-nav li.download-app a {
    border-radius: 24.5px;
    background: #3C65F5;
    color: #FFF9F9 !important;
    text-align: center;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 18px;
    padding: 14.67px 23.2px;
    display: block;
    cursor: pointer;
}
li.download-app {
  padding-left: 16px;
}

/* banner */
.banner-content {
    position: absolute;
    height: 99.39%;
    width: 100%;
    top: 0;
    text-align: center;
    background: rgb(0 0 0 / 50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner h1 {
    color: #FFF;
    text-align: center;
    font-size: 74px;
    height: 60px;
}
.banner .brush-banner {
    margin-top: 14px;
}
.banner h3 {
    color: #FFF;
    line-height: 60px;
    margin-top: 16px;
    font-size: 42px;
}
.banner h5 {
    color: #fff;
    font-size: 24px;
    margin-top: 12px;
    position: relative;
    letter-spacing: 2px;
}
img.laveluparrow {
    transform: scaleX(-1) scaleY(-1);
    -moz-animation: bounceUP 2s infinite;
    -webkit-animation: bounceUP 2s infinite;
    animation: bounceUP 2s infinite;
    width: 31px;
}
@keyframes bounceUP {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

.rating-associate {
  padding: 38px 0 46px;
  background: #F6F6F6;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
  margin-top: -4px;
}
.rating-associate h3{
  margin-bottom: 20px;
}

/*********partner-country*******/
section.partner-country.custom-py {
    background: #f3f5fd;
}
.acrossglobelogo {
    margin-top: 24px;
}

/*********instagram-feed*******/
.instagram-feed iframe {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
}
/* main goal */
.inner-goal {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 48px;
}

.inner-goal li:nth-child(-n+2){
  color: #3C65F5;
}
.inner-goal li{
  color: #000D83;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px; 
  display: flex;
  align-items: center;
  column-gap: 11px;
}
ul.listing-deal {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 53px;
  /*width: 73%;  */
  row-gap: 17px;
  margin-top:31px;
}
.read-btn a {
    background: #000D83;
    padding: 16.5px 47px;
    color: #FFF !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    transition: all 0.3s linear;
    border-radius: 24.5px;
    text-align: center;
    cursor: pointer;
      animation-name: animation;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;    
    animation-play-state: running;
    text-transform:capitalize;
}
@-webkit-keyframes animation {
    0%     {background-color:#ed6f1e;}
    50.0%  {background-color:#000D83;}
    100.0%  {background-color:#ed6f1e;}
}

@keyframes animation {
    0%     {background-color:#ed6f1e;}
    50.0%  {background-color:#000D83;}
    100.0%  {background-color:#ed6f1e;}
}
.future .read-btn a{
    border: 1px solid;
}
.read-btn a:hover,.content-goal:hover .read-btn a,.future .inner:hover .read-btn a{
  background: #ed6f1e;
  box-shadow: 1px 1px 2px 0px rgb(255 187 143);
}

/* partner-country */
/*.partner-country{*/
/*  background-image: url(../images/partner-bg.png);*/
/*}*/
.listing-country {
  display: grid;
  grid-template-columns: repeat(7,1fr);
  margin-top: 60px;
  column-gap: 46px;
}
.listing-country li,.listing-country li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  gap: 25px;
  color: #000;
  transition: all 0.3s linear;
}
.listing-country li:hover, .listing-country li:hover a {
  color: #ed6f1e;
}
.listing-country li:last-child .flag-img:after {
  content: '';
  background-image: url("../images/more-country-arrow.png");
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 37px;
  background-size: 52px;
  margin: auto;
  bottom: 5px;
  right: 0;
}
.listing-country li .flag-img {
  width: 134px;
  height: 134px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.listing-country li .flag-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}





/*upcoming baches*/
.inner_Batches {
    background: #fff;
    border: 1px solid #bd2020;
    position: relative;
    overflow: hidden;
    margin-bottom: 22px;
}
.Batches-Recommended {
    position: absolute;
    transform: rotate(322deg);
    font-size: 13px;
    color: #fff;
    background: #2c910d;
    padding: 0 18px;
    top: 25px;
    left: -26px;
}
.Batches-brand {
    background: #bd2020;
    padding: 7px 0;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.Batches-content {
    padding: 18px;
}
.Batches-content h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 14px;
    text-align: left;
}
.Batches-content h1 {
    font-size: 20px;
    margin-bottom: 6px;
    text-align: center;
    line-height: normal;
}
.Batches-content ul {
    list-style: none;
    padding: 0;
}
.Batches-content ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.Batches-content ul li p b {
    font-weight: bold;
}
.Batches-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.Batches-btn p {
    /*border: 1px solid #bd2020;*/
    padding: 2px 15px;
    color: #bd2020;
    margin-bottom: 0px;
    font-weight: bold;
}
.Batches-content ul li p {
    margin-bottom: 4px;
    font-size: 14px;
}
.Batches-btn a {
    background: #bd2020;
    padding: 6px 24px;
    color: #fff;
    border-radius: 100px;
    font-weight: 600;
}
.Batches-content ul li p {
    margin-bottom: 4px;
    color: #000;
}
.batch2 .Batches-brand {
    background: #2db12c;
}
.batch2 {
    border: 1px solid #2db12c;
}
.batch2 .Batches-btn p {
    /*border: 1px solid #2db12c;*/
    color: #2db12c;
}
.batch2 .Batches-btn a {
    background: #2db12c;
}
.batch3 .Batches-brand {
    background: #3c65f5;
}
.batch3 {
    border: 1px solid #3c65f5;
}
.batch3 .Batches-btn p {
    /*border: 1px solid #3c65f5;*/
    color: #3c65f5;
}
.batch3 .Batches-btn a {
    background: #3c65f5;
}
.batch4 .Batches-brand {
    background: #ff8111;
}
.batch4 {
    border: 1px solid #ff8111;
}
.batch4 .Batches-btn p {
    /* border: 1px solid #ff8111; */
    color: #e7730b;
}
.batch4 .Batches-btn a {
    background: #ff8111;
}


.textanimate {
    width: 130px;
    height: 36px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.textanimate::before {
    content: attr(content);
    position: absolute;
    width: 126px;
    height: 32px;
    z-index: 1;
    background-color: #ffffff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.textanimate::after {
  content: "";
  width: 400px;
  height: 400px;
  position: absolute;
  border-radius: 50px;
  background: conic-gradient(
    #3a7cec 0%12.5%,
    #2ca24c 12.5%25%,
    #f1b500 25%37.5%,
    #e33e2b 37.5%50%,
    #3a7cec 50%62.5%,
    #2ca24c 62.5%75%,
    #f1b500 75%87.5%,
    #e33e2b 87.5%100%
  );
  animation: border-animation 5s linear infinite;
  -webkit-animation: border-animation 5s linear infinite;
}

@keyframes border-animation {
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}






/* future */
.future,.master-class{
  background-image: url(../images/future-bg.png);
  background-size: auto;
}
.future .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  background: #FFF;
  color: #000 !important;
  font-size: 16px;
  font-weight: 700;
  padding: 7px 24px !important;
  text-transform: uppercase;
}
.future .nav-tabs .nav-item.show .nav-link,.future .nav-tabs .nav-link.active,.future .nav-tabs .nav-link:hover {
  background: #3C65F5;
  color: #fff !important;
}
.future .nav-tabs {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  margin-top: 30px;
}
.future .nav-tabs li {
  display: inline-block;
  margin-right: -3px;
}
.future .inner-img {
  width: 100%;
  height: 212px;
  overflow: hidden;
}
.future .inner {
  border-radius: 22px;
  background: #FFF;
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.10);
  overflow: hidden;
}
.future .inner-img  img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s linear;
}
.future .inner-content {
  padding: 15px 30px 28px;
  text-align: center;
}
.future .inner h6, .future .inner h6 a{
  color: #3C65F5;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  transition: all 0.5s linear;
}
.future .listing {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 30px;
}
.future .inner:hover .inner-img img{
  transform: scale(1.02);
}

/* get */
.get{
  background-image: url(../images/get-bg.png);
  background-size: cover;
  overflow: hidden;
}
/*.get .col-md-5 img{*/
/*  margin-bottom:-16px;*/
/*}*/
.left-get{
  padding: 93px 0 0;
}
.left-get  ul{
  padding-top: 25px;
}
.left-get li{
  font-size: 18px;
  font-weight: 600;
  line-height: 42px;
  position: relative;
  padding-left: 35px;
}
.left-get li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  background-image: url(../images/tick.svg);
  width: 18px;
  height: 21px;
  background-size: 18px;
  background-repeat: no-repeat;
}
.left-get li span{
  color: #FFCD1F;
}

/* platform and tools */
section.platform-tools,section.testimonial {
  background: #F8FAFF;
}
section.platform-tools  ul {
  display: flex;
  gap: 17px 25px;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top:40px;
}

/* journey */
.journey{
  background-image: url(../images/jouney-bg.png);
  background-size: cover;
}
.journey .title {
  font-size: 40px;
}
.journey h3 {
  color: #000;
  font-size: 33px;
  font-weight: 500;
  line-height: 58px;
  margin-bottom: 5px;
}
span.text-heightlight {
  border-radius: 10px;
  background: #3C65F5;
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 58px;
  text-transform: capitalize;
  padding: 6px 59px;
}

/* mentor */
.mentor{
  background: #FFCD1F;
}
.mentor-img {
  width: 160px;
  height: 160px;
  border: 2px solid #3C65F5;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 9px;
}
.mentor-inner h6{
  color: #000D83;
  font-weight: 700;
  line-height: 30px;
  margin-bottom:0px;
}
.mentor-inner span {
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
  line-height: 18px;
}
.mentor ul.slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  height: 8px;
}
.mentor ul.slick-dots  button{
  border: none;
  text-indent: -999999px;
  width: 7px;
  height: 7px;
  background-color: #000;
  border-radius: 50%;
  padding: 0;
  margin: 0 2px;
}
.mentor .slick-list.draggable {
  padding: 40px 0;
}
.mentor  .slick-active button{
   background-color: #3C65F5 !important;
}
.master-title {
  font-size: 54px;
  font-weight: 800;
}

ul.class-listing {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 66px;
  margin-top:40px
}
ul.class-listing  li{
  display: flex;
  /* align-items: flex-end; */
  column-gap: 15px;
}
.class-content {
  padding-top: 56px;
}
ul.class-listing  li p{
  color:#fff;
  margin-bottom: 0;
}
.class-img img.position-absolute {
  width: 101px;
  height: 61px;
  border-radius: 10px;
  background: #FFCD1F;
  object-fit: contain;
  padding: 18px 8px;
  top: -27px;
  right: -46px;
}

/* testimonial */
.inner-testimonial {
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0px 0px 5px 0px rgba(60, 101, 245, 0.15);
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  margin: 3px 3px;
}
.inner-testimonial img{
  z-index: 9;
}
.inner-testimonial p{
  color: #797979;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  margin-top:24px;
  text-align: center;
}
.testimonial-content {
  padding: 36px 24px 0;
  width: 45%;
}
span.name {
  background: #000D83;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-align: right;
  z-index: 1;
  padding: 12px 59px;
}

.testimonial-slider ul.slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  height: 8px;
}
.testimonial-slider ul.slick-dots  button{
  border: none;
  text-indent: -999999px;
  width: 11.863px;
  height: 11.863px;
  background-color: #D9D9D9;
  border-radius: 50%;
  padding: 0;
  margin: 0 4px;
}
.testimonial-slider .slick-list.draggable {
  padding: 40px 0;
}
.testimonial-slider  .slick-active button{
   background-color: #3C65F5 !important;
}
a.lightbox-link {
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}

/* gallery */
.gallery .col-md-3{
  padding: 0;
}
.gallery-inner img{
  transition: all 0.3s linear;
  width:100%;
  height:100%;
  object-fit:cover;
}
.gallery-inner:hover img{
 transform: scale(1.01);
}
.gallery-inner a {
  position: absolute;
  background: rgba(0, 0, 0, 0.50);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  top: 0;
  color: #FFF;
  font-size: 24px;
  font-weight: 800;
  line-height: 25px; 
  text-transform: uppercase;
  flex-wrap: wrap;
  padding: 58px 32px;
  transition: all 0.3s linear;
}
.gallery-inner:hover a{
  color: #ed6f1e;
}
.gallery-inner a h6{
  font-size: 22px;
  font-weight: 800;
  line-height: 40px; 
  text-transform: uppercase;
}
.gallery-inner {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.gallery-inner a h6 span{
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px; /* 125% */
}

/* queries */
.queries{
  background-image: url(../images/query-bg.png);
}
.queries h6{
  color: #000D83;
  font-weight: 600;
  line-height: 25px;
}
.queries h3 {
  color: #3C65F5;
  font-size: 35px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: -1.75px;
}
.queries h3 a.black {
    background: #ed6f1e;
    color: #fff!important;
    padding: 6px 13px;
    border-radius: 5px!important;
    transition: all 0.3s linear;
}
.queries h3:hover a.black{
        background-color: #000d83;
}
h6.bg {
  border-radius: 7px;
  /*background: #000D83;*/
  /*color: #fff;*/
  padding:0px 19px 7px;
}
.right-query {
  border-radius: 10px;
  background: #000D83;
  padding: 35px 42px;
  color: #fff;
  text-align: center;
}
.right-query  h5 {
  color: #FFF;
  font-size: 26px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 25px;
}
.form-control {
  border-radius: 5px;
  background: #FFF;
  padding: 9px 21px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  border: none;
}
.form-control::placeholder{
  color: #949497;
  font-size: 14px;
}
.form-group{
  margin-bottom: 16px;
}
input[type="submit"] {
  border-radius: 5px;
  background: #3C65F5;
  width: 100%;
  border: none;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  padding: 10px 0;
}

/* footer */
footer{
  background: #0D1562;
  padding: 50px 0;
}
footer .title {
  color: #FFF;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  border-bottom: 2px solid #3C65F5;
  padding: 0 20px 10px 0;
}
ul.address li {
  display: flex;
  align-items: flex-start;
  column-gap: 16px;
  margin-bottom: 11px;
}
ul.address{
 padding-top: 20px
}
ul.address li img{
  padding-top: 5px;
}
ul.address li a{
  line-height: 32px;
}
footer .inner{
  padding-top: 21px;
  overflow: hidden;
}
footer ul.links {
  padding-top: 15px;
}
footer ul.links li{
  position: relative;
  transition: all 0.3s linear;
}
footer ul.links li:hover{
  padding-left: 25px;
}
footer ul.links li:hover:before{
  left:0;
}
footer ul.links li:before {
  content: '';
  position: absolute;
  left: -25px;
  top: 0px;
  bottom: 0;
  background-image: url(../images/footer-arw.png);
  width: 14px;
  height: 20px;
  background-size: 14px;
  margin: auto;
  transition: all 0.3s linear;
}
footer li a{
  color: #FFF !important;
font-size: 15px;
font-weight: 400;
line-height: 48px; /* 300% */
}
.social a {
  width: 34px;
  height: 34px;
  background: #3C65F5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s linear;
}
.social a:hover{
  background-color: #ec6f1e;
}
.social {
  display: flex;
  column-gap: 18px;
  margin-top: 26px;
}

/* copyright */
.copyright{
  background: #3C65F5;
  padding:9px 0;
}
.copyright a, .copyright p{
  color:#fff !important;
  font-size: 12px;
  font-weight: 400;
}
.links-static {
  text-align: right;
}
.links-static a{
  position: relative;
  border-right:1px solid #fff;
  padding: 0 11px 0 10px;
}
.links-static a:last-child{
  border-right:none;
  padding: 0 0px 0 10px !important;
}
.modal-content {
  background: #000d83;
}
.float-bubble {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  top: 40%;
  align-items: flex-end;
}

/*  form loader */
.loader {
    display: none;
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    margin-top: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}




/****downloadpdf*****/

.downloadpdfform {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

/* Popup box styles */
.downloadpdfform .popup {
    background: white;
    padding: 0px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    max-width: 630px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    top: 20%;
}
.downloadinner {
    display: flex;
}
.downloadpdfform .popup h2 {
    margin-top: 0;
}
.downloadinner {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.downloadpdfform .popup button {
    padding: 10px 20px;
    background: #000D83;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 4px;
}
.downloadpdfform .popup button:hover {
   background: #ed6f1e !important;
}



/* Close button styles */
.downloadpdfform .close-popup {
    position: absolute;
    top: 1px;
    right: 5px;
    background: #ff5e57 !important;
    color: #fff !important;
    border: none !important;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer !important;
    font-size: 22px;
    line-height: 25px;
    padding: 8px 14px 14px !important;
}
.downloadpdfform .close-popup:hover {
    background: #e04848;
}
.downloadpdfform .popup h2 {
    font-size: 24px;
    color: #000;
    line-height: normal;
    margin-bottom: 14px;
}
.downloadpdfform .popup form#popupForm .form-group input, .downloadpdfform .popup form#popupForm .form-group select {
    width: 100%;
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #adadad;
    font-size: 14px;
    color: #6a6a6a;
}
.downloadpdfform .popup form#popupForm .form-group input:focus, .downloadpdfform .popup form#popupForm .form-group select:focus {
    border: 0px;
    outline: 1px solid #000;
}





@media (min-width: 1500px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1500px;
}
}

@media only screen and (min-width:1200px) and (max-width:1500px){
  .navbar-light .navbar-nav .nav-link {
    padding: 13px 17px;
}
ul.listing-deal {
  width: 91%;
}
.listing-country {
  column-gap: 12px;
}
.future .nav-tabs .nav-link {
  padding: 7px 15px !important;
}
.future .inner-content {
  padding: 15px 10px 28px;
}
.certificate-img {
  width: 26%;
}
span.text-heightlight {
  font-size: 30px;
  padding: 6px 59px;
}
.journey h3 {
  font-size: 27px;
}
.journey .title {
  font-size: 30px;
}
ul.class-listing {
  column-gap: 19px;
}
.class-content {
  padding-top: 32px;
}
.class-img img.position-absolute {
  width: auto;
  height: auto;
  padding: 11px 9px;
}
.gallery-inner {
  height: auto;
}
.ps-md-5 {
  padding-left: 0 !important;
}
.queries  .col-lg-4 {
  width: 38.333333%;
}
footer ul.links li {
  margin-bottom: 22px;
}
footer li a {
  line-height: 31px;
}
.social {
  column-gap: 6px;
}
footer .col-md-2 {
  width: 19.666667%;
}
footer .col-md-3:last-child{
  width: 23%;
}
footer .col-md-3:nth-child(3){
  width: 29%;
  padding-right:10px !important
}
}

@media only screen and (min-width:768px) and (max-width:1025px){
    ul.courses-innerlisting {
    grid-template-columns: repeat(3,1fr) !important;
}
.acrossglobelogo img {
    width: 100%;
}
  .container, .container-lg, .container-md, .container-sm {
    max-width: 1000px;
}
.navbar-light .navbar-nav .nav-link {
  padding: 13px 8px;
}
.testimonial iframe {
    width: 100%;
    margin-top: 30px;
}
.banner h1 {
  font-size: 54px;
}
h6 {
  font-size: 17px;
}
h3 {
  font-size: 22px;
}
h2 {
  font-size: 30px;
  line-height: 41px;
}
ul.listing-deal {
  column-gap: 30px;
  width: 100%;
}
.inner-goal {
  grid-template-columns: 364px 1fr;
  column-gap: 25px;
}
.inner-goal p br{
  display: none;
}
.listing-country li .flag-img {
  width: 100px;
  height: 100px;
}
.listing-country {
  column-gap: 20px;
}
.listing-country li, .listing-country li a {
  font-size: 17px;
}
.future  .col-md-3,.future .col-md-9 {
  width: 100%;
  margin-bottom: 20px;
}
.future .inner-img {
  height: 180px;
}
.future .inner-content {
  padding: 15px 15px 28px;
}
.certificate-img {
  width: 30%;
}
.journey  .col-md-4 {
  width: 38%;
}
.journey .title {
  font-size: 30px;
}
.journey h3 {
  font-size: 25px;
}
span.text-heightlight {
  font-size: 25px;
}
ul.class-listing {
  grid-template-columns: auto;
  row-gap: 54px;
}
.testimonial .col-md-6:last-child{
  width: 100%;
}
.testimonial .col-md-6{
  margin: 0 auto;
}
.gallery-inner {
  height: auto;
}
.queries .col-lg-4 {
  width: 50%;
}
.queries h3 {
  font-size: 30px;
}
footer .col-md-3,footer .col-md-2  {
  width: 50%;
}
.master-title {
  font-size: 35px;
}
}

@media only screen and (min-width:768px) and (max-width:991px){
  .inner-goal {
    grid-template-columns: 240px 1fr;
    column-gap: 15px;
}
img.laveluparrow {
    right: 15.6%;
}
.acrossglobelogo img {
    width: 100%;
}
ul.listing-deal {
  column-gap: 10px;
}
.listing-country li .flag-img {
  width: 80px;
  height: 80px;
}
.left-get li {
  font-size: 14px;
  line-height: 37px;
}
.left-get  ul {
  padding-top: 0;
}
.journey  .col-md-4 {
  width: 48%;
}
.gallery-inner a h6 {
  font-size: 17px;
}
header {
  position: relative;
}
.bg-light {
  background-color: rgb(255 255 255 / 50%) !important;
}
header .navbar-light .navbar-nav .nav-link {
  color: #000 !important;
}
.navbar-light .navbar-nav .nav-link:after {
  margin: 0;
}
.banner h6 {
  line-height: 35px;
}
.get .col-md-5.pt-3 img{
  width:100%;
}
.get  .row{
  align-items: flex-end;
}
}

@media only screen and  (max-width:767px){

section.testimonial iframe {
    width: 100% !important;
    margin-top: 30px;
}
.insta2, .insta3, .insta4{
    display:none;
}
.banner-content h5{
    display:block !important;
    color: #fff;
    text-transform: capitalize;
    line-height: 26px;
    margin-top: -15px;
    font-size:16px;
    animation: color-change 1s infinite;
}
.acrossglobelogo img {
    width: 100%;
}
@keyframes color-change {
  0% { color: #fff; }
  50% { color: orange; }
  100% { color: #fff; }
}
    .banner-content h6{
    display:none;
}
    .future, .master-class {
    background-image: none;
    background-color: #000d83;
}
    ul.courses-innerlisting {
    margin-top: 34px;
}
    .top_bar h6 {
    font-size: 14px;
    display: block  !important;
}
img.arw-size {
    left: 7% !important;
    top: -9px !important;
    width: 36px;
}
 .top_bar a{
     font-size:15px !important;
 }
 .downloadinner-img {
    display: none;
}
.downloadpdfform .popup {
    background: white;
    padding: 20px 20px;
}
    .sticky.bg-light {
    background-color: #ffffff !important;
    padding-top: 15px;
}
    .future, .master-class {
    background-attachment: fixed;
}
    .navbar-brand img{
    width: 194px;
}
    .container{
        padding:0 16px !important;
    }
    section.journey.custom-py .col-md-4.col-sm-12 {
    text-align: center;
}
    .rating-associate h3 {
    margin-bottom: 10px;
    font-size: 20px;
}
section.rating-associate .row {
    row-gap: 15px;
}
    .listing-country li:nth-child(5){
        display:none;
    }
    ul.courses-innerlisting {
    grid-template-columns:repeat(2,1fr) !important;
}
/*    iframe {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    margin-top: 36px;*/
/*}*/
  header {
    position: relative;
  }
  .bg-light {
   background-color: rgb(195 195 195) !important;
  }
  header .navbar-light .navbar-nav .nav-link {
    color: #000 !important;
  }
  .navbar-light .navbar-nav .nav-link:after {
    margin: 0;
  }
  nav.navbar .container {
    padding: 0 14px;
}
.banner h6 {
  line-height: 21px;
  margin-top: -20px;
  font-size: 14px;
}
.banner-content {
  height: 97.39%;
}
.banner h1 {
    font-size: 50px;
    line-height: normal;
    margin-bottom: 0px;
}
.banner h3 {
    color: #FFF;
    line-height: normal;
    margin-top: 6px;
    font-size: 30px;
    margin-bottom: 22px;
}
.banner-content .container {
    padding: 0 14px !important;
}
.listing-country li, .listing-country li a {
  font-size: 13px;
  line-height: 16px;
}
  .listing-country {
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.custom-py {
  padding: 30px 0;
}
.left-get li {
  font-size: 14px;
  line-height: 34px;
  padding-left: 23px;
}
.left-get li:before {
  width: 14px;
  background-size: 13px;
}
.left-get {
    padding: 38px 11px 0;
}
.listing-country li .flag-img {
  width: 80px;
  height: 80px;
}
h6{
  font-size: 16px;
}
.inner-goal {
  grid-template-columns: auto;
  row-gap: 20px;
}
br{
  display: none;
}
h2 {
  font-size: 26px;
  line-height: 38px;
}
ul.listing-deal {
  grid-template-columns: auto;
  width: 100%;
}
.future .listing {
  grid-template-columns: auto;
  row-gap: 30px;
}
div#myTabContent {
  margin-top: 30px;
}
.certificate-img {
  width: 30%;
}
.border-end{
  border:none !important
}
.get .col-md-5 img {
  width: 100%;
}
section.platform-tools  ul {
    display: grid;
    gap: 17px 3px;
    grid-template-columns: auto auto;
}
.journey .title {
  font-size: 27px;
}
.journey h3 {
    font-size: 20px;
    line-height: 20px;
}
span.text-heightlight {
  font-size: 24px;
}
.journey .read-btn {
  margin-bottom: 40px;
}
.mentor-img {
  width: 100px;
  height: 100px;
}
.mentor-img img{
  width: 100%;
}
.mentor-inner h6 {
  font-size: 17px;
}
.master-title {
  font-size: 27px;
}
ul.class-listing {
  grid-template-columns: auto;
  gap: 47px;
}
ul.class-listing  li {
  display: grid;
}
.class-img img.position-absolute {
  right: auto;
  left: 120px;
}
.master-class  .col-md-8{
  margin-top: 20px;
}
.class-content {
  padding-top: 17px;
}
.master-class h6{
  font-size: 16px;
}
.inner-testimonial {
  flex-wrap: wrap;
}
.testimonial-content {
  padding: 36px 17px 55px;
  width: 100%;
}
a.lightbox-link img {
  margin-top: -100%;
}
.gallery-inner {
  height: auto;
}
.queries h3 {
  font-size: 23px;
  margin-bottom:10px !important;
}
.right-query {
  padding: 35px 25px;
  margin-top: 28px;
}
footer .col-md-3, footer .col-md-2{
  margin-bottom:30px;
}
.links-static a {
  padding: 0 5px;
}
.right-query  h5 {
  font-size: 20px;
}
.links-static {
  text-align: left;
}
}

.btn-close {
  opacity: 1;
  background-color: white;
}

@media only screen and (max-width:500px){
.banner .read-btn a {
    font-size: 14px !important;
    padding: 13px 28px !important;
}
.banner-content {
    padding-top: 0;
}
.banner h3 {
    font-size: 18px;
    margin-top: 0px;
}
 .banner-content h5 {
    line-height: normal;
    margin-top: -20px;
    font-size: 12px;
}
.banner h1 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 0px;
    height: 20px;
}
.banner .brush-banner {
    margin-top: 2px;
    width: 100px;
}
img.laveluparrow {
    right: 9.6%;
    width: 18px;
}
.banner h1 {
    margin-bottom: 0px !important;
}
.read-btn.mt-3.mt-md-5 {
    margin-top: 20px !important;
}
    .float-left{
        display:none !important;
    }
    .float-bubble{
        display:none;
    }
.mobile-float {
    background: #000d83;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex !important;
    justify-content: space-around;
    box-shadow: 0px 1px 9px 0px rgba(0,0,0,0.6);
}
.mobile-float a {
    color: #fff !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 3px;
    padding: 9px 20px;
    font-size:14px;
}
.mobile-float a  img{
    width:23px;
}
.copyright {
    background: #3C65F5;
    padding: 9px 0;
    padding: 9px 0 97px;
}
ul.courses-innerlisting {
    grid-template-columns: 1fr !important;
}
}
.mobile-float{
    display:none;
}

/*courses*/
ul.courses-innerlisting {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
}
ul.courses-innerlisting li {
    /*background: #4253fd;*/
    background:#5e66b5;
    border-radius: 5px;
    height: 100%;
    min-height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 0 7px;
    transition:all 0.3s linear;
    text-transform:capitalize;
}
/*ul.courses-innerlisting li:hover {*/
/*    color: #000000;*/
/*    background-color: #fff !important;*/
/*}*/
ul.courses-innerlisting li:nth-child(3n-5) {
    background: #7f49a7;
}
ul.courses-innerlisting li:nth-child(5n-4) {
    background: #8a5bb5;
}
ul.courses-innerlisting li:nth-child(8n-6) {
    background: cadetblue;
}
ul.courses-innerlisting li:nth-child(7n-1) {
    background: #4343c9;
}
ul.courses-innerlisting li:nth-child(3n-3) {
    background: #ab4786;
}
ul.courses-innerlisting li:nth-child(6n-5) {
    background: #72723a;
}
.banner .read-btn a {
    font-size: 19px;
    padding: 16px 41px;
    background-color:#ed6f1e;
}
.banner .read-btn:hover a {
    color:#ed6f1e !important;
    background-color:#fff !important;
}
.get-career {
    text-align: center;
    margin-top: 36px;
}
.get-career h4{
    font-size: 26px;
}
.get-career a {
    background: #ed6f1e;
    color: #fff !important;
    padding: 10px 16px;
    border-radius: 5px !important;
    font-size: 33px;
    tarnsition:all 0.5s linear;
}
.get-career h3:hover a{
    background:#000d83;
}
.float-left {
    position: fixed;
    bottom: 20%;
    left: 26px;
}
.top_bar {
    background: #3c65f5;
    color: #fff;
    text-align: center;
    padding: 10px 0;

}
.top_bar a {
    animation: color-change 1s infinite;
    font-weight: 700;
    font-size: 21px;
    padding-left: 8px;
}
.top_bar h6{
    font-size:16px;
        display:flex;
    justify-content:center;
    align-items:center;
}

@keyframes color-change {
  0% { color: #ed6f1e; }
  50% { color: #fff; }
  100% { color: #ed6f1e; }
}

section.journey .read-btn a ,.testimonial .read-btn a{
    animation: none;
    padding: 11px 25px;
}
img.arw-size {
    position: absolute;
    left: 25%;
    transform: scaleX(-1) scaleY(-1);
    top: -11px;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-30px);
  }
  60% {
    transform: translateX(-15px);
  }
}
.future img.arw-size {
    left: 0;
    margin-right: 25px;
    top: -11px;
}

.get-career img,.queries h3 a img {
    width: 55px;
    margin-top: -10px;
}

.thankyou-img{
    height: 95.5vh;
    width: 100%;
    object-fit: cover;}
