/* @import url("./header.css");
@import url("./footer.css"); */

/* Animations css */

@import url("./animate.css");

/* End animations css */
html {
  overflow-x: hidden;
}
.topText h1 {
  font-size: 20pt;
}
.topText p {
  font-size: 14pt;
}

.topFirstSection {
  background-color: #e0ecf0;
  /* overflow: hidden; */
  padding: 2rem 0;
}

.personTopStyle {
  text-align: center;
  display: flex;
  place-items: center;
}

.personTopStyle .home-img-immigration {
  height: 28vw;
}

.topFormPadding {
  /* padding-right: 5rem; */
  /* place-self: center; */
  display: flex;
  align-items: center;
}
.homepage-photo-form__col-right-head {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .homepage-photo-form__col-right-text {
    line-height: 2;
  }
  .homepage-photo-form__col-right {
    padding-right: 72px;
  }
  .homepage-photo-form__col-left {
  }
}

.customRowCountries {
  width: 100%;
}

.countBox {
  width: 450px !important;
  height: 290px !important;
  background: white;
  margin: 100px auto;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-shadow: 0px 20px 150px -40px #fefefe;
  position: relative;
}

.countBox.leftBox {
  /* background: white; */
  margin: 100px auto;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  /* box-shadow: 0px 20px 150px -40px #009639 !important; */
  position: relative;
}
.countBox.leftBoxUAE {
  background: white;
  box-shadow: 0px 20px 150px -40px #009639 !important;
}
.countBox.secondleftBox {
  /* background: white; */
  margin: 100px auto;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  /* box-shadow: 0px 20px 150px -40px #ffcd00 !important; */
  position: relative;
}
.countBox.secondleftBoxNetherlands {
  background: white;
  box-shadow: 0px 20px 150px -40px #ffcd00 !important;
}
.countBox.thirdleftBox {
  /* background: white; */
  margin: 100px auto;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  /* box-shadow: 0px 20px 150px -40px #ff0000 !important; */
  position: relative;
}
.countBox.thirdleftBoxCanada {
  background: white;
  box-shadow: 0px 20px 150px -40px #ff0000 !important;
}
.countBox.home-country-box__denmark {
  background: white;
  box-shadow: 0px 20px 150px -40px #c8102e !important;
}
.countBox.fourthleftBox {
  /* background: white; */
  margin: 100px auto;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  /* box-shadow: 0px 20px 150px -40px #be0029 !important; */
  position: relative;
}
.countBox.fourthleftBoxPortugal {
  background: white;
  box-shadow: 0px 20px 150px -40px #be0029 !important;
}
.countBox.middleBox {
  /* background: white; */
  margin: 100px auto;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  /* box-shadow: 0px 20px 150px -40px #0047a0 !important; */
  position: relative;
}
.countBox.middleBoxNorway {
  background: white;
  box-shadow: 0px 20px 150px -40px #0047a0 !important;
}
.countBox.secondmiddleBox {
  /* background: white; */
  margin: 100px auto;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  /* box-shadow: 0px 20px 150px -40px #041e42 !important; */
  position: relative;
}
.countBox.secondmiddleBoxUSA {
  background: white;
  box-shadow: 0px 20px 150px -40px #8B0000 !important;
}
.countBox.thirdmiddleBox {
  /* background: white; */
  margin: 100px auto;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  /* box-shadow: 0px 20px 150px -40px #e30a17 !important; */
  position: relative;
}
.countBox.thirdmiddleBoxDominica {
  background: white;
  box-shadow: 0px 20px 150px -40px #FFCD00 !important;
}
.countBox.fourthmiddleBox {
  background: white;
  margin: 100px auto;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-shadow: 0px 20px 150px -40px #00008b !important;
  position: relative;
}
/* Card Box Country */

.thirdleftBox .countBoxCustom,
.secondleftBox .countBoxCustom,
.leftBox .countBoxCustom,
.fourthleftBox .countBoxCustom,
.middleBox .countBoxCustom,
.secondmiddleBox .countBoxCustom,
.thirdmiddleBox .countBoxCustom,
.fourthmiddleBox .countBoxCustom {
  width: auto;
  border: none;
  padding: 12px 20px;
  background: #f0f0f0;
  color: #000;
  border-radius: 8px;
  outline: none;
  text-transform: uppercase;
  font-weight: 500;
  /* letter-spacing: 1px; */
  cursor: pointer;
  transition: background 300ms ease, color 300ms ease;
  margin-bottom: 40px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: auto;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.countBoxCustom .fa-angle-right {
  font-size: 24px;
  vertical-align: middle;
  color: #000;
  padding-left: 5px;
  padding-bottom: 3px;
  transition: color 300ms ease;
  position: relative;
  left: 0;
  transform: rotate(180deg);
}

.countBoxCustom:hover .fa-angle-right {
  -webkit-animation: sway 1000ms infinite;
  animation: sway 1000ms infinite;
}
.countBoxCustom:active {
  background: #03a9f4;
  color: #e3deec;
  outline: none;
}
.countBoxCustom:active .fa-angle-right {
  color: #e3deec;
}
.thirdleftBox .color-block {
  position: absolute;
  top: 50px;
  left: -45px;
  width: 175px;
  height: 175px;
  /* background: #ff0000; */
  border-radius: 20px;
  /* box-shadow: 30px 30px 30px 0px rgb(255 0 0 / 15%); */
  overflow: hidden;
  display: flex;
  place-content: center;
  place-items: center;
}
.thirdleftBoxCanada .color-block {
  background: #ff0000;
  box-shadow: 30px 30px 30px 0px rgb(255 0 0 / 15%);
}
.home-country-box__denmark .color-block {
  background: #c8102e;
  box-shadow: 30px 30px 30px 0px rgba(200, 16, 46, 0.15);
}
.secondleftBoxNetherlands .color-block img {
  height: 100%;
}
.secondleftBox .color-block {
  position: absolute;
  top: 50px;
  left: -45px;
  width: 175px;
  height: 175px;
  /* background: #000; */
  border-radius: 20px;
  /* box-shadow: 30px 30px 30px 0px rgb(255 205 0 / 15%); */
  overflow: hidden;
  display: flex;
  place-content: center;
  place-items: center;
}
.secondleftBoxNetherlands .color-block {
  background: #000;
  box-shadow: 30px 30px 30px 0px rgb(255 205 0 / 15%);
}
.leftBox .color-block {
  position: absolute;
  top: 50px;
  left: -45px;
  width: 175px;
  height: 175px;
  /* background: #04481e; */
  border-radius: 20px;
  /* box-shadow: 30px 30px 30px 0px rgb(0 150 57 / 15%); */
  overflow: hidden;
  display: flex;
  place-content: center;
  place-items: center;
}
.leftBoxUAE .color-block {
  background: #04481e;
  box-shadow: 30px 30px 30px 0px rgb(0 150 57 / 15%);
}
.leftBoxUAE .color-block img {
  height: 100%;
  /* margin-left: 60%; */
}
.fourthleftBox .color-block {
  position: absolute;
  top: 50px;
  left: -45px;
  width: 175px;
  height: 175px;
  /* background: #be0029; */
  border-radius: 20px;
  /* box-shadow: 30px 30px 30px 0px rgb(190 0 41 / 15%); */
  overflow: hidden;
  display: flex;
  place-content: center;
  place-items: center;
}
.fourthleftBoxPortugal .color-block {
  background: #be0029;
  box-shadow: 30px 30px 30px 0px rgb(190 0 41 / 15%);
}
.secondmiddleBoxUSA .color-block img {
  height: 100%;
  padding-left: 30%;
}
.secondmiddleBox .color-block {
  position: absolute;
  top: 50px;
  left: -45px;
  width: 175px;
  height: 175px;
  /* background: #041e42; */
  border-radius: 20px;
  /* box-shadow: 30px 30px 30px 0px rgb(4 30 66 / 15%); */
  overflow: hidden;
  display: flex;
  place-content: center;
  place-items: center;
}
.secondmiddleBoxUSA .color-block {
  background: #BF0A30;
  box-shadow: 30px 30px 30px 0px rgb(91 10 48 / 15%);
}
.thirdmiddleBox .color-block {
  position: absolute;
  top: 50px;
  left: -45px;
  width: 175px;
  height: 175px;
  /* background: #e30a17; */
  border-radius: 20px;
  /* box-shadow: 30px 30px 30px 0px rgb(4 30 66 / 15%); */
  overflow: hidden;
  display: flex;
  place-content: center;
  place-items: center;
}
.thirdmiddleBoxDominica .color-block {
  background: #FFCD00;
  box-shadow: 30px 30px 30px 0px rgb(255 205 0 / 15%);
}
.fourthmiddleBox .color-block {
  position: absolute;
  top: 50px;
  left: -45px;
  width: 175px;
  height: 175px;
  background: #00008b;
  border-radius: 20px;
  box-shadow: 30px 30px 30px 0px #dcd7e8;
  overflow: hidden;
  display: flex;
  place-content: center;
  place-items: center;
}
.middleBoxNorway .color-block img,
.home-country-box__denmark .color-block img {
  height: 100%;
}
.middleBox .color-block {
  position: absolute;
  top: 50px;
  left: -45px;
  width: 175px;
  height: 175px;
  /* background: #0047a0; */
  border-radius: 20px;
  /* box-shadow: 30px 30px 30px 0px rgb(0 71 160 / 15%); */
  overflow: hidden;
  display: flex;
  place-content: center;
  place-items: center;
}
.middleBoxNorway .color-block {
  background: #0047a0;
  box-shadow: 30px 30px 30px 0px rgb(0 71 160 / 15%);
}
.color-block img {
  /* opacity: 0.4; */
  opacity: 0.9;
  height: 60%;
}
.date {
  position: absolute;
  font-size: 230px;
  color: #dcd7e8;
  top: -105px;
  left: 40px;
  z-index: -1;
}
.date:hover {
  cursor: default;
}
.timeline {
  color: #b1a6cc;
  font-size: 16px;
  position: absolute;
  top: 160px;
  right: -80px;
  display: flex;
  justify-content: space-between;
  height: 330px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.timeline .selected-year {
  font-weight: 500;
}
.timeline div:hover {
  cursor: default;
}
.contentCountryBox {
  margin-left: 48%;
  width: 60%;
  overflow-y: hidden;
}
.titleCountryBox {
  font-size: 20pt;
}
.contentCountryBox a {
  text-decoration: none !important;
}
.contentCountryBox a :link {
  text-decoration: none !important;
}
.contentCountryBox a :visited {
  text-decoration: none !important;
}

.middleBox .titleCountryBox {
  margin: 10px 0;
  font-weight: 500;
  /* color: #0047a0; */
}
.middleBoxNorway .titleCountryBox {
  color: #0047a0;
}
.middleBox .serialCountryBox {
  margin-top: 50px;
  /* color: #2d2d88; */
}
.middleBoxNorway .serialCountryBox {
  color: #2d2d88;
}
.secondmiddleBox .titleCountryBox {
  margin: 10px 0;
  font-weight: 500;
  /* color: #041e42; */
}
.secondmiddleBoxUSA .titleCountryBox {
  color: #041e42;
}
.secondmiddleBox .serialCountryBox {
  margin-top: 50px;
  /* color: #19437c; */
}
.secondmiddleBoxUSA .serialCountryBox {
  color: #19437c;
}
.thirdmiddleBox .titleCountryBox {
  margin: 10px 0;
  font-weight: 500;
  /* color: #e30a17; */
}
.thirdmiddleBoxDominica .titleCountryBox {
  color: #041e42;
}
.thirdmiddleBox .serialCountryBox {
  margin-top: 50px;
  /* color: #770f16; */
}
.thirdmiddleBoxDominica .serialCountryBox {
  color: #19437c;
}
.fourthmiddleBox .titleCountryBox {
  margin: 10px 0;
  font-weight: 500;
  color: #00008b;
}
.fourthmiddleBox .serialCountryBox {
  margin-top: 50px;
  color: #07274e;
}
.thirdleftBox .titleCountryBox {
  margin: 10px 0;
  font-weight: 500;
  /* color: #ff0000; */
}
.thirdleftBoxCanada .titleCountryBox {
  color: #ff0000;
}
.home-country-box__denmark .titleCountryBox {
  color: #c8102e;
}
.thirdleftBox .serialCountryBox {
  margin-top: 50px;
  /* color: #ff6161; */
}
.thirdleftBoxCanada .serialCountryBox {
  color: #ff6161;
}
.home-country-box__denmark .serialCountryBox {
  color: #e73351;
}
.secondleftBox .titleCountryBox {
  margin: 10px 0;
  font-weight: 500;
  /* color: #caa40a; */
}
.secondleftBoxNetherlands .titleCountryBox {
  color: #caa40a;
}
.secondleftBox .serialCountryBox {
  margin-top: 50px;
  /* color: #bb9c1f; */
}
.secondleftBoxNetherlands .serialCountryBox {
  color: #bb9c1f;
}
.leftBox .titleCountryBox {
  margin: 10px 0;
  font-weight: 500;
  /* color: #009639; */
}
.leftBoxUAE .titleCountryBox {
  color: #009639;
}

.leftBox .serialCountryBox {
  /* margin-top: 50px; */
  color: #005c23;
}
.leftBoxUAE .serialCountryBox {
  margin-top: 50px;
}
.fourthleftBox .titleCountryBox {
  margin: 10px 0;
  font-weight: 500;
  /* color: #be0029; */
}
.fourthleftBoxPortugal .titleCountryBox {
  color: #be0029;
}
.fourthleftBox .serialCountryBox {
  margin-top: 50px;
  /* color: #610e20; */
}
.fourthleftBoxPortugal .serialCountryBox {
  color: #610e20;
}
.flavor-text {
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 24px;
  color: #000;
  text-align: justify;
}
.iconsCountryBox {
  display: flex;
  justify-content: flex-end;
}
.iconsCountryBox i {
  color: #dcd7e8;
  margin: 10px;
  font-size: 20px;
}
.iconsCountryBox i:hover {
  cursor: pointer;
  color: #9181b7;
}
.recenPostsDiv {
  margin-bottom: 3rem;
}
@-webkit-keyframes sway {
  0% {
    left: 0;
  }
  50% {
    left: 5px;
  }
  100% {
    left: 0;
  }
}
@keyframes sway {
  0% {
    left: 0;
  }
  50% {
    left: 5px;
  }
  100% {
    left: 0;
  }
}
/* Card Box Country */

@media (max-width: 1200px) and (min-width: 992px) {
  .countBox {
    width: 380px !important;
  }
}
.supSvg {
  width: 100%;
}
.backGrey {
  background: #fefefe;
}
.backGrey .title {
  font-size: 15pt;
  text-align: center;
}
.backGrey .p {
  font-size: 12pt;
  text-align: justify;
}
.backGreyContent {
  display: flex;
  flex-direction: column;
  place-content: center;
}
.secondFormDiv {
  margin-top: 5rem;
}
.form {
  padding: 1.5rem;
  background: #fbfbfb;
  border-radius: 20px;
  /* box-shadow: 0px 10px 35px -25px #5045ba; */
  border: 1px solid #ccc;
}
.video {
  width: 100%;
  max-width: 768px;
  height: 410px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 25%;
  border-radius: 16px;
  background-color: #fff;
  position: relative;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blogPostBox {
  height: 480px;
  background: white;
  margin-bottom: 85px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-shadow: 0px 20px 150px -40px #949494 !important;
  position: relative;
}
.blogPostBox img {
  width: 100%;
  object-fit: none;
  height: 300px;
  border-radius: 20px;
}
.recenPostsDiv {
  margin-top: 5rem;
}
.blogPostBox .post__more {
  border: none;
  padding: 12px 20px;
  background: #f0f0f0;
  color: #000;
  border-radius: 8px;
  width: 200px;
  outline: 0;
  text-transform: uppercase;
  font-weight: 500;
  /* letter-spacing: 1px; */
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
  margin-bottom: 40px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: auto;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.post__excerpt {
  font-size: 9pt !important;
  text-align: justify;
}
.post__title {
  text-align: center;
  display: block;
  font-size: 14pt;
  margin-top: 16px;
  font-weight: 500;
  text-decoration: none;
  max-height: 80px;
  min-height: 35px;
  overflow: hidden;
}
.recenPostsDiv .butsub {
  width: 180px;
}
.recenPostsDiv h1 {
  margin-bottom: 2rem;
}

/*====================================================================== 
New styles - may 2022 
========================================================================*/

.countries-visa-contact-us {
  /* "IranYekan" */
}

.visa-phone-numbers .visa-office-phone-numbers a {
  color: #000;
}

.visa-phone-numbers .visa-office-phone-numbers > div {
  /* white-space:nowrap; */
  float: left;
  text-align: left;
  margin-bottom: 0.5rem;
}
.visa-phone-numbers .visa-office-phone-numbers {
  margin-bottom: 0.5rem;
}
.visa-phone-numbers .visa-mobile-numbers > div {
  float: left;
  text-align: left;
  margin-bottom: 0.5rem;
}
.visa-phone-numbers .visa-mobile-numbers {
  margin-bottom: 0.5rem;
}

/* @media (max-width: 400px) {
  .visa-phone-numbers .visa-mobile-numbers>div {
      padding-left: 0;
      padding-right: 0;
  }

  .visa-phone-numbers .visa-office-phone-numbers>div {
      padding-left: 0;
      padding-right: 0;


  }
} */

@media (min-width: 992px) and (max-width: 1200px) {
  .visa-phone-numbers .visa-mobile-numbers > div {
    padding-left: 0;
    padding-right: 0;
  }

  .visa-phone-numbers .visa-office-phone-numbers > div {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 320px) {
  .visa-phone-numbers .visa-mobile-numbers {
    max-width: 100% !important;
    flex: 0 0 100%;
  }

  .visa-phone-numbers .visa-office-phone-numbers {
    max-width: 100% !important;
    flex: 0 0 100%;
  }
}

@media (max-width: 767px) {
  .countries-visa-contact-us {
    margin-bottom: 0px;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
  }

  .countries-visa-contact-us {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 1100px) {
  .countries-visa-contact-us {
    margin-left: calc(-3vw);
  }
}

@media (min-width: 1400px) {
  .countries-visa-contact-us {
    margin-left: calc(-9vw);
  }
}

.gform_button.button {
  text-align: center !important;
}

#tel {
  margin-bottom: 4px;
}

/* New styles for Home page */
.country-card__flag-img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}