html {
  zoom: 60%;
  margin-top: 0px !important;
}

h1 {
  font-size: 40px;
}

p {
  font-size: 25px;
}

body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

.container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 20px;
  margin: auto;
  max-width: 1622px;
  position: relative;
}

header {
  background-color: #002333;
  height: 150px;
}
header nav {
  grid-column: 1/17;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 965px) {
  header nav {
    justify-content: center;
    flex-direction: column;
  }
}
header nav .logo {
  width: 340px;
}
@media (max-width: 965px) {
  header nav .logo {
    width: 340px;
    margin-top: 30px;
  }
}
header nav .arrow {
  display: none;
}
@media (max-width: 965px) {
  header nav .arrow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 150px;
    position: relative;
  }
}
header nav .arrow img:first-child {
  position: absolute;
  top: 2px;
}
header nav .call {
  width: 440px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  text-align: center;
}
@media (max-width: 965px) {
  header nav .call {
    display: none;
  }
}
header nav .call div {
  border-style: solid;
  border-width: 4px;
  border-color: #DEEFE7;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px;
}
header nav .call .word {
  border-bottom-left-radius: 44px;
  border-top-left-radius: 44px;
  width: 100%;
  color: #DEEFE7;
}
header nav .call .number {
  border-bottom-right-radius: 44px;
  border-top-right-radius: 44px;
  width: 100%;
  background-color: #DEEFE7;
}
header nav .menu {
  background-color: #002333;
}
@media (max-width: 965px) {
  header nav .menu {
    display: none;
  }
  header nav .menu.active2 {
    display: block;
    width: 100%;
    height: 400px;
    z-index: 3;
  }
}
header nav .menu ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media (max-width: 1430px) {
  header nav .menu ul {
    flex-direction: row;
    align-items: center;
    padding: 0px;
  }
}
header nav .menu ul li {
  display: block;
  font-size: 20px;
  padding: 40px;
}
header nav .menu ul li a {
  color: white;
}
header nav .menu ul li:hover {
  background-color: #DEEFE7;
}
header nav .menu ul li:hover a {
  color: #002333;
}

.hero-desk {
  grid-column: 1/17;
}
.hero-desk .container {
  grid-template-rows: 100px 100px 100px 100px 100px 100px;
}

.hero-moh {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 600px;
  height: 700px;
  margin-top: 140px;
  grid-column: 9/12;
  grid-row: 2/3;
  z-index: 3;
}
@media (max-width: 965px) {
  .hero-moh {
    width: 300px;
    grid-column: 5/16;
    margin-top: 10px;
  }
}

.aboutus-div {
  grid-column: 1/17;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.aboutus-div div {
  display: flex;
  flex-direction: column;
  width: 350px;
  align-items: center;
  text-align: center;
}
.aboutus-div div img {
  width: 160px;
}

.videointro {
  height: 300px;
  position: relative;
}
.videointro #myVideo {
  position: absolute;
  right: 0;
  z-index: 0;
  min-width: 100%;
}
.videointro .intro {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 140px;
  font-size: 60px;
  font-weight: 600;
  color: white;
}
@media (max-width: 965px) {
  .videointro .intro div {
    font-size: 30px;
  }
}
.videointro .intro div span {
  font-size: 40px;
  font-weight: 100;
}
@media (max-width: 965px) {
  .videointro .intro div span {
    font-size: 24px;
  }
}
@media (max-width: 965px) {
  .videointro .intro ul {
    font-size: 26px;
  }
}
@media (max-width: 965px) {
  .videointro .intro ul li img {
    width: 20px;
  }
}

.swiper-container {
  overflow: hidden;
}

section {
  grid-column: 1/17;
}

.years {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 700px;
  height: 700px;
  grid-column: 9/12;
  grid-row: 2/3;
  z-index: 3;
  margin-top: 480px;
}
@media (max-width: 965px) {
  .years {
    width: 300px;
    grid-column: 5/16;
    margin-top: 160px;
  }
}

.hero-titles {
  grid-column: 1/17;
  margin-top: -100px;
  width: 100%;
  color: white;
}
.hero-titles h1 {
  font-size: 60px;
  width: 100%;
}
@media (max-width: 965px) {
  .hero-titles h1 {
    font-size: 30px;
    text-align: center;
  }
}
.hero-titles h2 {
  font-size: 40px;
  font-weight: 500;
  margin-top: -40px;
}
@media (max-width: 965px) {
  .hero-titles h2 {
    font-size: 20px;
    text-align: center;
    margin-top: 40px;
  }
}
.hero-titles .whatwedo {
  font-size: 24px;
}
@media (max-width: 965px) {
  .hero-titles .whatwedo {
    display: none;
    font-size: 16px;
    text-align: left;
    margin-top: 480px;
  }
}
.hero-titles .whatwedo ul {
  list-style: none;
}
.hero-titles .whatwedo ul li {
  line-height: 1.5;
}
.hero-titles .whatwedo ul li img {
  width: 26px;
}
@media (max-width: 965px) {
  .hero-titles .whatwedo ul li img {
    width: 20px;
  }
}

.form1 {
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 360px;
  grid-column: 12/16;
  grid-row: 2/3;
}
@media (max-width: 965px) {
  .form1 {
    position: relative;
    width: 100%;
    grid-column: 2/16;
    grid-row: 7/8;
    margin-top: 170px;
  }
}
.form1 div {
  padding: 20px 20px 20px 20px;
  text-align: center;
  font-size: 20px;
}
.form1 div:first-child {
  background-color: #002333;
  color: white;
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
}
.form1 div:nth-child(2) {
  background-color: #B4BEC9;
  border-bottom-left-radius: 44px;
  border-bottom-right-radius: 44px;
  border-style: solid;
  border-width: 2px;
}
.form1 form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.form1 form .form-input {
  width: 260px;
  height: 40px;
  border-radius: 10px;
  border-style: solid;
  box-shadow: 5px 5px #002333;
  font-size: 18px;
  padding-left: 12px;
}
.form1 form .form-btn {
  background-color: #002333;
  color: white;
  padding: 10px;
  width: 180px;
  border-radius: 10px;
  font-size: 18px;
}
.form1 form .form-btn:hover {
  color: #002333;
  background-color: #DEEFE7;
}

.aiovg-form-group .aiovg-form-control {
  width: 260px;
  height: 40px;
  border-radius: 10px;
  border-style: solid;
  box-shadow: 5px 5px #002333;
  font-size: 18px;
  padding-left: 12px;
}
.aiovg-form-group .ca {
  width: 260px;
  height: 40px;
  border-radius: 10px;
  border-style: solid;
  box-shadow: 5px 5px #002333;
  font-size: 18px;
  padding-left: 12px;
}
.aiovg-form-group .aiovg-button {
  background-color: #002333;
  color: white;
  padding: 10px;
  width: 180px;
  border-radius: 10px;
  font-size: 18px;
}
.aiovg-form-group .aiovg-button:hover {
  color: #002333;
  background-color: #DEEFE7;
}

.certify {
  padding: 400px 0px 360px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 965px) {
  .certify {
    padding-top: 200px;
  }
}
.certify div h1 {
  grid-column: 1/17;
}

.flow {
  padding: 300px 0px 260px 0px;
  background-color: #002333;
  display: block;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.flow div h1 {
  grid-column: 1/17;
  color: white;
  text-align: center;
}
.flow .workflow {
  grid-column: 1/17;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 965px) {
  .flow .workflow {
    flex-direction: column;
    gap: 60px;
  }
}
.flow .workflow .arrow {
  width: 50px;
  height: 50px;
}
@media (max-width: 965px) {
  .flow .workflow .arrow {
    rotate: 90deg;
  }
}

.whypeople {
  background-color: #159A9C;
}
.whypeople .logotrail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -50px;
  height: 280px;
  position: relative;
  z-index: 0;
}
.whypeople .whypeoplvidio {
  padding: 260px 0px 260px 0px;
  color: white;
  grid-column: 1/17;
  display: flex;
  flex-direction: row;
  gap: 100px;
  font-size: 25px;
}
@media (max-width: 965px) {
  .whypeople .whypeoplvidio {
    padding: 100px 0px 100px 0px;
    flex-direction: column;
    text-align: center;
  }
  .whypeople .whypeoplvidio h1 {
    text-align: center;
  }
  .whypeople .whypeoplvidio .form-btn {
    margin: auto;
  }
}
.whypeople .whypeoplvidio div {
  width: 100%;
}
.whypeople .whypeoplvidio div:first-child {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.whypeople .whypeoplvidio .form-btn {
  background-color: #002333;
  color: white;
  padding: 10px;
  width: 300px;
  border-radius: 10px;
  font-size: 22px;
}
.whypeople .whypeoplvidio .form-btn:hover {
  color: #002333;
  background-color: #DEEFE7;
}

.morevideos {
  padding: 260px 0px 260px 0px;
}
.morevideos h1 {
  text-align: center;
  grid-column: 1/17;
}
.morevideos img {
  width: 100%;
}
@media (max-width: 965px) {
  .morevideos {
    padding: 120px 0px 120px 0px;
  }
}

.irsform {
  padding: 260px 0px 260px 0px;
  background-position: center;
  background-size: cover;
}
.irsform ul li img {
  width: 26px;
}
@media (max-width: 965px) {
  .irsform {
    padding: 120px 0px 120px 0px;
  }
  .irsform h1, .irsform p, .irsform ul {
    text-align: center;
  }
  .irsform h1 li img, .irsform p li img, .irsform ul li img {
    width: 20px;
  }
}
.irsform .irs-form {
  grid-column: 2/16;
  color: white;
  display: flex;
  flex-direction: row;
  gap: 100px;
}
@media (max-width: 965px) {
  .irsform .irs-form {
    flex-direction: column;
  }
}
.irsform .irs-form div:first-child {
  display: flex;
  flex-direction: column;
  font-size: 25px;
}
.irsform .irs-form div:first-child h1 {
  color: #159A9C;
}
.irsform .irs-form div:first-child p {
  font-size: 25px;
}
.irsform .irs-form div:first-child .form-btn {
  background-color: #002333;
  color: white;
  padding: 10px;
  width: 300px;
  border-radius: 10px;
  font-size: 20px;
}
@media (max-width: 965px) {
  .irsform .irs-form div:first-child .form-btn {
    margin: auto;
  }
}
.irsform .irs-form div:first-child .form-btn:hover {
  color: #002333;
  background-color: #DEEFE7;
}

.imigrate-asylum {
  padding: 260px 0px 260px 0px;
  grid-column: 2/17;
  display: flex;
  flex-direction: row;
  font-size: 25px;
  color: #159A9C;
}
@media (max-width: 965px) {
  .imigrate-asylum {
    flex-direction: column;
    gap: 80px;
    text-align: center;
  }
}
.imigrate-asylum h1 {
  color: #002333;
}
.imigrate-asylum div:first-child {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.imigrate-asylum .form-btn {
  background-color: #002333;
  color: white;
  padding: 10px;
  width: 180px;
  border-radius: 10px;
  font-size: 18px;
}
@media (max-width: 965px) {
  .imigrate-asylum .form-btn {
    margin: auto;
  }
}
.imigrate-asylum .form-btn:hover {
  color: #002333;
  background-color: #DEEFE7;
}

.service {
  padding: 260px 0px 260px 0px;
}
.service .container div:first-child {
  grid-column: 1/17;
  text-align: center;
}
.service .our-services {
  grid-column: 2/17;
  font-size: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 965px) {
  .service .our-services {
    flex-direction: column;
    align-items: center;
  }
}
.service .our-services .one-service {
  width: 430px;
}
.service .our-services .one-service h1 {
  color: white;
  background-color: #159A9C;
  text-align: center;
  padding: 30px 0px 30px 0px;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-style: solid;
  border-width: 4px;
  border-color: white;
}
.service .our-services .one-service p {
  background-color: white;
  padding: 30px;
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 23px;
  text-align: center;
  height: 550px;
}
.service .our-services .one-service img {
  margin-bottom: -5px;
  border-width: 0.5px;
  border-color: white;
  width: 100%;
}
.service .our-services .one-service .form-btn {
  position: absolute;
  bottom: 64px;
  right: 25%;
  background-color: #002333;
  color: white;
  padding: 10px;
  width: 180px;
  border-radius: 10px;
  font-size: 18px;
}
@media (max-width: 965px) {
  .service .our-services .one-service .form-btn {
    margin: auto;
  }
}
.service .our-services .one-service .form-btn:hover {
  color: #002333;
  background-color: #DEEFE7;
}

.staff {
  padding: 0px 0px 260px 0px;
  background-attachment: fixed;
  background-size: cover;
}
.staff .container div:first-child {
  grid-column: 1/17;
  text-align: center;
}
.staff .container div:first-child p {
  font-size: 25px;
}
.staff .ourstaff {
  grid-column: 2/16;
  display: flex;
  flex-direction: row;
  gap: 30px;
}
@media (max-width: 965px) {
  .staff .ourstaff {
    flex-direction: column;
  }
}
.staff .ourstaff .onestaff div:nth-child(1) {
  background-color: #DEEFE7;
  padding: 40px;
}
.staff .ourstaff .onestaff div:nth-child(1) img {
  width: 330px;
}
.staff .ourstaff .onestaff div:nth-child(2) {
  background-color: #159A9C;
  color: white;
  margin-top: -20px;
  padding: 20px;
}

.logotrail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -50px;
  height: 280px;
  position: relative;
  z-index: -1;
}

footer {
  padding: 200px 0px 100px 0px;
  background-color: #002333;
  color: white;
}
footer .footerinfo {
  grid-column: 1/17;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 18px;
}
@media (max-width: 965px) {
  footer .footerinfo {
    text-align: center;
    flex-direction: column;
  }
}
footer .footerinfo ul {
  list-style: none;
  line-height: 50px;
}
footer .footercopyrights {
  grid-column: 1/17;
  text-align: center;
  font-weight: 600;
}

.social {
  padding: 200px 0px 260px 0px;
}
.social .sociallinks {
  grid-column: 1/17;
  display: flex;
  flex-direction: row;
  gap: 30px;
}
@media (max-width: 965px) {
  .social .sociallinks {
    flex-direction: column;
    gap: 100px;
  }
}
.social .sociallinks .link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.social .sociallinks .link img:first-child {
  width: 60px;
}
.social .sociallinks .link a {
  display: flex;
  flex-direction: column;
  align-items: center;
}/*# sourceMappingURL=style.css.map */