@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

:root {
  --primary: #ec2029;
  --secondary: #2d3692;
  --text: #232323;
  --white: #ffffff;
  --black: #000000;
  --bg-gradient: linear-gradient(135deg, #ec2029, #C62D28, #FF6B35);
  --evc-font-family: "Manrope", sans-serif;
}

body {
  font-family: var(--evc-font-family);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--text) !important;
  background: #ffffff !important;
}

body #wrapper > #main {
  margin-top: 0px !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
}

.btn_styleOne {
  display: block;
  background: var(--bg-gradient) !important;
  padding: 13px 35px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  border-radius: 30px;
  border: 0px;
  color: var(--white) !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  box-shadow: none !important;
}

.btn_styleOne span {
  position: absolute;
  right: 20px;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  background: var(--white);
  transform: translateY(-50%);
  border-radius: 50%;
  transition: all 0.35s ease-in-out;
}

.btn_styleOne:before {
  position: absolute;
  left: 20px;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  background: var(--white);
  transform: translateY(-50%);
  border-radius: 50%;
  transition: all 0.35s ease-in-out;
}

.btn_styleOne:after {
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: -5%;
  content: "";
  height: 150px;
  width: 115%;
  z-index: -1;
  background-color: var(--secondary);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(-45%) skew(25deg) scale(0);
  transform: translateY(-45%) skew(25deg) scale(0);
}

.btn_styleOne:hover:after {
  -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
  transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn_styleTwo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  background: transparent;
  border: 0px !important;
  box-shadow: none !important;
  padding: 0px;
  color: #000000;
}

.btn_styleTwo > .button-icon {
  background: #ec2029;
  height: 35px;
  width: 35px;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  max-width: max-content;
  min-width: 35px;
  transition: all 0.25s ease-in-out;
}

.btn_styleTwo > .button-icon > img {
  position: relative;
  height: 15px;
  top: 1px;
  margin: 0px;
}

.btn_styleTwo:hover > .button-icon {
  background: #3a4399;
  transform: rotate(45deg);
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.page_heading {
  font-size: 55px;
  font-weight: 700;
}

.heading_styleOne {
  font-size: 46px;
  font-weight: 900;
  color: var(--black);
}

.heading_styleTwo {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.25;
}

.heading_styleThree {  
  position: relative;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 0;
  color: var(--primary);
}

.heading_styleFour {  
  position: relative;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  padding: 0px 22px;
  margin-bottom: 0;
  display: inline-block;
  color: var(--secondary);
}

.heading_styleFour::before,
.heading_styleFour::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #ec2029;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}

.heading_styleFour::after {
  left: auto;
  right: 0px;
}

.heading_styleFive {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
}

.subHeading_styleOne {
  text-transform: uppercase;
  color: var(--color-heading);
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 15px 40px;
  font-size: 20px;
  border-radius: 10px;
  background-color: #fff;
  top: -40px;
}

.subHeading_styleOne:before,
.subHeading_styleOne:after {
  position: absolute;
  left: -8px;
  top: 13px;
  content: "";
  height: 27px;
  width: 8px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 20px 0 0 var(--white);
}

.subHeading_styleOne:after {
  left: auto;
  right: -8px;
  transform: scaleX(-1);
}

.list_styleOne {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list_styleOne > li {
  position: relative;
  z-index: 1;
  padding-left: 27px;
  font-size: 16px;
  font-weight: 500;
}

.list_styleOne > li::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  background-image: url("/wp-content/uploads/2025/09/icon_check-01.png");
  z-index: -1;
  height: 16px;
  width: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.service-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

ul.service-list > li {
  flex: 0 0 100%;
  max-width: calc(33.33% - 16px);
}

.two_column {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.two_column > * {
  flex: 0 0 100%;
  max-width: calc(50% - 10px);
}

.font_12px {
  font-size: 12px !important;
}

.font_14px {
  font-size: 14px !important;
}

.font_16px {
  font-size: 16px !important;
}

.font_18px {
  font-size: 18px !important;
}

.font_20px {
  font-size: 20px !important;
}

.txt_white {
  color: var(--white) !important;
}

.txt_primary {
  color: var(--primary) !important;
}

.txt_secondary {
  color: var(--secondary) !important;
}

.txt_gray {
  color: #757575 !important;
}

.txt_black {
  color: #000000 !important;
}

.bg_primary {
  background-color: var(--primary) !important;
}

.bg_secondary {
  background-color: var(--secondary) !important;
}

.bg_green {
  background-color: #27ae60 !important;
}

.hr_styleOne {
    opacity: 1;
    border-color: var(--primary);
    margin: 15px 0px;
}

.text_styleOne {
    display: block;
    font-family: "Great Vibes", cursive;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
	  color: var(--primary);
}

header > nav.bg-light {
    background-color: #ffffff !important;
    padding: 30px 0px !important;
}

header > nav#header .navbar-brand {
  padding: 0px !important;
}

header > nav#header .navbar-brand img {
    height: 50px !important;
}

header > nav#header .navbar-collapse {
    width: 100%;
}

header > nav#header .navbar-collapse ul.navbar-nav > li + li {
  margin-left: 10px;
}

header > nav#header .navbar-collapse ul.navbar-nav > li > a {
  font-size: 15px;
  font-weight: 800;
  color: var(--text) !important;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

header > nav#header .navbar-collapse ul.navbar-nav > li > a:hover {
  color: var(--primary);
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 20px
}

.header-contact > .call {
  display: flex;
  justify-content: right;
  align-items: center;
}

.header-contact > .call > .icon > img {
  height: 46px;
  margin-right: 12px;
}

.header-contact > .call > .info > p {
  margin-bottom: 5px;
  line-height: 1;
  font-size: 14px;
}

.header-contact > .call > .info > h5,
.header-contact > .call > .info > h5 > a {
  margin: 0;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0px;
  display: block;
  color: var(--text);
  white-space: nowrap;
}

section.hero-section > .container {
  max-width: calc(100% - 100px) !important;
}

section.hero-section .hero-box {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 110px);
  min-height: 500px;
  max-height: 600px;
  border-radius: 20px;
}

section.hero-section .hero-box > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

section.hero-section .hero-box:before {
  content: "";
  background: var(--black);
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

section.hero-section .hero-box > .hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  color: #fff;
  border-radius: 5px;
  padding: 20px 20px 40px;
  width: 100%;
  max-width: 850px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

section.hero-section .hero-box > .hero-content > h5 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}

section.hero-section .hero-box > .hero-content > h1 {
  font-size: 80px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0px;
  line-height: 1.1;
}

section.hero-section .hero-box > .hero-content > p {
  font-size: 16px;
  margin-bottom: 15px;
}

section.hero-section .hero-box > .hero-content > .btn_styleOne {
  width: 180px;
}

section.about-section {
  position: relative;
  padding: 0px 0px 80px;
}

.about_box {
  position: relative;
  overflow: hidden;
  padding: 10px;
}

.about_box > img.imgOne {
  animation: infiniterotate 30s infinite linear;
  width: 100%;
  height: 100%;
}

.about_box > img.imgTwo {
  width: 100%;
  max-width: calc(100% - 120px);
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes infiniterotate{
	from{
		transform: rotate(0deg);
	  }
	to{
		transform: rotate(360deg);
	}
}

section.markquee-section {
  position: relative;
  background-color: #ec2029;
  padding: 25px 0px;
  overflow: hidden;
}

.marquee-wrapper {
  -webkit-animation: ticker-left-loop 20s infinite linear;
  animation: ticker-left-loop 20s infinite linear;
  display: flex;
  gap: 80px;
}

.marquee-wrapper > ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  gap: 80px;
}

.marquee-wrapper > ul > li {
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  position: relative;
}

.marquee-wrapper > ul > li:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
}

@keyframes ticker-left-loop {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}


section.services-section {
  position: relative;
  padding: 80px 0px;
}

.info-card {
  position: relative;
  background: #efefef;
  overflow: hidden;
  border-radius: 20px;
  border: 0px;
  padding: 30px;
  text-align: left;
  min-height: 100%;
  padding-bottom: 70px;
  box-shadow: 0px 12px 12px -6px rgb(0 0 0 / 20%);
}

.info-card > h4 {
  font-size: 21px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 16px;
  color: #000000;
}

.info-card > p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #474747;
  margin-bottom: 24px;
}

.info-card > .btn_styleTwo {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.info-card > .img-icon {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 6px;
  color: #0000;
  padding: 10px;
  background: #ec2029;
  box-shadow: 0px 12px 12px -6px rgb(0 0 0 / 30%);
  margin-bottom: 30px;
}

.info-card > .img-icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: invert(1);
}

section.visa-section {
  position: relative;
  overflow: hidden;
  background: #efefef;
  padding: 80px 0px;
}

.study_visa,
.tourist_visa,
.permanent_visa {
  position: relative;
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  border-left: 5px solid var(--primary);
  box-shadow: 0px 12px 12px -6px rgb(0 0 0 / 20%);
}

.tourist_visa {
  border-left: 0px;
  border-right: 5px solid var(--primary);
}

.study_visa .col-lg-8,
.tourist_visa .col-lg-8,
.permanent_visa .col-lg-8 {
  padding: 30px 30px 20px 30px;
}

.study_visa .col-lg-4,
.tourist_visa .col-lg-4,
.permanent_visa .col-lg-4 {
  position: absolute;
  width: 33.33%;
  right: 0px;
  top: 0px;
  height: 100%;
  padding: 0px;
}

.tourist_visa .col-lg-4 {
  position: absolute;
  left: 0px;
  right: auto;
}

.study_visa .col-lg-4 > img,
.tourist_visa .col-lg-4 > img,
.permanent_visa .col-lg-4 > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

section.contact-section {
  position: relative;
  overflow: hidden;
  padding: 80px 0px 40px;
  background-image: url("/wp-content/uploads/2025/10/globe.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

section.contact-section:before {
  content: "";
  background: var(--white);
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

section.contact-section .container,
#footer .container {
  position: relative;
  z-index: 1;
}

section.contact-section .wpcf7 {
  text-align: left;
}

section.contact-section .wpcf7 > form.wpcf7-form p {
  margin-bottom: 20px;
}

section.contact-section .wpcf7 > form.wpcf7-form label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}

section.contact-section .wpcf7 > form.wpcf7-form .wpcf7-form-control {
  padding: 16px 20px;
  width: 100%;
  height: 54px;
  color: #556171;
  background-color: rgb(45 54 146 / 5%);
  border: 1px solid #c9c9c9;
  border-radius: 5px;
}

section.contact-section .wpcf7 > form.wpcf7-form textarea.wpcf7-form-control {
  height: auto;
}

section.contact-section .wpcf7 > form.wpcf7-form .wpcf7-submit {
  background: #ec2029;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  height: 54px;
  border: 0px;
  padding: 13px;
}

#footer {
  position: relative;
  overflow: hidden;
  padding: 60px 0px 0px;
  background-image: url("/wp-content/uploads/2025/10/footer_bg-01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  color: var(--white);
}

#footer a {
  color: #ffffff;
}

#footer::before {
  content: "";
  background: var(--black);
  height: 100%;
  left: 0;
  opacity: 0.65;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

#footer .heading_styleOne {
  color: #ffffff;
  margin: 35px 0px;
}

#footer .heading_styleOne > span {
  font-size: 20px;
  font-weight: 500;
  text-transform: none;
}

.f_logo {
  height: 120px;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 5px;
  box-shadow: 0px 12px 12px -6px rgb(255 255 255 / 20%);
}

ul.f_menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 20px 0px;
  background: #ffffff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 5%, rgb(255 255 255 / 20%) 50%, rgba(255, 255, 255, 0) 98%);
  border: 1px solid rgb(255 255 255 / 20%);
  border-width: 1px 0px 1px 0px;
}

#footer ul.f_menu > li.menu-item > a.nav-link:hover {
  color: #ec2029;
}

ul.contact_list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

ul.contact_list > li {
  flex: 0 0 100%;
  max-width: calc(28% - 20px);
  border: 1px solid rgb(255 255 255 / 30%);
  padding: 50px 15px 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.contact_list > li:nth-child(2) {
  max-width: calc(44% - 20px);
}

ul.contact_list > li > i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 26px;
  background-color: #ffffff;
  color: #ec2029;
  border-radius: 50%;
  margin: 0 auto 15px;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}

ul.contact_list > li > h6 {
  margin: 0px;
  font-size: 18px;
  line-height: 1.5;
}

.copyRight_txt {
  margin: 20px 0px 0px !important;
  padding: 30px 0px;
  border-top: 1px solid rgb(255 255 255 / 30%);
}


@media screen and (max-width: 1399.98px) {

  section.hero-section .hero-box > .hero-content > h1 {
    font-size: 62px;
  }

  .heading_styleOne {
    font-size: 42px;
  }

  .heading_styleTwo {
    font-size: 32px;
  }

}



@media screen and (max-width: 1199.98px) {

  .heading_styleOne {
    font-size: 36px;
  }

  .heading_styleTwo {
    font-size: 28px;
  }
 
	header > nav#header .navbar-brand img {
    height: 40px !important;
  }

  header > nav#header .navbar-collapse ul.navbar-nav > li > a {
    font-size: 13px;
    padding: 5px;
  }

  .header-contact {
    gap: 10px;
  }

  .header-contact > .call > .icon > img {
    height: 36px;
    margin-right: 8px;
  }

  .header-contact > .call > .info > p {
    font-size: 12px;
  }

  .header-contact > .call > .info > h5,
  .header-contact > .call > .info > h5 > a,
  .subHeading_styleOne,
  .heading_styleFour {
    font-size: 16px;
  }

  .btn_styleOne {
    padding: 12px 32px;
    font-size: 14px;
  }

  .two_column {
    gap: 15px;
  }

  .info-card {
    padding: 25px;
    padding-bottom: 60px;
  }

  .info-card > .img-icon {
    width: 60px;
    height: 60px;
    padding: 8px;
    margin-bottom: 20px;
  }

  .info-card > p {
    font-size: 14px;
    line-height: 22px;
  }

  section.hero-section > .container {
    max-width: calc(100% - 36px) !important;
  }

  .marquee-wrapper > ul > li {
    font-size: 24px;
  }

  #footer .heading_styleOne > span {
    font-size: 18px;
  }

  .f_logo {
    height: 100px;
  }

  ul.contact_list {
    gap: 10px;
  }

  ul.contact_list > li {
    max-width: calc(28% - 0px);
    padding: 50px 15px 25px;
  }

  ul.contact_list > li > i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 21px;
    top: -30px;
  }

  ul.contact_list > li > h6 {
    font-size: 15px;
  }

  .copyRight_txt {
    font-size: 14px;
    padding: 20px 0px;
  }


}

@media screen and (max-width: 991.98px) {
  

  .header-contact > a.btn_styleOne {
    display: none !important;
  }

  button.navbar-toggler {
    position: relative;
    border: 0px;
    outline: none !important;
    box-shadow: none !important;
    margin-left: auto;
    margin-right: 10px;
  }

  .navbar-toggler-icon {
    position: relative;
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 2px;
    background-color: #e13833;
    vertical-align: middle;
    width: 30px;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .navbar-toggler-icon:before,
  .navbar-toggler-icon:after {
    content: "";
    position: absolute;
    right: 0px;
    top: -10px;
    width: 30px;
    height: 2px;
    background: #e13833;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .navbar-toggler-icon:after {
    top: 10px;
  }

  button[aria-expanded="true"] .navbar-toggler-icon {
    height: 0px;
    background-color: transparent;
  }

  button[aria-expanded="true"] .navbar-toggler-icon::before {
    top: 0px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  button[aria-expanded="true"] .navbar-toggler-icon::after {
    top: 0px;
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(-225deg);
  }

  .heading_styleOne {
    font-size: 32px;
  }

  header > nav#header .navbar-collapse {
    width: calc(100% - 30px);
    z-index: 9;
    background-color: #2d3692;
    position: absolute;
    left: 15px;
    top: calc(100% + 0px);
    padding: 10px 20px;
    border-radius: 0px 0px 5px 5px;
  }

  header > nav#header .navbar-collapse ul.navbar-nav > li + li {
    margin-left: 0px;
    border-top: 1px solid rgb(255 255 255 / 50%);
  } 

  header > nav#header .navbar-collapse ul.navbar-nav > li > a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 0px;
    color: #fff !important;
  }

  section.hero-section .hero-box {
    min-height: 480px;
    border-radius: 15px;
  }

  section.hero-section .hero-box > .hero-content > h5,
  #footer .heading_styleOne > span {
    font-size: 16px;
  }

  section.hero-section .hero-box > .hero-content > h1 {
    font-size: 46px;
  }

  section.hero-section .hero-box > .hero-content > p {
    font-size: 14px;
  }

  .subHeading_styleOne {
    padding: 15px 30px;
    margin: 0;
  }

  section.about-section {
    padding: 0px 0px 40px;
  }

  section.about-section ul.list_styleOne {
    text-align: start;
  }

  section.services-section,
  section.visa-section {
    padding: 60px 0px;
  }

  .about_box {
    max-width: 500px;
    margin: 10px auto 0;
  }

  ul.service-list > li {
    max-width: calc(50% - 12px);
  }

  .study_visa,
  .tourist_visa,
  .permanent_visa {
    border-left: 0px;
    border-right: 0px;
    border-top: 5px solid var(--primary);
  }

  .study_visa .col-lg-4,
  .tourist_visa .col-lg-4,
  .permanent_visa .col-lg-4 {
    position: relative;
    width: 100%;
    right: 0px;
    top: 0px;
    height: 350px;
    padding: 0px;
  }

  .tourist_visa .col-lg-4 > img,
  .permanent_visa .col-lg-4 > img {
    object-position: center -100px;
  }

  section.contact-section {
    padding: 60px 0px 10px;
  }

  ul.contact_list {
    gap: 45px 30px;
    margin-top: 70px;
  }

  ul.contact_list > li {
    max-width: calc(50% - 15px);
    width: 100%;
  }

  ul.contact_list > li:nth-child(2) {
    max-width: calc(100% - 0px);
    order: 2;
  }

  .copyRight_txt {
    margin: 10px 0px 0px !important;
  }


  
}

@media screen and (max-width: 767.98px) {


	header > nav.bg-light {
    padding: 20px 0px !important;
  }

  .heading_styleOne {
    font-size: 28px;
  }

  .heading_styleTwo {
    font-size: 24px;
  } 

  .heading_styleThree {
    font-size: 21px;
  }

  section.hero-section .hero-box {
    height: 100%;
    min-height: 450px;
  }

  body,
  section.hero-section .hero-box > .hero-content > h5, 
  .header-contact > .call > .info > h5,
  .header-contact > .call > .info > h5 > a,
  .subHeading_styleOne, .heading_styleFour,
  .list_styleOne > li,
  #footer .heading_styleOne > span {
    font-size: 14px;
  }

  section.hero-section .hero-box > .hero-content > h1 {
    font-size: 38px;
  }

  section.markquee-section {
    padding: 20px 0px;
  }

  .marquee-wrapper > ul {
    gap: 60px;
  }

  .marquee-wrapper > ul > li,
  .info-card > h4 {
    font-size: 18px;
  }

  .marquee-wrapper > ul > li:after {
    width: 10px;
    height: 10px;
    right: -35px;
  }

  .two_column {
    gap: 10px;
  }

  .info-card {
    padding: 20px;
    padding-bottom: 50px;
  }

  .info-card > .img-icon {
    width: 50px;
    height: 50px;
    padding: 6px;
  }

  .info-card > p,
  section.contact-section .wpcf7 > form.wpcf7-form label {
    font-size: 13px;
  }

  .info-card > p {
    line-height: 21px;
    margin-bottom: 15px;
  }

  .info-card > .btn_styleTwo {
    bottom: 20px;
    left: 20px;
    gap: 8px;
    font-size: 13px;
  }

  .btn_styleTwo > .button-icon {
    height: 30px;
    width: 30px;
    min-width: 30px;
  }

  .btn_styleTwo > .button-icon > img {
    height: 10px;
  }

  .study_visa,
  .tourist_visa, .permanent_visa  {
    border-top: 3px solid var(--primary);
  }

  .study_visa .col-lg-8,
  .tourist_visa .col-lg-8,
  .permanent_visa .col-lg-8 {
    padding: 20px 20px 20px 20px;
  }

  .study_visa .col-lg-4,
  .tourist_visa .col-lg-4,
  .permanent_visa .col-lg-4 {
    height: 300px;
  }

  .tourist_visa .col-lg-4 > img,
  .permanent_visa .col-lg-4 > img {
    object-position: center -25px;
  }

  section.contact-section {
    padding: 50px 0px 10px;
  }

  section.contact-section .wpcf7 > form.wpcf7-form p {
    margin-bottom: 15px;
  }

  section.contact-section .wpcf7 > form.wpcf7-form .wpcf7-form-control {
    padding: 10px 20px;
    height: 44px;
  }

  section.contact-section .wpcf7 > form.wpcf7-form .wpcf7-submit {
    background: #ec2029;
    color: #fff;
    font-size: 16px;
    height: 44px;
    line-height: 20px;
    padding: 12px;
  }

  #footer {
    padding: 50px 0px 0px;
  }

  ul.contact_list {
    gap: 45px 20px;
    margin-top: 60px;
  }

  ul.contact_list > li {
    max-width: calc(50% - 10px);
  }

  .f_logo {
    height: 80px;
  }

  #footer .heading_styleOne {
    margin: 20px 0px 35px;
  }

  #footer .heading_styleOne > span {
    display: block;
    line-height: 1.5 !important;
    margin-top: 15px;
  }

  ul.f_menu {
    gap: 30px;
  }

  .mb-5 {
    margin-bottom: 2rem !important;
  }
    

}

@media screen and (max-width: 575.98px) {
	
  header > nav#header .navbar-brand img {
    height: 30px !important;
  }

  .header-contact > .call > .icon > img {
    height: 28px;
    margin-right: 6px;
  }

  .header-contact > .call > .info > p {
    font-size: 10px;
  }

  section.hero-section .hero-box > .hero-content > h5,
  .header-contact > .call > .info > h5,
  .header-contact > .call > .info > h5 > a,
  .subHeading_styleOne, .heading_styleFour,
  .list_styleOne > li,
  #footer .heading_styleOne > span {
    font-size: 12px;
  }

  section.hero-section .hero-box > .hero-content > .btn_styleOne {
    width: 160px;
  }

  section.hero-section > .container {
    max-width: calc(100% - 6px) !important;
  }

  section.hero-section .hero-box {
    min-height: 420px;
  }

  section.hero-section .hero-box > .hero-content > h1 {
    font-size: 32px;
  }

  .subHeading_styleOne {
    padding: 15px 20px;
  }

  section.services-section,
  section.visa-section {
    padding: 50px 0px;
  }

  ul.service-list > li {
    max-width: calc(100% - 0px);
  }

  .study_visa .col-lg-4,
  .tourist_visa .col-lg-4,
  .permanent_visa .col-lg-4 {
    height: 220px;
  }

  ul.f_menu {
    gap: 25px 50px;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  ul.contact_list > li {
    max-width: calc(100% - 0px);
    padding: 45px 15px 25px;
  }

  ul.contact_list > li > i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    top: -25px;
  }

  ul.contact_list > li > h6 {
    font-size: 14px;
  }

}