@font-face {
  font-family: "DarkerGrotesqueMedium";
  src: url("../fonts/DarkerGrotesqueMedium.eot");
  src: url("../fonts/DarkerGrotesqueMedium.eot") format("embedded-opentype"),
    url("../fonts/DarkerGrotesqueMedium.woff2") format("woff2"),
    url("../fonts/DarkerGrotesqueMedium.woff") format("woff"),
    url("../fonts/DarkerGrotesqueMedium.ttf") format("truetype"),
    url("../fonts/DarkerGrotesqueMedium.svg#DarkerGrotesqueMedium")
      format("svg");
}
@font-face {
  font-family: "DarkerGrotesqueBold";
  src: url("../fonts/DarkerGrotesqueBold.eot");
  src: url("../fonts/DarkerGrotesqueBold.eot") format("embedded-opentype"),
    url("../fonts/DarkerGrotesqueBold.woff2") format("woff2"),
    url("../fonts/DarkerGrotesqueBold.woff") format("woff"),
    url("../fonts/DarkerGrotesqueBold.ttf") format("truetype"),
    url("../fonts/DarkerGrotesqueBold.svg#DarkerGrotesqueBold") format("svg");
}
@font-face {
  font-family: "DarkerGrotesqueSemiBold";
  src: url("../fonts/DarkerGrotesqueSemiBold.eot");
  src: url("../fonts/DarkerGrotesqueSemiBold.eot") format("embedded-opentype"),
    url("../fonts/DarkerGrotesqueSemiBold.woff2") format("woff2"),
    url("../fonts/DarkerGrotesqueSemiBold.woff") format("woff"),
    url("../fonts/DarkerGrotesqueSemiBold.ttf") format("truetype"),
    url("../fonts/DarkerGrotesqueSemiBold.svg#DarkerGrotesqueSemiBold")
      format("svg");
}
@font-face {
  font-family: "DarkerGrotesqueRegular";
  src: url("../fonts/DarkerGrotesqueRegular.eot");
  src: url("../fonts/DarkerGrotesqueRegular.eot") format("embedded-opentype"),
    url("../fonts/DarkerGrotesqueRegular.woff2") format("woff2"),
    url("../fonts/DarkerGrotesqueRegular.woff") format("woff"),
    url("../fonts/DarkerGrotesqueRegular.ttf") format("truetype"),
    url("../fonts/DarkerGrotesqueRegular.svg#DarkerGrotesqueRegular")
      format("svg");
}
@font-face {
  font-family: "InterRegular";
  src: url("../fonts/InterRegular.eot");
  src: url("../fonts/InterRegular.eot") format("embedded-opentype"),
    url("../fonts/InterRegular.woff2") format("woff2"),
    url("../fonts/InterRegular.woff") format("woff"),
    url("../fonts/InterRegular.ttf") format("truetype"),
    url("../fonts/InterRegular.svg#InterRegular") format("svg");
}
:root {
  --dmed: "DarkerGrotesqueMedium";
  --db: "DarkerGrotesqueBold";
  --dsmd: "DarkerGrotesqueSemiBold";
  --dreg: "DarkerGrotesqueRegular";
  --inreg: "InterRegular";
  --maincolor: #ff161f;
  --ani: all 0.5s;
}
/* Lenis */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
/* Lenis */

/* Scrollbar  */

/* Firefox */
* {
  scrollbar-width: none;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 0;
}
/* Back To Top */
.scrollToTopBtn {
  background: #000;
  border: none;
  color: #fff;
  opacity: 0;
  cursor: pointer;
  font-size: 30px;
  line-height: 48px;
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 54px;
  right: 20px;
  z-index: 92;
  opacity: 2;
  transform: translateY(200px);
  transition: all 0.5s ease;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  border-radius: 50%;
}

.scrollToTopBtn img {
  width: 30px;
}
.phone-banner {
        display: none;
       
    }

.showBtn {
  opacity: 1;
  transform: translateY(0);
  opacity: 1;
}
.scrollToTopBtn:hover {
  background-color: var(--maincolor);
}
.scrollToTopBtn:hover i {
  color: #fff;
  top: 5px;
}
.scrollToTopBtn:focus,
.scrollToTopBtn:focus-visible {
  border: none;
  outline: none;
  box-shadow: none;
}
.scrollToTopBtn img {
  width: 20px;
}

body {
  font-family: var(--dmed);
}
section {
  padding: 5% 0;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
p {
  font-family: var(--dmed);
  font-size: 19px;
}
.main-container {
  padding: 0 2%;
}
.sub-container {
  padding: 0 10%;
}
.phone-menu {
  display: none;
}

/* Menu */
.navwrap {
  margin-right: 0;
  overflow: unset;
  overflow-y: auto;
  padding: 8px 0;
  display: flex;
}
.navwrap .nav {
  display: table;
  width: 100%;
  word-spacing: -9em;
  overflow-y: scroll;
  white-space: nowrap;
}
.navwrap .nav li {
  display: inline-block;
  text-align: left;
  word-spacing: normal;
}
.navwrap .nav a {
  display: block;
  padding: 4px 10px;
  background: none;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  font-size: 14px;
  font-weight: normal;
  font-family: var(--dsmd);
}
.bor-line-mob {
  border: 0.20000000298023224px solid rgba(133, 133, 133, 0.2);
  border-radius: 5px;
  margin: 0 3px;
}
.navwrap .nav li > a {
  position: relative;
  transition: 0.5s;
}
.navwrap .nav li a:first-child:not(:last-child) {
  padding-right: 20px;
}
.navwrap .nav ul {
  position: absolute;
  z-index: 104;
  left: -999em;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s, left 0s 0.5s, top 0.5s;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  padding-left: 0;
}
.navwrap .nav li li {
  display: block;
}
.navwrap .nav li > a {
  position: relative;
  transition: 0.5s;
}
.phone-nav {
  display: block;
  position: relative !important;
}
.navwrap .nav li > a:hover {
  background: var(--maincolor);
  color: #fff !important;
  transition: 0.5s;
}
.navwrap .nav li a:first-child:not(:last-child):after {
  content: "";
  position: absolute;
  right: 7px;
  top: 47%;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #000;
}
.navwrap .nav > li > a:first-child:not(:last-child):after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgb(0, 0, 0);
  border-bottom: none;
  margin-top: 0px;
}
.navwrap .nav li:hover,
.navwrap .nav > li > a:hover,
.navwrap .nav li:focus,
.navwrap .nav > li > a:focus {
  z-index: 105;
  color: #fff;
}
.navwrap .nav ul {
  position: absolute;
  z-index: 104;
  left: -999em;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s, left 0s 0.5s, top 0.5s;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  padding-left: 0;
}
.navwrap .nav li:hover > ul {
  left: auto;
  top: auto;
  opacity: 1;
  transition: opacity 0.5s linear, top 0.5s;
}
.navwrap .nav ul ul {
  transition: opacity 0.4s, left 0s 0.4s, margin 0s 0.4s;
  z-index: 103;
}
.navwrap .nav li li:hover ul {
  top: auto;
  margin-left: 100%;
  transform: translateY(-2.2rem);
  opacity: 1;
  transition: opacity 0.5s linear, margin 0.5s;
}
.navwrap::-webkit-scrollbar {
  display: none !important;
}
.serch-box {
  padding: 0;
}
.serch-box .form-control {
  background: #f1f0f5;
  border-radius: 10px;
  border: none;
  padding: 5px 20px;
  box-shadow: none;
}
.serch-box input::placeholder {
  color: #000;
  font-family: var(--dmed);
  font-weight: normal;
  font-size: 17px;
}
.serch-box input {
  font-family: var(--dmed);
  font-size: 17px;
}
.serch-box .form-group {
  margin-bottom: 10px;
  position: relative;
}
.serch-go {
  position: absolute;
  right: 20px;
  top: 3px;
}
.serch-go .btn-primary {
  background: transparent !important;
  border-color: transparent !important;
}
.serch-go button {
  padding: 0;
}
/* Menu */
.drp-div {
  position: relative;
}
.drp-bx {
  position: absolute;
  background: var(--maincolor);
  color: #fff !important;
  transition: var(--ani);
  visibility: hidden;
  opacity: 0;
  top: 64px;
  border-radius: 5px;
}
.drp-bx ul li a {
  color: #fff !important;
  white-space: nowrap;
  margin: 0;
  padding: 5px 20px;
  display: block;
  padding-right: 35px;
}
.drp-bx ul li a::after{
  background-color: transparent !important;
}
.drp-div:hover .drp-bx{
  visibility: visible;
  opacity: 1;
}
.drp-bx ul li {
  padding: 0;
}
.drp-bx ul li a:hover {
 background-color: #00000025 !important;
}
.drp-bx ul li a i{
  font-size: 12px;
}
.drp-nest {
  position: relative;
}
.drp-nest:after{
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 13px;
  font-size: 12px;
  color: #fff;
  bottom: 7px;
}
.drp-nest-bx {
  position: absolute;
  background: var(--maincolor);
  left: 100%;
  top: 0;
  transition: var(--ani);
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
}
.drp-nest:hover .drp-nest-bx{
  opacity: 1;
  visibility: visible;
}


.header-strip {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h-strip-left a {
  text-decoration: none;
  font-family: var(--dsmd);
  font-size: 18px;
  color: #000;
}
.h-strip-left a i {
  color: var(--maincolor);
  margin-right: 10px;
}
.h-strip-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.h-strip-right a {
  color: #000;
  font-size: 18px;
  font-family: var(--dsmd);
  text-decoration: none;
  transition: var(--ani);
}
.h-strip-right a:hover {
  color: var(--maincolor);
}
.h-strip-right .contact--btn {
  background-color: var(--maincolor);
  border-radius: 19px;
  padding: 2px 15px;
  padding-bottom: 4px;
  color: #fff;
  transition: var(--ani);
}
.h-strip-right .contact--btn:hover {
  background-color: #000;
}
.serch-box {
  display: none;
}
/* Banner */
.banner-area {
  position: relative;
}
header .nav {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  padding: 10px 2%;
  width: 100%;
  position: absolute;
  z-index: 50;
  transition: var(--ani);
  background-color: transparent;
}
.smaller .nav {
  position: fixed;
  top: 0;
  background-color: #fff;
  box-shadow: 0px 5px 10px #0000001a;
}
.smaller .nav .mainlogo a img {
  width: 195px;
}
.smaller .nav .nav-linkss ul li a {
  color: var(--maincolor);
}
.smaller .nav .nav-linkss ul li .headerRightmainAll .toggle {
  padding: 4px 24px;
}
.mainlogo a img {
  width: 300px;
  transition: var(--ani);
}
.mainlogo {
  width: 30%;
}
.nav-linkss ul {
  padding-left: 0;
  margin-bottom: 0;
  float: right;
}
.nav-linkss ul li {
  list-style: none;
}
.nav-linkss ul li a {
  color: #ffffff;
  font-family: var(--dsmd);
  text-decoration: none;
  position: relative;
  font-size: 18px;
  transition: var(--ani);
}
.nav-linkss ul li a:hover {
  color: var(--maincolor);
}
.nav-linkss ul li a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 20%;
  height: 2px;
  background-color: transparent;
  transition: var(--ani);
}
.nav-linkss ul li .headerRightmainAll .toggle {
  background: #000;
  padding: 10px 25px;
  border-radius: 30px;
  cursor: pointer;
}
.nav-linkss ul li .headerRightmainAll .toggle:after {
  background-color: transparent;
}
.nav-linkss ul li a:hover:after {
  width: 100%;
  background-color: var(--maincolor);
}
.nav-ul .desk-navli {
  display: inline;
}
.desk-navli .headerRightmainAll {
  display: inline;
}
.headerRightmainAll ul li {
  padding: 0;
}
.desk-navli a {
  position: relative;
}
.mega-drp {
  position: absolute;
  width: 100%;
  background-color: #000;
  top: 40px;
  padding: 30px;
  display: block;
}
.mega-box {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  /* opacity: 0; */
  z-index: 99;
  /* visibility: hidden; */
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, 5%);
  padding: 0.5em 1000em;
  margin: 0 -1015em;
  background-color: #242526;
  white-space: nowrap;
}
.mega-box .content .row {
  width: calc(25% - 30px);
  line-height: 30px;
}
.content .row header {
  color: #e5002b;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins";
}
.content .row header {
  color: #e5002b;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins";
}

.nav-linkss li:hover .drop-menu,
.nav-linkss li:hover .mega-box {
  visibility: visible;
}
.mega-box {
  visibility: hidden;
}
nav {
  width: 100%;
}

nav .wrapper {
  position: relative;
  max-width: 1000px;
  padding: 0px 30px;
  height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapper .logo a {
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}

.wrapper .nav-links {
  display: inline-flex;
  margin-bottom: 0;
  padding-left: 0;
}

.nav-linkss li {
  list-style: none;
  padding: 8px 1px;
  padding-bottom: 30px;
  padding-top: 20px;
}

.nav-linkss li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
  margin: 0px 20px;
  border-radius: 0px;
  transition: all 0.3s ease;

  position: relative;
}

.nav-linkss li a:hover {
  background: transparent;
  color: #fff;
}

.hvr-underline-from-center::before {
  content: "";
  position: absolute;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #ca252b;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  bottom: -10px;
}

.hvr-underline-from-center:hover::before,
.hvr-underline-from-center:focus::before,
.hvr-underline-from-center:active::before {
  left: 0;
  right: 0;
}

.mega-links li a:hover::before {
  display: none !important;
}

.nav-links .mobile-item {
  display: none;
}

.nav-linkss .drop-menu {
  position: absolute;
  background: #242526;
  width: 180px;
  line-height: 45px;
  top: 35px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-linkss li:hover .drop-menu,
.nav-linkss li:hover .mega-box {
  transition: all 0.3s ease;
  top: 30px;
  opacity: 1;
  visibility: visible;
}

.drop-menu li a {
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}

.custom-navbar {
  overflow: hidden;
}

.mega-box {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, 5%);
  padding: 0.5em 1000em;
  margin: 0 -1015em;
  background-color: #242526;
}

.mega-box .content {
  background: #242526;
  padding: 15px 40px;
  display: flex;
  width: 1150px;
  justify-content: space-between;
}

.mega-box .content .row {
  width: calc(25% - 30px);
  line-height: 30px;
}

.content .row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .row header {
  color: #e5002b;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins";
}

.content .row .mega-links {
  margin-left: -26px;
  border-left: 1px solid rgb(200, 194, 194);
}

.row .mega-links li {
  padding: 0 0px;
}

.row .mega-links li a {
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9 !important;
  font-size: 19px;
  display: block;
}
.row .mega-links li a::after {
  background: transparent !important;
}
.row .mega-links li a:hover {
  color: #f2f2f2 !important;
  padding-left: 25px;
}

.wrapper .btn {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}

/* Style for the prev and next buttons */
#prev {
  display: inline-block;
  padding: 5px 10px;
  background-color: transparent;
  color: #c7c7c7;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  position: absolute;
  left: 0px;
  top: 13px;
}

#next {
  display: inline-block;
  padding: 5px 10px;
  background-color: transparent;
  color: #c7c7c7;
  border: none;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 17px;
}

#prev:hover,
#next:hover {
  background-color: transparent;
}

.navbar {
  max-width: 100%;
  margin: auto;

  white-space: nowrap;
  margin-right: 10px;
}
.megafirstborder {
  border-left: none !important;
}

/* nav prev next end */

.content .row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-linkss {
  display: inline-flex;
  margin-bottom: 0;
  padding-left: 0;
}

header .nav .nav-linkss {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 70%;
}

.nav-dropdown {
  position: relative;
}
.dropdown-bx {
  position: absolute;
  background-color: var(--maincolor);
  visibility: hidden;
  opacity: 0;
  transition: var(--ani);
}
.dropdown-bx a {
  text-wrap: nowrap;
  display: block;
  font-size: 13px;
  color: #fff;
  padding: 12px 25px;
  border-bottom: 1px solid #5e8bc5;
  transition: var(--ani);
}
.dropdown-bx a:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.nav-dropdown:hover .dropdown-bx {
  visibility: visible;
  opacity: 1;
}
.dropdown-bx a:hover {
  background-color: #033f8d;
}
.banner-text {
  position: absolute;
  z-index: 10;
  bottom: 80px;
  left: 3%;
}
.ilts-bx {
  display: flex;
  align-items: center;
  justify-content: safe;
  gap: 20px;
  padding-left: 0;
}
.ilts-bx li {
  list-style: none;
}
.ilts-bx a {
  font-family: var(--dsmd);
  color: #fff !important;
  font-size: 20px;
  padding: 3px 10px;
  padding-bottom: 7px;
  user-select: none;
  cursor: pointer;
  border-radius: 5px;
}

.ilts-bx a:hover {
  color: var(--maincolor) !important;
  color: #fff !important;
}
.banner-text h1 {
  color: #fff;
  font-family: var(--db);
  font-size: 85px;
}
.banner-text h2 {
  color: #fff;
  font-size: 45px;
  max-width: 523px;
  margin-bottom: 20px;
}
.banner-text .tab-content a {
  color: var(--maincolor);
  font-family: var(--dsmd);
  font-size: 20px;
  margin-bottom: 0;
  padding: 3px 15px;
  padding-bottom: 8px;
  background-color: #fff;
  transition: var(--ani);
}
.banner-text a:hover {
  background-color: var(--maincolor);
  color: #fff;
}
.visa-main {
  position: relative;
  z-index: 11;
  top: -40px;
}
.visa-bx {
  background-color: #fff;
  box-shadow: 3px 3px 3px #0000001a;
  border: 0.5px solid #7070703e;
  border-radius: 13px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 5px 10px;
  height: 88px;
  transition: var(--ani);
}
.visa-bx a{
  width: 100%;
}
.visa-bx a span {
  font-size: 19px;
  font-family: var(--dsmd);
  line-height: 22px;
  color: #000;
}
.visa-bx:hover a span{
  color: #fff;
}
.visa-bx:hover {
  color: #fff;
  background-color: var(--maincolor);
}
.visa-bx .visa-wt {
  display: none;
  transition: var(--ani);
}
.visa-bx:hover .visa-wt {
  display: inline;
  transition: var(--ani);
}
.visa-bx:hover .visa-icon {
  display: none;
  transition: var(--ani);
}

.owl-banner .owl-nav {
  position: relative;
  z-index: 99;
  top: -50px;
}

/* About */
.about-main {
  padding-top: 2%;
}
.abt-main-bx {
  box-shadow: 3px 3px 3px #0000001a;
  border-radius: 13px;
  background-color: #e7e7e7;
  padding: 50px;
}
.about-right-col {
  display: flex;
  align-items: center;
}
.main-text {
  font-family: var(--dsmd);
  font-size: 45px;
}
.about-right-content h3 .about-block {
  display: block;
  font-family: var(--dreg);
  color: #000;
}
.about-right-content h3 {
  color: var(--maincolor);
}
.about-right-content h3 span.cursor {
  display: inline-block;
  background-color: #000000;
  margin-left: 0.1rem;
  width: 2px;
  animation: blink 1s infinite;
}
.about-right-content h3 span.cursor.typing {
  animation: none;
}
@keyframes blink {
  0% {
    background-color: #000000;
  }
  49% {
    background-color: #000000;
  }
  50% {
    background-color: transparent;
  }
  99% {
    background-color: transparent;
  }
  100% {
    background-color: #000000;
  }
}
.main-btn {
  color: #fff;
  background-color: var(--maincolor);
  transition: var(--ani);
  font-size: 19px;
  font-family: var(--dsmd);
  padding: 3px 20px;
  padding-bottom: 8px;
  border-radius: 30px;
  display: inline-block;
  margin-top: 10px;
}
.main-btn:hover {
  background-color: #000;
}

/* Countries */
.countries-main {
  background-image: url("../images/countries-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.countries-main h3 {
  font-family: var(--dreg);
  color: #fff;
  line-height: 48px;
  margin-bottom: 0;
}
.countries-main h3 span {
  display: block;
}
.country-list {
  padding-top: 5%;
}
.fold {
  padding: 30px;
  background: linear-gradient(
        to left bottom,
        transparent 50%,
        rgb(243, 15, 15) 0
      )
      no-repeat 100% 0 / 3em 3em,
    linear-gradient(-135deg, transparent 2.2em, rgb(255, 255, 255) 0);
  transition: var(--ani);
}

.fold img {
  width: 65px;
}
.fold h4 {
  color: var(--maincolor);
  font-size: 30px;
  margin: 10px 0;
}
.fold p {
  margin-bottom: 0;
  min-height:225px;
}
.fold a {
  color: #ffffff;
  font-size: 18px;
  transition: var(--ani);
}
.fold:hover a {
  color: var(--maincolor);
  transition: var(--ani);
}
/* Services */
.second-text {
  color: var(--maincolor);
  font-size: 21px;
  margin-bottom: 0;
  font-family: var(--dsmd);
}
.service-accordian .accordion-button {
  background-color: transparent !important;
  border: none;
  font-family: var(--dsmd);
  font-size: 22px;
  color: #000;
}

.service-accordian .accordion-button.collapsed:after {
  background-image: none;
  background-color: var(--maincolor);
  color: #fff;
  content: "+";
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: unset;
  padding-bottom: 9px;
}
.service-accordian .accordion-button:after {
  content: "-";
  background-image: none;
  background-color: var(--maincolor);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: unset;
  padding-bottom: 9px;
  color: #fff;
  font-size: 30px;
}
.service-accordian .accordion-item {
  border: none;
  background-color: #e7e7e7;
  margin-bottom: 20px;
  border-radius: 13px;
}
.service-accordian .accordion-body {
  border-top: none;
  padding-top: 0;
}
.service-accordian .accordion-body p {
  margin-bottom: 0;
}
.service-accordian {
  padding-top: 40px;
}
.desk-serv {
  position: relative;
  width: 100%;
  height: 525px;
  padding-top: 25px;
}
.mob-serv {
  display: none !important;
}
.mob-serv {
  display: block;
}
.mob-serv img {
  margin: auto;
  display: block;
  width: 70%;
}
.serv-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  z-index: 10;
}
.serv-round {
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.serv-round img {
  width: 92%;
  animation: rotate 10s linear infinite;
  z-index: 11;
}
.serv-4 {
  position: absolute;
  width: 25%;
  left: 10%;
  animation: float 5s ease-in-out infinite;
}
.serv-2 {
  position: absolute;
  right: 10%;
  width: 35%;
  animation: float 7s ease-in-out infinite;
}
.serv-3 {
  position: absolute;
  bottom: 3%;
  right: 10%;
  z-index: 8;
  width: 30%;
  animation: float 7s ease-in-out infinite;
}
.serv-5 {
  position: absolute;
  left: 20%;
  bottom: 18%;
  width: 20%;
  animation: float 7s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
/* Study */
.study-main {
  padding: 0;
}
.study-bg {
  background-image: url("../images/study-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10% 0;
  box-shadow: 3px 3px 9px #0000006b;
  border-radius: 13px;
  margin-bottom: 3px;
}
.study-contents h4 {
  font-size: 35px;
  font-family: var(--dsmd);
  margin-bottom: 0;
}
.study-contents h3 {
  font-size: 100px;
  font-family: var(--db);
  margin-top: -20px;
  color: var(--maincolor);
}
.study-contents p {
  font-size: 22px;
  width: 500px;
}

/* News & Blogs */
.news-main h3 span {
  color: var(--maincolor);
  display: block;
}
.owl-news {
  padding-top: 30px;
}
.news-bx {
  margin: 10px;
}
.news-bx .news-a {
  padding: 20px;
  color: #000;
  width: 100%;
  height: 100%;
  display: block;
  box-shadow: 0px 3px 6px #00000066;
  background-color: #fff;
  transition: var(--ani);
}
.news-bx p {
  font-family: var(--dsmd);
  font-size: 20px;
  line-height: 21px;
  margin: 20px 0;
}
.news-bx .news-a:hover span {
  background-color: #595571;
}
.news-bx .news-a:hover {
  background-color: #00000015;
}
.news-a img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
/* Immigration */
.immigration-main {
  padding-top: 0;
}
.immigr-bx {
  box-shadow: 3px 3px 3px #0000001a;
  border-radius: 35px;
  background-color: #f5f5f5;
  padding: 40px;
  overflow: hidden;
}
.ringss {
  margin: auto;
  display: block;
  animation: rotate 10s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.desk-immi-rounds {
  display: block;
}
.mob-immi-rounds {
  display: none;
}
.imm-colss {
  position: relative;
}
.ring-content {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 49%;
  transform: translate(-50%, -50%);
  width: 185px;
}
.ring-content h4 {
  font-family: var(--dsmd);
  font-size: 20px;
}
.ring-content p {
  font-family: var(--dmed);
  font-size: 18px;
  margin-bottom: 0;
}

.ring-content a {
  color: var(--maincolor);
  font-size: 12px;
  font-size: var(--dmed);
}

.immigr-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.immigr-right h3 span {
  display: block;
  margin-bottom: 20px;
}

/* Testimonial */
.testi-main {
  padding: 0;
}
.testi-head {
  text-align: center;
  padding-bottom: 5%;
}
.testi-bx {
  padding: 30px;
  height: 330px;
  background-color: #2172b950;
}
.scnd-bg {
  background-color: #ee383832;
}
.thrd-bg {
  background-color: #ffc5333f;
}
.testi-bx p {
  font-size: 19px;
  font-family: var(--dmed);
  line-height: 28px;
}
.testi-bx h6 {
  margin-top: 15px;
  font-family: var(--dsmd);
  font-size: 25px;
  color: #000;
  line-height: 8px;
}
.testi-bx span {
  font-family: var(--dsmd);
  font-size: 19px;
}

/* Faq  */
.faq-main {
  padding-top: 0;
  overflow: hidden;
}
.faq-pad {
  background: #e7e7e7;
  border-radius: 35px;
  padding: 30px;
  
}

.faq-left div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.faq-left div:nth-child(1) {
  justify-content: space-between;
  align-items: baseline;
}
.faq-left div:nth-child(2) {
  margin-top: 20px;
}
.faq-left p {
  font-size: 30px;
  font-family: var(--dsmd);
  line-height: 32px;
}
.faq-left i {
  font-size: 27px;
  transform: rotate(35deg);
}
.faq-left span {
  font-family: var(--dsmd);
  font-size: 23px;
  line-height: 26px;
}
.faq-right .nav {
  width: auto;
  position: inherit !important;
  padding: 0;
  justify-content: initial !important;
  gap: 15px;
}
.faq-right .nav-link {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 31px;
  background-color: #b3b3b3;
  color: #000;
  padding: 5px 25px;
  font-family: var(--dsmd);
  font-size: 18px;
}
.faq-right .nav-link.active {
  background-color: var(--maincolor);
}
.faq-content {
  padding-top: 30px;
}
.faq-content .accordion-item {
  background-color: transparent;
  border-bottom: 1px solid #d0d0d0;
}
.faq-content .accordion-button {
  background-color: transparent;
  font-family: var(--dsmd);
  font-size: 22px;
  padding-left: 0;
  padding-right: 0;
}
.faq-content .accordion-body {
  padding: 0;
  padding-top: 10px;
}
.faq-content .accordion-button.collapsed::after {
  content: "\f062";
  font-family: FontAwesome;
  background-image: none;
  transform: rotate(30deg);
  font-size: 18px;
  color: #000;
}
.faq-content .accordion-button::after {
  content: "\f062";
  font-family: FontAwesome;
  transform: rotate(130deg);
  background-image: none;
  font-size: 18px;
  color: #033f8d;
}
.faq-left-img {
  height: 311px;
  object-fit: cover;
}

/* Footer */
footer {
  background-image: url("../images/countries-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5% 0;
}
.footer-links ul {
  padding-left: 0;
}
.footer-links ul li {
  list-style: none;
}
.footer-links ul li a {
  color: #fff;
  font-family: var(--dsmd);
  font-size: 19px;
  transition: var(--ani);
  padding-left: 0;
}
.footer-links ul li a:hover {
  color: var(--maincolor);
  padding-left: 2px;
}
.nws-lter {
  text-align: center;
  color: #fff;
  font-family: var(--dsmd);
  float: right;
}
.nws-lter h4 {
  color: var(--maincolor);
}
.nws-lter p {
  width: 510px;
}
.nws-inpt {
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
}
.nws-inpt input {
  width: 95%;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  color: #fff;
  font-size: 19px;
}
.nws-inpt input::placeholder {
  color: #fff;
  font-family: var(--dsmd);
  font-size: 17px;
}
.nws-inpt a {
  color: #fff;
}
footer hr {
  color: #fff;
  margin: 4% 0;
}
.f-bottom-left {
  color: #fff;
}
.f-bottom-left p {
  font-family: var(--dmed);
  font-size: 22px;
}
.f-bottom-left ul {
  padding-left: 16px;
}
.f-bottom-left ul li {
  font-family: var(--dsmd);
  font-size: 18px;
}
.f-bottom-right p {
  color: #fff;
  font-family: var(--dsmd);
  font-size: 18px;
  padding-top: 14%;
  padding-left: 130px;
  margin-bottom: 0;
}
.f-bttom-right-col {
  display: flex;
  justify-content: end;
}
.ftr-strip {
  background-color: var(--maincolor);
  padding: 10px;
  margin-top: -2px;
  color: #fff;
  font-family: var(--dreg);
}
.ftr-strip a {
  color: #fff;
  font-size: 20px;
}
.footer-media {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.footer-media a {
  font-size: 18px;
}
.f-policy {
  text-align: right;
  font-size: 19px;
}
.f-policy p {
  margin-bottom: 0;
}
.f-policy p span {
  margin: 0 20px;
}
.footer-nav {
  display: none;
}

/* -------- About us -------- */
.abt-banner {
  background-color: #af3236;
}
.abt-banner .nav {
  border-top: 1px solid #dcdcdc;
}
/* .abt-banner .nav-linkss ul li a {
  color: #000;
} */
.abt-banner .nav-linkss ul li .headerRightmainAll .toggle {
  color: #fff;
}
.hd-strp-bg {
  background-color: #fff;
}
.about--bxs {
  background-color: #fff;
}
.about--right-cnt {
  box-shadow: 0 0 10px #acacac;
  border-radius: 30px;
  overflow: hidden;
  padding: 30px;
  height: 100%;
}
.about--right-cnt a {
  cursor: pointer;
  color: var(--maincolor);
  font-size: 18px;
  font-family: var(--dmed);
}
.abt-lft-img {
  border-radius: 30px;
  height: 100%;
  object-fit: cover;
}
.abt-right-cnt h3 {
  color: var(--maincolor);
  font-family: var(--dsmd);
  font-size: 23px;
}
.abt-right-cnt p {
  font-size: 20px;
  margin-bottom: 5px;
}
.why-sub {
  background-image: url("../images/university-bg.jpeg");
  background-repeat: repeat;
  background-size: cover;
}
.why-sub h3 {
  text-align: center;
  color: #fff;
  margin-bottom: 5%;
}
.why--bxs {
  background-color: #fff;
  box-shadow: 0 0 10px #000;
  border-radius: 13px;
  padding: 30px;
  text-align: center;
  transition: var(--ani);
}
.why--bxs .why-i {
  border-radius: 50%;
  font-size: 35px;
  display: inline-block;
  color: var(--maincolor);
  transition: var(--ani);
}
.why--bxs h4 {
  margin-top: 20px;
  font-family: var(--dsmd);
}
.who-we-sub {
  background-color: #ececec;
}
.who-para {
  box-shadow: 0 0 8px #c6c6c6;
  padding: 20px;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
}
.who-para p {
  font-size: 21px;
  margin-bottom: 2px;
}
.who-para a {
  cursor: pointer;
  color: var(--maincolor);
  font-size: 18px;
  font-family: var(--dmed);
}
.why--bxs:hover .why-i {
  color: #000;
}
.abt-faq .nav {
  justify-content: center !important;
}
.abt-faq .faq-content p {
  font-size: 21px;
}

.who-img {
  border-radius: 12px;
  height: 100%;
  object-fit: cover;
}
.expt-sub {
  background-image: url("../images/expert-bg.jpg");
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 0;
  text-align: center;
  color: #fff;
}
.exprt-bgoverlay {
  background-color: #000000ac;
  padding: 5% 0;
}
.expt-sub h2 {
  font-size: 45px;
  font-family: var(--db);
  color: #fff;
}
.expt-sub a {
  color: #fff;
  background-color: var(--maincolor);
  padding: 5px 30px;
  padding-bottom: 8px;
  margin-top: 20px;
  display: inline-block;
  transition: var(--ani);
}
.expt-sub a:hover {
  background-color: #000;
}
.mv-bx {
  text-align: center;
  box-shadow: 0 0 25px #707070;
  padding: 20px;
  border-radius: 10px;
  transition: var(--ani);
  color: #fff;
  background-color: var(--maincolor);
  min-height: 320px;
}
.mv-bx i {
  font-size: 30px;
  transition: var(--ani);
  color: #fff;
}

/* -------- Contact us -------- */
.cntct-map {
  padding-bottom: 0;
}
.cntct--bx {
  background-color: #dedede;
  padding: 60px;
  margin-top: 0;
  border-radius: 12px;
}
.ctct-left-cnt h3 {
  margin-top: 20px;
  font-size: 60px;
}
.ctct-left-cnt h3 span {
  display: block;
}
.ctct-left-cnt p {
  margin-bottom: 0;
  font-size: 23px;
}
.ctct-right-form input {
  margin-bottom: 30px;
}
.ctct-right-form input,
.ctct-right-form textarea {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: none;
  outline: none;
  font-size: 19px;
}
.ctct-right-form input::placeholder,
.ctct-right-form textarea::placeholder {
  color: #000;
  opacity: 1;
}
/* .cntct--bx form,
.ctct-right-form,
.ctct-right-form .row {
  height: 100%;
} */
.ctct-right-form textarea {
  resize: none;
  height: 130px;
}
.form-btn a {
  background-color: var(--maincolor);
  font-size: 19px;
  font-family: var(--dsmd);
  text-align: center;
  padding: 5px 30px;
  display: inline-block;
  border-radius: 12px;
  color: #fff;
  margin-top: 20px;
  transition: var(--ani);
}
.form-btn a:hover {
  background-color: #000;
}
.cnct--bxs {
  padding: 20px;
  background-color: #ffff;
  border-radius: 20px;
  height: 400px;
  box-shadow: 0 0 10px #e5e5e5;
  margin-bottom: 5px;
}
.cnct--bxs iframe {
  border-radius: 20px;
}
.contact-bx-links {
  padding-top: 5%;
}
.contact-bx-links a {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  color: #000;
}
.contact-bx-links a i {
  color: var(--maincolor);
  margin-right: 15px;
}
.cntct-sub-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* -------- Listing -------- */
.study-sub {
  background-color: #af3236;
}
.filter-bg {
  background-image: url("../images/study-bg.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  margin-top: 5%;
}
.fltr-fade {
  background: linear-gradient(45deg, #000, transparent);
  border-radius: 20px;
  padding: 30px;
  color: #fff;
}
.fltr-fade h3 {
  margin-bottom: 30px;
}
.flter-inbx {
  display: flex;
  width: 550px;
  background-color: #fff;
  padding: 10px;
  border-radius: 20px;
  align-items: center;
  gap: 10px;
}
.flter-inbx i {
  color: #000;
}
.flter-inbx input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 19px;
}
.search-fltr a {
  color: #fff;
  background-color: var(--maincolor);
  padding: 5px 20px;
  padding-bottom: 7px;
  border-radius: 20px;
  transition: var(--ani);
}
.search-fltr a:hover {
  background-color: #000;
}
.our-crses h3 {
  margin-bottom: 3%;
}
.crs--bx img {
  border-radius: 20px 20px 0 0;
}
.crs--bx h4 {
  font-family: var(--dsmd);
  font-size: 28px;
  margin: 10px 0;
  margin-bottom: 15px;
  color: #000;
}
.crs--bx a {
  color: #fff;
  background-color: var(--maincolor);
  padding: 4px 20px;
  border-radius: 12px;
  padding-bottom: 6px;
  transition: var(--ani);
}
.crs--bx a:hover {
  background-color: #000;
}
.crs--bx {
  border-radius: 20px;
  background-color: #dbdbdb;
  padding: 10px;
  padding-bottom: 15px;
}

.study-list-sub {
  background-image: url("../images/listing-banner.jpeg");
}
.study-list-sub h1 {
  color: #ffff;
  font-size: 55px;
  font-family: var(--db);
  margin-top: 5%;
  margin-bottom: 0;
}
.s-catagories {
  display: none;
}
.sdty-left {
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 10px #d8d8d8;
  height: 100%;
}
.sdty-left ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.sdty-left ul li {
  list-style: none;
}
.sdty-left ul li a {
  font-size: 21px;
  color: #000;
  font-family: var(--dsmd);
  padding-bottom: 10px;
  display: inline-block;
  padding-left: 0;
  transition: var(--ani);
}
.stdy--tab {
  display: none;
}
.sdty-left ul li a:hover {
  color: var(--maincolor);
  padding-left: 5px;
}
.sub-stdy {
  padding-left: 20px;
  margin: 10px 0;
  border-left: 1px solid var(--maincolor);
}
.sub-stdy .nav-link {
  font-family: var(--dmed);
  font-size: 18px;
}
.sub-stdy .nav-link.active {
  color: var(--maincolor);
}
.sub-stdy li:last-child a {
  padding-bottom: 0;
}
.sdty-left ul li:last-child a {
  padding-bottom: 0;
}
.sdty-right {
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 10px #d8d8d8;
}
.cntry-img {
  border-radius: 20px;

  object-fit: cover;
  margin-bottom: 20px;
}
.more-stdy-cntent p {
  padding-top: 20px;
  font-size: 20px;
  margin-bottom: 0;
}
.abt-tab-sub {
  padding-bottom: 0;
}
.brands h3 {
  text-align: center;
  margin-bottom: 5%;
}
.steps-sec {
  padding-top: 0;
}
.steps-sec h3 {
  margin-bottom: 3%;
}
.steps-acc .accordion-button {
  background-color: transparent !important;
  outline: none !important;
  border: none !important;
  font-size: 23px;
  font-family: var(--db);
  color: #000 !important;
}
.steps-acc button:focus:not(:focus-visible) {
  outline: 0 !important;
}
.steps-acc .accordion-button:not(.collapsed),
.steps-acc .accordion-button:focus {
  box-shadow: none;
  outline: 0 !important;
}
.steps-acc .accordion-item {
  margin-bottom: 20px;
  border-radius: 20px;
  border: 1px solid #000;
  background-color: #f3f3f3;
}
.steps-acc .accordion-body {
  font-size: 20px;
  padding-top: 0;
}
.steps-acc .accordion-button::after {
  background-image: none;
  content: "\f061";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--maincolor);
  color: #fff;
  border-radius: 50%;
  transform: rotate(30deg);
}
.steps-acc .accordion-button:not(.collapsed)::after {
  transform: rotate(-33deg);
}
.enq-frm input {
  width: 100%;
  padding: 15px;
  border-radius: 16px;
  border: none;
  background-color: #ececec;
  margin-bottom: 20px;
  outline: none;
}

.enq-sub {
  padding-top: 5px;
}
.enq-frm textarea {
  width: 100%;
  padding: 15px;
  border-radius: 16px;
  outline: none;
  border: none;
  background-color: #ececec;
  resize: none;
}
.enq-frm a {
  display: inline-block;
  margin-top: 20px;
  padding: 5px 50px;
  background-color: var(--maincolor);
  border-radius: 20px;
  color: #fff;
  font-family: var(--dsmd);
  transition: var(--ani);
}
.enq-frm a:hover {
  background-color: #000;
}
.enq-bx {
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 0 10px #0000004a;
}
.enq-right h4 {
  margin-bottom: 30px;
}
.enq-img {
  border-radius: 20px;
}
.f-bottom-right {
  color: #fff;
}
/* Responsive */

@media (max-width: 1366.5px) {
  .why--bxs {
    height: 230px;
  }
}

@media (max-width: 991.5px) {
  .od-1 {
    order: 1;
  }
  .od-2 {
    order: 2;
  }
  .serv-mob {
    display: block;
  }
  .serv-desk {
    display: none;
  }
  .serv-mob .accordion-button {
    font-size: 19px;
    padding: 11px;
  }
  .footer-nav {
    display: block;
  }
  .header-strip {
    display: none;
  }
  .nws-lter p {
    width: auto;
  }
  header .nav {
    display: none;
  }
  .serch-box {
    display: block;
  }
  .phone-menu {
    display: flex;
  }
  .mob-serv {
    display: block !important;
  }
  .phone-menu .headerRightmainAll {
    padding-top: 13px;
    width: 22px;
  }
  .phone-menu .toggle i {
    color: #000;
    font-size: 20px;
  }
  .desk-navli {
    display: none;
  }
  .owl-banner .item img {
    height: 530px;
  }
  .banner-section {
    padding: 0 2%;
  }
  .owl-banner .item img {
    border-radius: 12px;
  }
  .banner-text h1 {
    font-size: 43px;
  }
  .banner-text h2 {
    max-width: 100%;
    font-size: 22px;
  }
  .ilts-bx span {
    font-size: 16px;
  }
  .banner-text {
    bottom: 80px;
    padding-left: 3px;
  }
  .banner-text a {
    font-size: 14px;
  }
  .visa-bx {
    margin-bottom: 20px;
  }
  .visa-main {
    top: 10px;
  }
  .sub-container {
    padding: 0 3%;
  }
  .visa-main {
    margin-top: 20px;
  }
  .abt-main-bx {
    padding: 30px;
  }
  .abt-left {
    margin: auto;
    display: block;
    margin-bottom: 5%;
  }
  .about-right-content h3 .about-block {
    font-size: 30px;
  }
  .about-right-content h3 {
    font-size: 28px;
  }
  .countries-main h3 {
    line-height: 40px;
  }
  .main-text {
    font-size: 33px;
  }
  .desk-serv {
    display: none;
  }
  .serv-1 {
    position: relative;
  }
  section {
    padding: 3% 0;
  }
  .service-accordian,
  .country-list {
    padding-top: 3%;
  }
  .testi-head {
    padding-bottom: 3%;
  }
  .study-bg {
    padding: 20px;
    margin-bottom: 15px;
  }
  .study-contents h4 {
    font-size: 25px;
  }
  .study-contents h3 {
    font-size: 45px;
    margin-top: 0;
  }
  .study-contents {
    display: flex;
    justify-content: end;
  }
  .imm-colss {
    margin-bottom: 30px;
  }
  .immigr-right h3 span {
    display: inline;
  }
  .immigr-right h3 {
    margin-bottom: 30px;
  }
  .faq-left-img {
    width: 100%;
    border-radius: 40px;
  }
  .faq-right {
    margin-top: 30px;
  }
  .faq-content {
    padding-top: 0;
  }
  .nws-lter {
    float: left;
    text-align: left;
    padding-top: 20px;
  }
  .nws-inpt input {
    width: 97%;
  }
  .f-bottom-right p {
    padding-left: 0;
    padding-top: 0;
  }
  .ftr-strip a {
    font-size: 16px;
  }
  .f-policy p {
    font-size: 15px;
  }
  .footer-media a i {
    font-size: 13px;
  }
  .faq-pad {
    height: auto;
  }
  .countries-main {
    border-radius: 12px;
  }
  .desk-immi-rounds {
    display: none;
  }
  .mob-immi-rounds {
    display: block;
  }
  .immigr-bx {
    padding: 30px;
  }
  footer {
    border-radius: 20px 20px 0 0;
  }
  .cnct--bxs {
    height: auto;
  }
  .cnct--bxs iframe {
    height: 300px;
  }
  .cntct--bx {
    padding: 20px;
  }
  .ctct-left-cnt h3 {
    font-size: 38px;
    margin-top: 15px;
  }
  .ctct-left-cnt h3 span {
    display: inline;
  }
  .ctct-left-cnt p {
    margin-bottom: 15px;
  }
  /* Footer Strip */
  .footer-nav {
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 4px 10px;
    padding-bottom: 2px;
    background: var(--maincolor);
    z-index: 90;
    box-shadow: 0px 0px 9px #00000069;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ft--logo img {
    width: 150px;
  }
  .ft--media a {
    color: #fff;
    transition: var(--ani);
    font-size: 16px;
    position: relative;
    top: 0;
  }
  .ft--media {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .ft--media a:hover {
    color: #000;
    top: -3px;
  }
  .ft--a a {
    color: #fff;
    text-transform: uppercase;
    background: #000;
    padding: 3px 10px;
    padding-bottom: 5px;
    font-size: 14px;
    border-radius: 5px;
    transition: var(--ani);
    border: 1px solid #000;
  }
  .ft--a a:hover {
    background-color: var(--maincolor);
    border: 1px solid #000;
  }

  /* ----------- About Us ----------- */
  .why-sub h3 {
    margin-bottom: 3%;
  }
  .abt-right-cnt {
    margin-top: 3%;
  }
  .why--bxs {
    height: auto;
    margin-bottom: 30px;
  }
  .why-bxs .row .col-lg-3:last-child .why--bxs {
    margin-bottom: 0;
  }
  /* ----------- Contact Us ----------- */
  .cntct-map .row .col-lg-6:last-child .cnct--bxs {
    margin-top: 5%;
  }
  .sub-container-bx {
    padding: 20px;
  }
  .service-list {
    margin-bottom: 20px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
  }

  .sdty-left {
    height: auto;
    margin-bottom: 20px;
  }
  .sdty-left ul li {
    display: inline;
    white-space: nowrap;
  }
  .stdy-mob {
    display: none;
  }
  .sdty-left ul li a {
    padding: 2px 20px;
    border: 1px solid #c0c0c0;
    border-radius: 12px;
    font-size: 18px;
    margin-right: 5px;
  }
  .sdty-left ul li a:hover {
    color: var(--maincolor);
    padding: 2px 20px;
  }
  .sdty-left {
    white-space: nowrap;
    overflow-x: auto;
    width: 100%;
    padding: 10px;
    display: none;
  }
  .sdty-left ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    overflow: scroll;
  }
  .stdy--tab {
    display: none;
    padding-left: 0;
    border-left: 0;
    white-space: nowrap;
    overflow-x: auto;
    width: 100%;
    margin-bottom: 20px;
  }
  .stdy--tab ul {
    padding-left: 0;
    margin-bottom: 0;
  }
  .stdy--tab ul li {
    list-style: none;
    display: inline-block;
    overflow: scroll;
  }
  .stdy--tab ul li a {
    padding: 2px 20px;
    border: 1px solid #c0c0c0;
    border-radius: 12px;
  }

  /* Listing Mob Version */

  .s-catagories {
    display: block;
  }

  .cat-all {
    background-color: var(--maincolor);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border-radius: 12px 12px 0 0;
    color: #fff;
  }
  .cat-all span {
    font-size: 15px;
    font-family: var(--robreg);
  }
  .cat-all img {
    width: 20px;
  }
  .service-list {
    padding: 20px;
    padding-bottom: 10px;
    background-color: #fff;
  }
  .s-right-bx {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    padding: 30px;
    background-color: #fff;
  }
  .s-cat-para p {
    border-bottom: 1px solid #707070;
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  .serv-mob .accordion-item {
    border-radius: 4px;
  }
  .serv-mob .accordion-button:not(.collapsed) {
    background-color: #00000022;
  }
  .serv-mob .accordion-body {
    padding: 10px;
  }
  .container-checkbox {
    user-select: none;
    cursor: pointer;
    font-family: var(--dreg);
    font-size: 19px;
    margin-bottom: 7px;
    display: block;
  }
  .container-checkbox input {
    margin-right: 5px;
  }
  /* Listing Mob Version */

  .steps-img {
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
  }
  .enq-bx {
    padding: 20px;
  }
  .enq-right h4 {
    margin-bottom: 20px;
  }
  .enq-img {
    margin-top: 20px;
    height: 300px;
    border-radius: 20px;
    object-fit: cover;
    display: none;
  }
  .steps-sec h3 {
    text-align: center;
  }
  .study-list-sub h1 {
    margin-top: 0;
    font-size: 35px;
  }
  .about--bxs {
    margin-top: 0;
  }
  .about--right-cnt {
    height: auto;
  }
  .who-img {
    height: 350px;
    object-fit: cover;
    margin-bottom: 5%;
  }
  .mv-bx {
    margin-bottom: 30px;
  }
  .about--right-cnt {
    padding: 20px;
    border-radius: 12px;
  }
  .abt-lft-img {
    border-radius: 12px;
  }
  .serv-bg {
    overflow: hidden;
  }
}
@media (max-width: 767.5px) {
    .phone-banner {
        display: block;
       
    }

    .desk-banner {
        display: none;
    }
  .support-mob {
    display: none;
  }
  .owl-banner .item img {
    height: 530px;
    object-fit: cover;
  }
  .main-text {
    font-size: 29px;
  }
  .study-contents {
    align-items: center;
    justify-content: center;
  }
  .study-contents div {
    background-color: #ffffffa6;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #fff;
  }
  .study-contents p {
    width: auto;
    font-size: 21px;
  }
  .news-bx .news-a {
    border-radius: 15px;
  }
  .faq-right {
    margin-top: 20px;
  }
  .faq-content .accordion-item {
    /* border-bottom: 1px solid #9f9f9f; */
    border: 1px solid #9f9f9f63;
    margin-bottom: 10px;
    padding: 10px;
  }
  .faq-content .accordion-button {
    padding: 4px;
  }
  .abt-main-bx {
    padding: 20px;
  }
  .immigr-bx {
    padding: 10px;
  }
  .ctct-left-cnt h3 {
    font-size: 35px;
    margin-top: 0;
  }
  .ctct-left-cnt h3 span {
    display: inline;
  }
  .ctct-left-cnt p {
    margin-bottom: 15px;
    font-size: 19px;
  }
  .steps-acc .accordion-button {
    font-size: 20px;
  }
}
@media (max-width: 740.5px) {
  .nws-inpt input {
    width: 95%;
  }
  .f-policy {
    text-align: left;
  }
  .footer-media {
    justify-content: left;
    padding: 10px 0;
  }
}
@media (max-width: 600.5px) {
  section {
    padding: 5% 0;
  }
  .faq-left p {
    font-size: 21px;
  }
  .faq-pad {
    padding: 20px;
  }
  .faq-left i {
    font-size: 19px;
  }
  .faq-left div:nth-child(1) {
    flex-direction: row;
  }
  .faq-left div {
    flex-direction: column;
    gap: 20px;
  }
  .mainlogo a img {
    width: 195px;
  }
  .about--bxs {
    padding: 0;
  }
  .cntct--bx {
    padding: 20px;
  }
  .abt-right-cnt h3 {
    font-size: 4vw;
  }
  .abt-faq .nav {
    justify-content: inherit !important;
  }
}
@media (max-width: 550.5px) {
  .h-strip-right a,
  .h-strip-left a {
    font-size: 14px;
  }
  .faq-right {
    overflow: hidden;
  }
  .mob-scroll {
    overflow-x: scroll !important;
    white-space: nowrap;
  }
  .nav-pills {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .faq-right .nav {
    width: 430px !important;
    overflow-x: scroll !important;
    white-space: nowrap;
  }
  .faq-right .nav-link {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .study-bg {
    background-size: inherit;
  }
  .study-list-sub h1 {
    font-size: 28px;
  }
  .expt-sub h2 {
    font-size: 30px;
  }
  .expt-sub a {
    margin-top: 0;
  }
}
@media (max-width: 490.5px) {
  .h-strip-right a {
    display: none;
  }
  .h-strip-right a:last-child {
    display: block !important;
  }
  .ilts-bx {
    gap: 0;
    justify-content: left;
  }
  .ilts-bx span {
    font-size: 13px;
  }
  .banner-text h2 {
    font-size: 18px;
  }
  .owl-news {
    padding-top: 3%;
  }
  .abt-right-cnt h3 {
    font-size: 5vw;
  }
}
@media (max-width: 400.5px) {
  .banner-text a {
    font-size: 12px;
  }
  .banner-text h2 {
    font-size: 15px;
  }
  .faq-left div:nth-child(2) {
    margin-top: 10px;
  }
  .faq-left p {
    margin-bottom: 0;
    font-size: 19px;
  }
  .faq-left span {
    font-family: var(--dsmd);
    font-size: 20px;
  }
  .faq-right .nav-link {
    font-size: 15px;
  }
  .faq-content .accordion-button {
    line-height: 29px;
    font-size: 19px;
  }
}
