@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&display=swap');
@import url(layout.min.css);

html {
  font-size: 16px;
}

body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
}

:root {
  --white: #ffffff;
  --black: #000;
  --theme-color: #9B866D;
  --primary: #182F58;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 2rem;
  color: var(--black);
}

h1,
h2,
h3,
h4 {
  font-family: "Libre Caslon Text", serif;

}

h1 div {
  display: inline-block;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

figure {
  margin: 0;
}

section {
  padding: 5rem 0;
  position: relative;
}

/* Home Page CSS Start  */
.main-slider {
  height: 100vh;
  background: url(../images/banner/1.png) bottom center / cover fixed no-repeat;
  display: flex;
  align-items: center;
  padding-top: 10rem;
  min-height: 700px;
}

.homeOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: linear-gradient(to left, #fdfdfd00 0%, #0b2659f5 60%);
  opacity: 1;
}

.main-slider h1 {
  margin: 0;
  color: var(--white);
  font-size: 2.594rem;
  line-height: 1.37;
  font-weight: 500;
}

.main-slider p {
  color: var(--white);
  font-size: 1.125rem;
  margin: 10px 0 0;
}

.main-slider::before,
.main-slider::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--white);
  z-index: 1;
  clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
  height: 4rem;
  top: auto;
  bottom: -1px;
  width: 40rem;
}

.main-slider::after {
  left: auto;
  right: 0;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
}

.bannerBest h5 {
  font-size: 2.375rem;
  font-weight: 600;
  color: var(--white);
  margin: 0;
}

.bannerBest h5 span {
  display: block;
  font-size: 3.759rem;
}

.bannerBest h6 {
  font-size: 2.9rem;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.bannerBest p {
     border-top: 1px solid #ffffff;
    padding-top: 12px;
    margin-top: 6px;
    display: inline-block;
}

.bannerBest h3 {
  color: var(--white);
  font-size: 1.661rem;
  border-top: 1px solid #fff;
  padding: 10px 0 0;
  margin-top: 1rem;
  display: inline-block;
}

.bannerBest {
  margin-top: 5rem;
}


h6 {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}

h4 {
  font-size: 3.125rem;
  font-weight: 500;
  color: var(--primary);
  padding-left: 1rem;
  border-left: 5px solid var(--theme-color);
  margin-bottom: 1rem;
}

.bordrNone {
  border: none;
  padding: 0;
}

.usSec {
  position: relative;
  z-index: 1;
}

.usSec .blueBg {
  padding: 0;
  justify-content: space-between;
  position: relative;
  align-items: center;
}

.usSec .blueBg:before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--white);
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
  height: 4rem;
  top: -4rem;
  bottom: 0;
  width: 80%;
  display: none;
}

.usSec .blueBg p {
  color: #000000;
}

.usImgBox img {
  width: 100%;
}
.usImgBox {
    position: relative;
}

.usImgBox .logoImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.usImgBox::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #fff;
    height: 4rem;
    width: 50%;
    right: -1px;
    left: auto;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 18% 100%);
    top: -1px;
}

.usContnt p {
    margin: 0 0 1rem;
}
.usSec .col-md-5 {
  padding: 0;
}

.usContnt {padding: 0;}


.investSec {
  background: #F3F3F3;
}

.animatedTrust span {
    writing-mode: horizontal-tb;
    position: absolute;
    left: 50%;
   top: auto;
   font-size: 8rem;
     bottom: -2rem;
     transform: translateX(-50%);
    font-weight: 900;
    /* -webkit-text-stroke: 1px #ffffff4a; */
    color: #ffffff;
    z-index: 1;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    margin: 0;
    line-height: 0.8;
  text-transform: uppercase;
}

.processBox {
  background: #f3f3f3;
  margin: 3rem 0;
}

.processBox p {
  margin: 0;
}

.processBox h5 {
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--primary);
}

.processBox .stepHead {
  background: var(--theme-color);
  padding: 8px 2rem;
  position: relative;
}

.processBox .stepHead::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--primary);
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  width: 37%;
}

.processBox .stepHead h3 {
  position: relative;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
  font-size: 1.75rem;
}

.processBox .stepContnt {
  padding: 2rem;
}

.stepDate h3 {
  font-size: 4.51rem;
  color: var(--primary);
  margin: 0;
  background: #fff;
}

.stepDate {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 5px;
}

.stepDate::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url(../images/icon/7.png);
  background-repeat: no-repeat;
  left: -4rem;
  z-index: -1;
  height: 300px;
}

.stepDate h6 {
  writing-mode: vertical-lr;
  margin: 0;
  color: var(--theme-color);
  text-transform: capitalize;
  font-size: 1.65rem;
  background: #fff;
  padding: 0 5px;
}

.stepDateTwo:before {
  background: url(../images/icon/8.png);
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(10%);
  top: 2rem;
}

.stepDateThree:before {
  background: url(../images/icon/9.png);
  background-repeat: no-repeat;
  top: 2rem;
}

.marqueSec .marqueBG {
  margin: 0;
  padding-bottom: 7rem;
}

.marqueBG {
  background: var(--primary);
  padding: 2rem 0;
  margin-bottom: 10rem;
}

.marqueBG .infinite {
  margin: 0;
}

.infinite {
  display: flex;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
  overflow: hidden;
  gap: 1rem;
  margin-top: 3rem;
}

.infinite div {
  display: flex;
  gap: 1rem;
  animation: infini linear infinite 40s;
}

@keyframes infini {
  0% {
    transform: translateX(-10%);
  }

  50% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.animatedHead {
  font-size: 4.777rem;
  font-weight: 600;
  color: var(--white);
  font-family: "Libre Caslon Text", serif;
  white-space: nowrap;
  border-top: 4px solid var(--theme-color);
  border-bottom: 4px solid var(--theme-color);
  position: relative;
  margin: 0 2rem;
}

.animatedHead::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--theme-color);
  height: 35px;
  width: 35px;
  top: 50%;
  left: -3.2rem;
  transform: translateY(-50%);
  border-radius: 100%;
}


/* Inner Pages CSS Start */

.innerBanner {
  height: 80vh;
}

.innerBanner .bannerBest {
  margin-top: 2rem;
}



.serviceSec{
    background: url(../images/bg/2.png) bottom center / cover no-repeat;
    margin-top: 5rem;
}
.serBox .iconSer img {
    width: 2.5rem;
}
.serBox {
    background: #ffffff;
    padding: 2rem 1.5rem;
    margin: 1rem 0;
    position: relative;
    height: 230px;
    box-shadow: 0 0 20px #0000001a;
}

.serBox h5 {
  font-weight: 600;
  color: var(--primary);
  text-transform: capitalize;
  margin-bottom: 24px;
}

.serBox .iconSer {
  position: absolute;
  right: 10px;
  background: var(--primary);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  transition: all 0.5s ease;
  border-radius: 100%;
}

.serBox h6 {
  position: absolute;
  right: 1rem;
  bottom: 10px;
  font-weight: 800;
  font-size: 1.75rem;
  opacity: 0.12;
}

.serBox p {
  color: var(--primary);
  margin: 0;
}

.cardBox {
  background: #F3F3F3;
  padding: 2rem;
  border: 1px solid #CFCFCF;
  border-radius: 15px;
  margin: 2.5rem 0;
  width: 60%;
  margin-left: 5rem;
}

.cardBox h3 {
  font-size: 1.625rem;
  color: var(--primary);
}

.cardBox p {
  margin: 0;
}

.cardBoxTwo {
  margin-left: auto;
}


.cardBox {
  background: #ffffff;
  padding: 2rem;
  border: 1px solid #CFCFCF;
  border-radius: 15px;
  margin: 2.5rem 0;
  width: 60%;
  margin-left: 5rem;
  transition: all 0.5s ease;
}

.cardBox h3 {
  font-size: 1.625rem;
  color: var(--primary);
}

.cardBox p {
  margin: 0;
}

.cardBoxTwo {
  margin-left: auto;
}

.cardSec {
  background: #ffffff url(../images/bg/2.png) bottom center / contain no-repeat;
}

.cardBox:hover {
  background: var(--primary);
}

.cardBox:hover * {
  color: #fff;
}

.cardSec:before {
    content: '';
    position: absolute;
    inset: 0;
    background: url(../images/mix/5.png);
    background-repeat: no-repeat;
    left: 46rem;
    top: 23rem;
    background-size: 68%;
}


.cardGray {
  background: #F3F3F3;
  padding-bottom: 0;
  margin-bottom: 10rem;
}

.cardGray figure {
  margin-bottom: -11rem;
}

.cardFaq .accordian h4 {
  font-size: 1.45rem;
  color: var(--primary);
  font-weight: 600;
  border: none;
  padding-left: 3.25rem;
}

.accordian li {
  border-radius: 0;
  background: #F0F0F0;
  margin: 2rem 0;
}

.accordian li h4 {
  color: #1E266D;
  font-size: 1.125rem;
  padding: 1.4rem;
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  margin: 0;
  line-height: 1.3;
  border: 0;
}

.accordian h4::after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  position: absolute;
  top: 16px;
  right: 22px;
  line-height: normal;
  transition: all 0.3s ease-in-out;
  /* background: #a893e154; */
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.accordian p {
  margin: 0;
  color: #000000;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 1rem;
}

.accordian li>div {
  display: none;
  background: var(--white);
  border-radius: 0 0 10px 10px;
  padding: 0;
}

.accordian li.active h4::after {
  content: "\f068";
}

.accordian li.active {
  border-color: #F0F0F0;
  background: #F0F0F0;
}

.accordian li.active h4 {}

.accordian li.active>div {
  background: #F0F0F0;
}

.accordian li.active>div p {}

.faqContnt {
  display: flex;
}

.faqContnt .faqPara {
  width: 70%;
  padding: 3rem;
}

.faqContnt figure {
  position: relative;
}

.faqContnt figure::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #f0f0f0;
  z-index: 1;
  clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);
  height: 4rem;
  top: auto;
  bottom: -1px;
  width: 20rem;
  left: -1px;
}


.ctaSec{
   background: url(../images/mix/12.png) bottom center / cover no-repeat; 
}
.ctaSec * {
    color: #fff;
}

.ctaSec:before {
    content: '';
    position: absolute;
    inset: 0;
    background: #1a3058a1;
}

.contactSec {
  background: url(../images/bg/1.png) bottom center / cover fixed no-repeat;
  padding-top: 3rem;
  margin-top: 4rem;
  padding-bottom: 8rem;
}

.contactSec::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 14% 100%);
  height: 15rem;
  width: 50%;
  right: 0;
  left: auto;
  z-index: 2;
  top: -1px;
}

.contactSec::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #192f5770;
  z-index: 0;
}

.leadForm {
  position: relative;
  z-index: 22;
  background: #fff;
  padding: 2rem;
  margin-top: -4rem;
}

.contactSec h4 {

  font-size: 2.75rem;
}

.contactSec h4,
.contactSec p {
  position: relative;
  z-index: 3;
}

.leadForm h3 {
  color: var(--primary);
  font-size: 2rem;
}

.leadForm input,
.leadForm textarea,
.leadForm select {
  border: 1px solid #9E9B9A;
  height: 3.5rem;
  padding: 1rem;
  width: 100%;
  margin: 8px 0;
}

.leadForm textarea {
  height: 160px;
}

.leadForm button {
  width: 100%;
  justify-content: center;
}

.boxCorner{
  background: #F3F3F3 url(../images/bg/2.png) bottom center / contain no-repeat;
  overflow: hidden;
  padding-bottom: 10rem;
}
.investBox img {
  width: 100%;
}

.investBox {
  background: var(--white);
  overflow: hidden;
  position: relative;
}

.investContnt {
  padding: 0 1.5rem 2rem;
  position: relative;
  margin-top: -1.5rem;
  z-index: 2;
}

.investContnt p {
  color: #000;
  margin: 0;
  height: 200px;
}

.investContnt::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--white);
  clip-path: polygon(0 0, 81% 0, 100% 100%, 0 100%);
  height: 3.5rem;
  width: 300px;
  top: -1.3rem;
  z-index: 0;
}

.investContnt h3 {
  position: relative;
  margin-bottom: 12px;
  font-size: 1.45rem;
  font-weight: 600;
  height: 30px;
  line-height: 1.2;
  color: var(--primary);
}

.imageHovr figure {
  overflow: hidden;
}

.imageHovr figure:before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.imageHovr:hover figure::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}


.investBox figure img {
  transition: all 0.5s ease;
}

.investBox:hover figure img {
  transform: scale(1.1);
}

.investContnt a {
    margin-top: 2rem;
}


.visaCanada{
    background: #F3F3F3;
}

.canadaBox {
    background: #fff;
    padding: 1rem;
    margin: 1rem 0;
}

.canadaBox img {
    width: 100%;
}

.canadaBox .canadaContnt {
    padding: 2rem;
    text-align: center;
}

.canadaBox .canadaContnt h5 {
    color: var(--primary);
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.canadaBox .canadaContnt p:last-child {
    margin: 0;
}


.workStep{
    background: url(../images/bg/2.png) bottom center / contain no-repeat;

}
.workStepBox {
    background: #f3f3f3;
    text-align: center;
    border: 1px dashed var(--theme-color);
    position: relative;
    height: 160px;
    margin-top: 3rem;
}


.workStepBox p {
    color: var(--primary);
    font-size: 1rem;
    padding: 2.5rem 1rem;
    margin: 0;
}

.stepworkHead {
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    background: var(--theme-color);
    width: 60%;
    margin: auto;
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-transform: capitalize;
    padding: 10px 0;
}

.stepworkHead h3 {
    font-size: 1.5rem;
    margin: 0;
}



.tabsPack {
  margin: 0 0 4rem;
  text-align: center;
}

.tabsPack a {
  border: 1px solid var(--primary);
  padding: 1.25rem 2rem;
  font-size: 16px;
  font-weight: 600;
  margin: 0 8px;
  color: var(--primary);
}

.tabsPack a.active ,
.tabsPack a.current {
  background: var(--primary);
  color: #fff;
}
[class^=box-] {
  display: none;
}

[class^=box-].showfirst {
  display: block;
}


a.contactBox {
    display: block;
    background: #f1f1f1;
    height: 150px;
}
a.contactBox h3 {
    font-size: 1.125rem;
    color: var(--primary);
    padding-left: 7rem;
    padding-top: 1.5rem;
}

a.contactBox .iconContact {
    position: absolute;
    background: var(--primary);
    width: 28%;
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 1rem;
    font-size: 1.75rem;
    top: 0;
}
a.contactBox p {
    padding: 2rem;
}
.ebTabsSec .bordrNone {
    font-size: 2.25rem;
    line-height: 1.5;
}

.leadForm select,
.mmpopup .formPop select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%239E9B9A' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.4rem;
  padding-right: 2.5rem;
}

.mmpopup .formPop input,
.mmpopup .formPop textarea,
.mmpopup .formPop select {
  border: 1px solid #9E9B9A;
  height: 3rem;
  padding: 0.5rem;
  width: 100%;
  margin: 8px 0;
  border-radius: 0;
}

.mmpopup .formPop .themeBtn,
.form-main .themeBtn {
  width: 100%;
  justify-content: center;
  text-transform: capitalize;
  margin-top: 1rem;
  border: none;
  transition: all 0.5s ease;
  margin-bottom: 0;
}

.mmpopup .imgpop figure,
.mmpopup .imgpop figure img {
  height: 700px;
  border-radius: 20px 0 0 20px;
}


.iti {
  margin: 8px 0 !important;
  width: 100%;
}

/* General styling for inputs with data-placeholder */
input[data-placeholder] {
  position: relative;
  padding-left: 12px;
  box-sizing: border-box;
}

/* Fake placeholder */
input[data-placeholder]::before {
  content: attr(data-placeholder);
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 24px);
}

/* Hide placeholder on focus */
input[data-placeholder]:focus::before {
  opacity: 0;
}

/* Hide placeholder if value is selected */
input[data-placeholder]:valid::before {
  display: none;
}

/* For date/time inputs, restore browser default text color on focus */
input[type="date"]:focus::-webkit-datetime-edit,
input[type="time"]:focus::-webkit-datetime-edit,
input[type="datetime-local"]:focus::-webkit-datetime-edit {
  color: #000 !important;
}

/* Hide default browser value when not focused to show fake placeholder */
input[type="date"]:not(:focus)::-webkit-datetime-edit,
input[type="time"]:not(:focus)::-webkit-datetime-edit,
input[type="datetime-local"]:not(:focus)::-webkit-datetime-edit {
  color: transparent;
}

.option {
  font-size: 14px;
}

.option span {
  font-weight: 600;
  font-size: 12px;
  padding: 10px 10px;
}

.option.disabled {
  pointer-events: none !important;
  cursor: not-allowed !important;
  opacity: 0.6;
  font-weight: 600;
  color: #000;
}