*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
   
}

.container{
    max-width: 1300px !important;
    margin: 0 auto;
    
}

.navbar-nav{
  /* justify-content: center; */
  align-items: baseline;
}

.fl-img li img{
    width:100px;
    height:100px
    ;
}
.navbar-toggler {
  border: 0;
  color: #021832;
  box-shadow: none !important;
}

.navbar-light .navbar-toggler {
    color:#021832 !important;
    border: none !important;
}


.flg-imgs p img{
    height: 60px;
    width: 60px;
}

.sm-tx{
 font-size:16px;   
}

.mail a:hover{
    color: #ffd713;
}

.navbar-nav li{
    margin: 0px 20px;
}


.navbar-collapse{
    justify-content: center;
}

.navbar{
   background-color: white;
   box-shadow: 0 3px 10px rgb(0 0 0 / 70%);
}


.clr-red{
    color: red;
}
.navbar-nav{
  margin-top: 35px;
  }

.nav-item a{
    color: black;
    font-size: 18px;
    font-weight: 500;
}
.active{
    color: red !important;
}

.uk-img img{
    width: 55px !important;
    height: 55px !important;
}

.cn-d a:hover{
    color: #ffd713;
}

txt-w a {
   color: #ffd713; 
}
.nav-link:hover{
    color: red;
}

.bg-blue{
    /* background-color: #021832; */
    border-radius: 20px;
    padding: 20px;

}

.bg-main{
  background: #e5e5e5e5;
}

.pad-20{
  padding: 20px;
}

.services-txt{
    text-align: center;
}

.box{
    border: 1px solid #e5e5e5;
    padding: 10px;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  
}

ol{
  padding-left: 0px !important;
}

ol li{
  text-decoration: none;
  list-style: none;
  
}

.card-head{
    text-align: center;
    font-weight: 600;
    color: #021832;
    font-size: 25px;
    margin-top: 28px;
}

.card-subhead{
    text-align: justify;
    font-weight: 500;
    color: black;
}

.rm-btn{
text-align: center;
}

.rm-btn button{
    padding: 10px 40px;
    max-width: 455px;
    border: none;
    /* border-radius: 50px; */
    font-weight: 600;
    max-width: 455px;
    background: #000000;
    color:white;
}

.about-txt{
    margin-top: 17px;
    color: black;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
}

.about-img{
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.clr-white{
    color: #021832;
    font-weight: 500;
    text-align: justify;
    font-size: 16px;
}

.expa-head{
    text-align: center;
    color: white;
    font-size: 35px;
    font-weight: 500;
    margin-top: 20px;
    padding-top: 20px;

}

.bg{
    background-image: url(img/footer-back-1.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.icons li{
    font-size: 22px;
    color: white;
    list-style: none;
    display: inline-block;
    margin: 0px 30px;
    text-align: center;
}

.w-icon{
 font-size: 60px;
 color: red;
}

.icons{
    padding-top: 45px;
    text-align: center;
}

.icon-txt{
    margin-top: 15px;
}



/* Testotinial start  */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



.testimonial {
  perspective-origin: 50% 50%;
  perspective: 40em;
  background: black;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 400px;
  position: relative;
  counter-reset: bubble 0;
  background: #e5e5e5;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  overflow: hidden;}

  &::after {
    position: absolute;
    pointer-events: none;
    inset: 0;
    content: "";
  }
  .testimonials {
    --rotation: 0deg;
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    align-items: flex-end;
    height: 100%;
    transform: translateY(calc(-50% + 140px))
      translateZ(calc(var(--distance) * -1)) rotateY(var(--rotation));
    transition: transform ease-in-out 1s;
    transform-style: preserve-3d;
  }
  .arrow-left,
  .arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    cursor: pointer;
    color: white;
    z-index: 2;
    padding: 15px 5px 5px 5px;
  }
  .arrow-left {
    left: 0px;
    color: black;
  }
  .arrow-right {
    right: 0px;
  }
  .navigation {
    position: absolute;
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    cursor: pointer;}


    .fa-chevron-left:before {
        content: "\f053";
        color: yellow;
    }
  
    .fa-chevron-right:before {
        content: "\f054";
        color: yellow;
    }
    .nav-dot {
        padding: 8px;
        background: black;
        border: 1px solid yellow;
        border-radius: 50%;
    }
    .focused {
    background-color: #ffd713;
    }


 
.chat-bubble {
  /* padding: 2em;
  width: 400px;
  background-color: white;
  border-radius: 1em;
  position: absolute;
  -webkit-box-reflect: below 0px
    linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  transform: translateX(-50%) rotateY(var(--rotation))
    translateZ(var(--distance));
  transition: filter 1s ease;
  box-shadow: 0 0 10px #0004; */

  padding: 2em;
  width: 400px;
  background-color: rgb(33 37 41);
  border-radius: 1em;
  position: absolute;
  color: white;
  -webkit-box-reflect: below 0px linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  transform: translateX(-50%) rotateY(var(--rotation)) translateZ(var(--distance));
  transition: filter 1s ease 0s;
  box-shadow: rgb(0 0 0 / 27%) 0px 0px 10px;

}

  .person {
    display: grid;
    grid-template: auto auto / auto 1fr;
    grid-column-gap: 0.4em;
    margin-top: 1em;}
    .img {
      grid-row: 1 / -1;
      border-radius: 50%;
      width: 70px;
    }
    .name {
      font-weight: bold;
      align-self: end;
    }
    .role {
      align-self: start;
    }
 

    .test-head{
        margin-bottom: 500px;
        font-size: 45px;
        font-weight: 500;
        z-index: 9999;
        color: red;
       text-transform: uppercase;
        color: #021832;
    }

    .pos-ab{
        position: absolute;
        top: 40%;
        right: 30%;
        color: white;
        font-size: 35px;
        font-weight: 600;
        text-align: justify;
    }

    .pos-ab2{
        position: absolute;
        top: 60%;
        right: 78%;
        color: white;
        font-size: 35px;
        font-weight: 600;
        text-align: justify;
    }

    
    .fo-f input{
width: 100%;
padding: 5px;
margin: 3px 0px;
outline: none;
    }

    .fo-f textarea{
      width: 100%;
      margin: 3px 0px;
      outline: none;
      padding: 5px;
    }

    .frm-head{
      margin-top: 15px;
    /* text-align: center; */
    font-size: 20px;
    /* color: #F8BA31; */
    color: #ffd713;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0rem;
    }

    .f-sub button{
      border: none;
      font-size: 16px;
      padding: 8px 35px;
      color: black;
      font-weight: 600;
      background: #ffd713;
      margin-bottom: 5px;
      text-transform: uppercase;
    }

    .footer-services{
      padding-left: 0px;
    }
    .footer-services li {
      list-style: none;
      margin: 15px 0px;
      color: white;
      text-transform: capitalize;
      
    }

    .footer-services li a{
      text-decoration: none;
      color: white !important;
      font-size: 16px;
    }
    .footer-services li a:hover{
      text-decoration: none;
        color: #ffd713 !important;
    }
    .social-icons{
      padding-left: 0rem;
      margin-top: 12px;
    }
    .social-icons li{
      display: inline-block;
      margin: 0px 30px 0px 0px !important;
      font-size: 18px;
    border: 1px solid white;
    padding: 5px 10px;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;

    }

    .f-16{
      font-size: 16px;
    }

    .social-icons li a i{
      color: white;
    }


    .youtube:hover {
      background-color: red;
  }

  .youtube a i{
    color: white !important;
  }
  
  .twitter:hover {
      background-color: #00acee;
  }
  
  .facebook:hover {
      background-color: #1778F2;
      color: white !important;
  }
  
 
   
  .instagram:hover {
      background-image: radial-gradient(circle at 30% 107%,
              #fdf497 0%, #fdf497 5%,
              #fd5949 45%, #d6249f 60%,
              #285AEB 90%);
      outline-color: #a02d76;
  }
  
  .bg-f{
    background:#25182E;
    background: black;
  }
  
  .footer-services li a{
    color: black;
  }

  .fo-ff{
    text-decoration: none;
    color: white;
    margin-bottom: 10px !important;
  }

  .cn-d{
    margin: 10px 0px;
  }

  .mb-17{
    margin-bottom: 16px;
  }

  .posi-ab{
    position: absolute;
    right: 0;
    top: 0px;
    background-color: #021832;
    color: white;
       /* border-radius: 50px 0px 0px 50px; */
       border-radius: 0px 0px 0PX 50PX;
       width: 1210px;
  }
  .dis{
    display: flex!important;
    justify-content: space-around;
    align-items: center;
    padding: 8px;
  }

  .dis p{
    margin-bottom:0px;
  }

  .mail a{
    color: white;
    text-decoration: none;
  }

  .head-soc{
    margin-bottom: 0px;
  }
  .head-soc li{
    display: inline-block;
    margin-right: 20px; 
    border: 1px solid white;
    border-radius: 50%;
    transition: 0.3s;
    padding: 1px 5px;
  }

  .head-soc li a{
    color: white;
  }


  /* ABout page Css Start  */
 
  .main-vision-txt{
    color: red;
    font-weight: 600;
    font-size: 20px;
    margin-top: 25px;
  }
  .vision-txt{
    text-align: justify;
    /* color: #021832; */
    font-weight: 500;
  }


  /* Contact page  */
  .bg-con{
    background: url(img/contact-2.jpg);
    background-repeat: no-repeat;
    background-size: 116%;
  }



  /* Student Visa  start  */
  .uk-std-bg{
    background: url(img/panoramic-view-big-ben-london-sunset-uk_268835-1401.webp);
    background-repeat: no-repeat;
    height: 500px;
    background-size: 100% 100%;
  }

  .usa-std-bg{
    background: url(img/high-angle-shot-beautiful-cityscape-sunset-new-york-city-usa_181624-42898.webp);
    background-repeat: no-repeat;
    height: 500px;
    background-size: 100% 100%;
  }

  .canada-workpermit-bg{
    background: url(img/2-1.png);
    background-repeat: no-repeat;
    height: 500px;
    background-size: 100% 100%;
  }

  .workpermit-bg{
    background: url(img/work-permit-approved.jpg);
    background-repeat: no-repeat;
    height: 500px;
    background-size: 100% 100%;
  }
 
  .inq-std{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
  }
 

  .stdin{
    color: white;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0px;
  }

  .cont-txt{
    font-size: 100px;
    color: white;
    font-weight: 700;
    margin-bottom: 0px;
  }

  .cont-txt2{
    color: white;
    margin-bottom: 0px;

  }

  .inq-btn button{
    background: red;
    color: white;
    padding: 10px 20px;
    border: none;
    margin-top: 6px;
  }

  .cont-main-txt{
    text-align: justify;
    margin-top: 15px;
  }

  .uk-vis-bg{
    background: url(img/uk-visitor-visa.jpg) rgb(0, 0, 0);
    background-repeat: no-repeat;
    height: 500px;
    background-size: 100% 100%;
    /* background-blend-mode: darken; */
    background: linear-gradient(rgba(29, 38, 113, 0.8), rgba(195, 55, 100, 0.8)), url("img/uk-visitor-visa.jpg"); /* The least supported option. */
 
  }

  .usa-vis-bg{
    background: url(img/usa-visitor-visa-1.jpg);
    background-repeat: no-repeat;
    height: 500px;
    background-size: 100% 100%;
    /* background-blend-mode: darken; */
 
  }
  .canada-vis-bg{
    background: url(img/Canada-Vistior-img.jpg);
    background-repeat: no-repeat;
    height: 500px;
    background-size: 100% 100%;
  }
  
  .Australia-vis-bg{
    background: url(img/Australia-work-img.jpg);
    background-repeat: no-repeat;
    height: 500px;
    background-size: 100% 100%;
  }
  
  .Unitedk-vis-bg{
    background: url(img/Uk-visitor-img.jpg);
    background-repeat: no-repeat;
    height: 500px;
    background-size: 100% 100%;
  }
  
   .Usa-vis-bg{
    background: url(img/Usa-visitor-img.jpg);
    background-repeat: no-repeat;
    height: 500px;
    background-size: 100% 100%;
  }


  .aus-vis-bg{
    background: url(img/australia-student-visa-1536x587.jpg);
    background-repeat: no-repeat;
    height: 500px;
    background-size: 100% 100%;
  }

  .aus-std-bg{
    background: url(img/australia-student-visa-1536x587.jpg);
    background-repeat: no-repeat;
    height: 500px;
    background-size: 100% 100%;
  }

  .canada-std-bg{
    background: url(img/canada-student-visa-1536x587.jpg);
    background-repeat: no-repeat;
    height: 500px;
    background-size: 100% 100%;
  }

 
  .clr-red{
    color: black;
  }

  .vis-sub-txt p{
margin-bottom: 5px;
  }

  .inq-std2{
    display: flex;
    justify-content: center;
    align-items: end;
    min-height: 500px;
}

.abt-img{
  height: 400px !important;
    width: 100%;
    object-fit: cover;
}


/* Dropdown start  */

.menu {
  display: block;
  z-index: 999999;
}
.menu li {
  display: inline-block;
  position: relative;
}
.menu li.dropdown:hover > .submenu {
  display: block;
}
.menu li a {
    color: black;
    font-size: 18px;
    text-decoration: blink;
    font-weight: 500;
}
.menu li a:hover {
  /* background: grey; */
}

.menu .submenu {
  display: none;
}
.submenu {
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 0px;
  list-style-type: none;
  display: block;
  width: 230px;
  z-index: 9;
  transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
}
.submenu li {
  display: block;
  margin-left:31px;
}
.submenu li a {
  display: block;
  background: white;
  color: black;
  padding: 8px 6px;
  margin-bottom: 1px;
}
.menu .submenu > li.dropdown:hover > .submenu {
  display: block;
}


.menu .submenu .submenu {
  position: absolute;
  left: 140px;
  top: 0px;
}

.cont2-txt {
  font-size: 70px;
  color: white;
  font-weight: 700;
  margin-bottom: 0px;
}
.wc-use-txt{
  color: #021832;
  font-size: 20px;
  font-weight: 600;
}

.wc-use{
  padding-left: 0rem;
}

.wc-use li{
  color: #021832;
    font-weight: 500;
    text-align: justify;
    font-size: 16px;
    list-style: none;
    margin: 5px 0px;
   
}

.hrm-btn button{
    border: none;
    background: black;
    color: white;
    padding: 8px 20px;
    font-size: 16px;
}

.text-j{
text-align: justify;
color: black;
font-size: 16px;
font-weight: 500;
}

.sth1{
  color: red;
  margin-top: 10px;
  text-transform: uppercase;
}
.fa-arrow-right{
  color: rgb(255, 0, 0);
}

table, th, td {
  border: 1px solid black !important;
  border-collapse: collapse;
  padding: 5px;
  text-align: start;
  margin-bottom: 25px;
}

.univ-li{
  border: none !important;
}

.univ-li tr th{
  padding: 20px !important;
}


.txt-w a{
  color: white;
  text-decoration: none;
  margin-bottom: 5px;
}

.bg-yew{
  background-color: black;
  color: #ffd713 ; 
}

.mt-48{
    margin-top: 48px;
}

/*Media Query Start */


@media(max-width: 1080px){
   .icons li {
    font-size: 19px;
    color: white;
    list-style: none;
    display: inline-block;
    margin: 0px 30px;
    text-align: center;
}

.w-icon {
    font-size: 50px;
    color: red;
}

.social-icons li {
    display: inline-block;
    margin: 0px 7px 0px 0px !important;
    font-size: 18px;
    border: 1px solid white;
    padding: 6px 14px;
    border-radius: 50%;
    /* margin-right: 10px; */
    transition: 0.3s;
}

.pos-ab {
    position: absolute;
    top: 40%;
   right: 9%;
    color: white;
    font-size: 35px;
    font-weight: 600;
    text-align: justify;
}

.posi-ab{
      display: none !important;
    }

.ali-ic{
    align-items:center;
}
 
 .bg-con {
    background: url(img/contact-2.jpg);
    background-repeat: no-repeat;
    background-size: 143%;
}
    
}

@media(min-device-width: 768px) and (max-device-width: 992px){
    
    .pos-ab {
    position: absolute;
    top: 48%;
    /* right: 9%; */
    left: 28px;
    color: white;
    font-size: 40px;
    font-weight: 600;
    text-align: start;
    width: 100%;
}

.tab-view{
    text-align: center;
    margin-bottom: 30px;
}

.icons{
    padding-left:0px !important;
}

.testimonial {
    height: 60vh;
}

.navbar-nav li {
     margin: 0px;
}

}


@media(min-device-width: 480px) and (max-device-width: 660px){
    
    .pos-ab {
    right: -3%;
    font-size: 24px;
    width: 100%;
    text-align: start;
}

.hrm-btn button {
 
    margin-bottom: 30px;
}
    
}

  @media(max-width: 425px){
    .posi-ab{
      display: none !important;
    }

    .form_wrapper{
      margin-left: 0px !important;
    }

    .bg-con{
      background: url(img/contact-2.jpg);
      background-repeat: no-repeat;
      background-size: 100% 100%;
    }

    .navbar-nav li {
      margin: 0px 0px;
  }
  
  .pos-ab {
    position: absolute;
    top: 40%;
    right: 1%;
    color: white;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.hrm-btn button {
    margin-bottom: 30px;
}

.expa-head {
    font-size: 28px;
    
}
.icons{
 padding-left: 0px !important; 
}

.social-icons li {
    margin: 0px 7px 0px 0px !important;
    padding: 4px 10px;
 
}

.test-head {
    margin-bottom: 337px;
}

.uk-std-bg {
    background: url(img/panoramic-view-big-ben-london-sunset-uk_268835-1401.webp);
    background-repeat: no-repeat;
}

.cont-txt {
    font-size: 48px;
    color: red;
    margin-bottom: 0px;
}

.navbar-nav{
    justify-content:start;
}

.bg-con {
 
     background-size:414%;
}

.cont2-txt {
    font-size: 50px;
    color: #f92020;
   
}

.canada-std-bg {
    background: url(img/canada-student-visa-1536x587.jpg);
}
.aus-std-bg {
    background: url(img/australia-student-visa-1536x587.jpg);
  
}

.inq-std {
    min-height: 439px;
}

.usa-std-bg {
    background: url(img/high-angle-shot-beautiful-cityscape-sunset-new-york-city-usa_181624-42898.webp);
    background-repeat: no-repeat;
    height: auto;
}

.swiper {
    width: 100%;
    height: 75% !important;
}

.mt-48{
    margin-top:5px !important;
}
.testimonial {
    height: 60vh;
   ;
}

.bg {
    background-image: url(img/footer-back-1.jpg);
    background-repeat: no-repeat;
    background-attachment: unset;
    
}

.canada-vis-bg {
  background: url(img/canada-student-visa-1536x587.jpg);
  background-repeat: no-repeat;
}

.sm-tx{
  margin-top: 10px;
}

.pad-20 {
  padding:0px 0px 25px 0px !important;
}

.workpermit-bg {
  background: url(img/work-permit-approved.jpg);
  background-repeat: no-repeat;
  height: 400px;
   background-size: 100% 100%;
}
   
  }
  
  
  
  
  @media (max-width: 375px){
.testimonial {
    height: 75vh;
}

}