@keyframes move {
  0% {
    transform: perspective(600px) translate3d(0px, 0px, 0px);
  }
  50% {
    transform: perspective(600px) translate3d(30px, 0px, 0px);
  }
  100% {
    transform: perspective(600px) translate3d(0px, 0px, 0px);
  }
}
@keyframes moves {
  0% {
    transform: perspective(600px) translate3d(0px, 0px, 0px);
  }
  50% {
    transform: perspective(600px) translate3d(0px, 30px, 0px);
  }
  100% {
    transform: perspective(600px) translate3d(0px, 0px, 0px);
  }
}
.header__top ul {
  list-style: none;
    padding: 0;
    color: var(--bs-white);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin: 0;
    font-size: 14px;
}
.header__top ul li {
  position: relative;
  padding: 0 20px;
  border-right: 1px solid #fdfdfd40;
}
.header__top ul li:last-child {
  border-right: none;
  padding-right: none;
}
.header__top ul li i {
  position: absolute;
  left: 0;
  top: 7px;
}
.header__top ul li a {
  color: var(--bs-white);
}
.header__top ul li a:hover {
  color: var(--bs-red);
}
.item-news .wrap {
  background-color: var(--bs-white);
  border-radius: 20px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}
.item-news .desc {
  padding: 20px;
}
.item-news:hover .desc .btn-blog {
  color: var(--bs-blue);
}
.item-news .desc h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 12px;
  font-weight: 600;
  color: var(--bs-emphasis-color);
}
.item-news .desc h3 a:hover {
  color: var(--bs-blue);
}
.item-news .desc .btn-blog {
  font-size: 16px;
  font-weight: 700;
  color: var(--bs-emphasis-color);
}
.item-news .thumb img {
  max-height: 305px;
  min-width: 455px;
  height: 305px;
}
.item-news .thumb img {
  border-radius: 20px 20px 0 0;
}
#sec-01 h4 {
  font-size: 16px;
  color: #ffff;
  padding: 10px 0 10px 30px;
}
#sec-01 h2 {
  font-size: 75px;
  color: #ffff;
  max-width: 715px;
  line-height: 90px;
}
#btn {
  font-size: 14px;
  color: #ffff;
  text-transform: uppercase;
}
#sec-01 #btn a {
  padding: 19px 51px;
  line-height: 1.95;
}
#sec-01 .text {
  height: 35px;
  width: 270px;
  position: absolute;
  left: 230px;
  top: 178px;
}
#sec-01 .title-left {
  position: absolute;
  left: 230px;
  top: 245px;
  z-index: 10;
}
#sec-01 .btn-left {
  position: absolute;
  left: 230px;
  top: 567px;
}
#sec-01 .img-right {
  position: absolute;
  left: 1065px;
  top: 100px;
}
#sec-01 .img-right img {
  height: 750px;
  width: 700px;
}
#sec-01::before {
  content: "";
  background-color: rgba(26, 39, 49, 0.7);
}
#sec-01 #btn::before {
  content: "";
  background-image: url(../images/vector.png);
  position: absolute;
  width: 350px;
  z-index: 2;
  left: 390px;
  top: -385px;
  height: 350px;
  animation: move 3s linear infinite;
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
  filter: none;
}
#sec-02 {
  top: -60px;
  z-index: 2;
  margin-bottom: 70px;
}
#sec-02 .e-con-inner {
    justify-content: space-between;
    display: flex;
    flex-direction: row;
}
#home-frm-contact .box-form {
    padding: 80px;
    border-right: 10px solid var(--bs-blue);
    gap: 0;
}
#sec-02 #icon-item {
  max-width: 450px;
  height: 210px;
  background: var(--bs-white);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 1;
  padding: 0 15px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
}
#sec-02 #icon-item .elementor-icon-box-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 127px;
  height: 100%;
  background-color: var(--bs-blue);
  transform: skewX(-30deg);
  transform-origin: top right;
  transition: all 400ms ease;
}
#sec-02 #icon-item .elementor-icon-box-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #272c49;
  transform: skewX(-30deg);
  transform-origin: top right;
  transition: all 400ms ease;
  z-index: 2;
}
#sec-02 #icon-item .elementor-icon-box-wrapper:hover:after {
  width: 127px;
}
#sec-02 #icon-item .elementor-icon-box-wrapper:hover::before {
  width: 180%;
}
#icon-item .elementor-icon {
  position: relative;
  z-index: 3;
  width: 95px;
  height: 95px;

  transition: all 300ms ease;
}
#sec-02
  #icon-item
  .elementor-icon-box-wrapper:hover
  .elementor-icon-box-icon
  .elementor-icon {
  transform: scaleX(-1) !important;
}
#sec-02 #icon-item .elementor-icon:after {
  background-color: #ffff;
}
#icon-item .elementor-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1px dashed var(--bs-blue);
  z-index: -1;
  transition: all 300ms ease;
}
#sec-02 #icon-item .elementor-icon-box-content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200px;
  height: 100%;
  background-color: #f5f5f5;
  transform: skewX(50deg);
  transform-origin: bottom right;
  transition: all 400ms ease;
  z-index: -2;
}
#sec-02 #icon-item .elementor-icon-box-content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: #034833;
  opacity: 0.1;
  transform: skewX(50deg);
  transform-origin: bottom right;
  transition: all 400ms ease;
  z-index: 2;
}
#sec-02 #icon-item .elementor-icon-box-content:hover:after {
  width: 200px;
}
/* #sec-02 #icon-item h3{
    color: var(--bs-black);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    z-index: 3;
    position: relative;
} */
#icon-item p {
  font-size: 16px;
  color: var(--bs-black);
  z-index: 3;
  position: relative;
}
#sec-02 .item-01:hover::before {
  left: 0;
}
#sec-02 .item-01::before {
  background: linear-gradient(90deg, var(--bs-black), var(--bs-black));
}
#sec-02
  #icon-item
  .elementor-icon-box-wrapper:hover
  .elementor-icon-box-content
  .elementor-icon-box-title {
  color: var(--white);
}
#sec-02
  #icon-item
  .elementor-icon-box-wrapper:hover
  .elementor-icon-box-content
  .elementor-icon-box-description {
  color: var(--white);
}
#sec-03 {
  margin-bottom: 60px;
}
#sec-03 .img-left {
  top: 345px;
  left: -91px;
  width: 38%;
  overflow: hidden;
}
.txt h2 {
  font-size: 50px;
  color: var(--bs-black);
  font-weight: 700;
  margin-bottom: 25px;
}
p {
  font-size: 16px;
  line-height: 1.6;
}
#sec-03 #icon-item .elementor-icon {
  margin: 0 20px 0 0;
  width: 65px;
  height: 65px;
  border-width: 1px 1px 1px 1px;
  border-color: var(--bs-blue);
  border-radius: 100px 100px 100px 100px;
}
#sec-03 .txt ul {
  padding-left: 0;
}
#sec-03 #col-right {
  width: 625px;
}
#sec-03 .txt ul li {
  list-style: none;
  font-size: 17px;
  font-weight: 500;
}
#sec-03 .txt ul li::before {
  content: "\f35a";
  font-family: "Font Awesome 5 Pro";
  color: var(--bs-blue);
  padding: 0 10px;
}
#sec-03 #btn a {
  padding: 20px 50px;
  width: 190px;
}
#sec-03 .btn-right {
  max-width: 190px;
}
#sec-03 #btn .elementor-button:before {
  content: "";
  background-color: var(--bs-blue);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#sec-03 .btn-right .elementor-button:hover::before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}
#sec-03 #icon-item:hover .elementor-icon {
  background-color: var(--bs-blue);
  transform: scaleX(-1) !important;
  border-color: var(--bs-black);
}
#sec-03 #icon-item:hover .elementor-icon .e-font-icon-svg {
  fill: var(--bs-white);
}
#sec-03 #icon-item:hover h3 {
  color: var(--bs-blue);
}
#sec-03 h4 {
  color: var(--bs-black);
}
#sec-03 h4::before {
  left: 60px;
  top: -10px;
}
#sec-03 #col-right::before {
  content: "";
  position: absolute;
  background-image: url(../images/icon-plane-2.png);
  width: 105px;
  height: 640px;
  left: 700px;
  bottom: -40px;
  top: -30px;
}
#icon-item .elementor-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
#sec-blog {
  padding: 80px 0;
}
#sec-blog .elementor-post__card {
  padding: 10px 10px;
}
#sec-blog::before {
  background-color: #146C91;
  --background-overlay: "";
  opacity: 0.9;
}
#sec-blog h2 {
  color: var(--bs-white);
  width: 595px;
  margin: 0 auto 60px;
  text-align: center;
}
#sec-blog .txt-item {
  margin: 0 auto;
}
#sec-blog .txt-item h4 {
  color: var(--bs-white);
}
#sec-blog h4::before {
  left: 95px;
  top: -10px;
}
.txt-item h4 {
  position: relative;
  font-size: 12px;
  border: 3px solid #eee9e3;
  display: inline-block;
  padding: 2px 24px;
  letter-spacing: 0.2em;
  line-height: 30px;
  font-weight: 800;
  margin-bottom: 14px;
  color: var(--bs-black);
  text-transform: uppercase;
}
.txt-item h4::before {
  content: "";
  background-image: url(../images/subtitle-before.png);
  position: absolute;
  width: 19px;
  height: 14px;
  /* left: 60px;
    top: -10px; */
  color: var(--bs-blue);
  filter: invert(55%) sepia(92%) saturate(365%) hue-rotate(140deg)
    brightness(106%) contrast(99%) !important;
}
#icon-item h3 {
  color: var(--bs-black);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}
#item-blog a {
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
  color: var(--bs-blue);
  position: relative;
}
 #item-blog p {
  font-size: 16px;
  color: var(--bs-black);
}
#sec-blog .elementor-post__text {
  padding: 0 15px;
}
#sec-blog .elementor-post__text {
  margin-top: 0;
}
 #item-blog h3 a {
  color: var(--bs-black);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}
 #item-blog h3 a:hover {
  color: var(--bs-blue);
}
 #item-blog .elementor-post__badge {
  background-color: var(--bs-blue);
}
#sec-countries {
  padding: 95px 0 345px;
}
#sec-countries:before {
  content: "";
  background-image: url(../images/company.png);
  background-position: bottom center;
  background-color: var(--bs-white);
  background-repeat: no-repeat;
}
#sec-countries .txt-item h4::before {
  left: 80px;
  top: -10px;
}
#sec-countries #icon-item {
  width: 345px;
  background-color: var(--bs-white);
  box-shadow: 0 10px 60px rgb(0 0 0 / 0.1);
  padding: 20px 20px;
  height: 190px;
}
#sec-countries h3::after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  color: white;
  background: var(--bs-blue);
  font-size: 14px;
  padding: 10px 15px;
  position: absolute;
  left: 201px;
  top: -20px;
}
#sec-countries h3 {
  padding-top: 10px;
}
#sec-countries p {
  position: absolute;
  left: 25px;
  border-top: 1px dashed rgb(191 188 188 / 0.4901960784);
  padding-top: 18px;
  margin-top: 25px;
  width: 285px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
#sec-countries .img-box p {
  position: absolute;
}
#sec-countries .e-con-inner {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
#sec-countries .txt {
  max-width: 710px;
}
#sec-countries #icon-item img {
  border-radius: 50%;
}
#sec-countries #icon-item:hover {
  background-color: #146c91;
  transform: all 300ms ease;
  color: var(--bs-white);
}
#sec-countries #icon-item:hover h3 {
  color: var(--bs-white);
}
#sec-countries #icon-item:hover p {
  color: #9898a0;
}
#sec-countries #icon-item:hover .elementor-image-box-img img {
  transform: rotate(360deg);
  outline: 3px solid var(--bs-white) !important;
}
#home-blog #item-blog .elementor-grid-item {
  background: var(--bs-white);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 30px;
  border-radius: 20px;
}
#home-blog #item-blog .elementor-post__text {
    padding: 0px 20px 20px 20px;
}
#home-blog h2{
  color: var(--bs-black);
}
#home-blog .txt-item h4{
  color: var(--bs-black);
}
#home-blog .txt-item h4::before{
  top: -10px;
  left: 65px;
}
#home-blog #item-blog .elementor-post-author::before{
  content: "\f2bd";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
}
#home-blog #item-blog .elementor-post-date::before{
  content: "\f073";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
}
#home-blog #item-blog .elementor-post__meta-data{
  margin-top: 10px;
}
#home-blog #item-blog .elementor-post-author{
  padding-right: 20px;
}
#home-blog {
  padding: 100px 0;
}
#home-blog .txt::before{
  content: '';
  background-image: url(../images/icon-plane-4.png);
  position: absolute;
  width: 300px;
  height: 335px;
  right: -205px;
  animation: moves 3s linear infinite;
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
}
#silder-item {
  text-align: center;
  padding: 0 40px 45px;
  background: var(--bs-white);
  margin-top: 70px;
  max-width: 355px;
  height: 370px;
}
#silder-item .e-con-inner::before {
  content: '';
  bottom: 324px;
  clip-path: polygon(50% 100%, 100% 0px, 100% 100%, 0px 100%, 0px 0px);
  content: "";
  height: 60px;
  left: -40px;
  position: absolute;
  width: 355px;
  background: var(--bs-white); 
}
#silder-item .e-con-inner{
  position: relative;
}
#silder-item {
  position: relative;
  bottom: -10px;
}
#silder-item .item-col{
  color: var(--bs-blue);
  font-size: 14px;
}
#silder-item .img-item {
  position: relative;
  bottom: 80px;
}
#silder-item .elementor-image-box-content::before{
  content: '\f005 \f005 \f005 \f005 \f005';
  color: #f9b524;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  float: left;
  top: 190px;
  left: 105px;
  position: absolute;
  font-size: 12px;
}
#sec-review .item-txt {
  position: absolute;
  top: 290px;
  left: 80px;
}
#sec-review::before {
  background-color: #146C91;
  --background-overlay: '';
  opacity: 0.6;
}
#silder-item .elementor-image-box-description {
    padding-top: 45px;
}
#silder-item  .elementor-image-box-img {
  width: 130px;
  max-width: 130px;
  height: 130px;
}
#silder-item  img{
  border-radius: 50%;
}
 #silder-item h3{
  font-size: 17px;
  color: var(--bs-black);
  font-weight: 600;
}
 #silder-item p{
  font-size: 18px;
  color: var(--bs-black);
  line-height: 1.8;
}
#silder-item h4{
  font-size: 20px;
  color: var(--bs-black);
  font-weight: 600;
} 
#sec-review{
  padding: 90px 0 ;
}
#sec-review .list-slider{
  padding-bottom: 30px;
}
#sec-review .txt-item h4{
  color: var(--bs-white)
}
#sec-review .txt-item{
  margin: 0 auto;
  padding-top: 130px;
}
#sec-review .txt {
  margin: 0 auto;
  padding-bottom: 0;
}
#sec-review .txt h2{
  color: var(--bs-white);
}
#sec-review  .swiper-slide {
  display: flex;
  justify-content: space-evenly;
}
#sec-review .txt-item h4::before{
  top: -10px;
  left: 70px;
}
#sec-review .elementor-swiper-button svg{
  fill: var(--bs-blue);
}
#sec-review .elementor-swiper-button:hover svg{
  fill: var(--bs-white);
}
#sec-review .elementor-swiper-button:hover{
  background-color: var(--bs-blue);
}
#sec-review .swiper-pagination-bullet{
  background: var(--bs-white);
}
#sec-review .elementor-swiper-button {
  height: 50px;
  width: 50px;
  background: var(--bs-white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
#home-frm-contact .wpcf7 {
  max-width: 700px;
}
#home-frm-contact .box-form .main-title .elementor-heading-title {
  padding: 0 45px;
}
#home-frm-contact .subtitle{
  padding: 0 45px;
}
#sec-visa .e-con-inner:before {
  background-image: url(../images/icon-city.png);
  content: '';
  background-position: bottom right;
  background-repeat: no-repeat;
}
#sec-visa .txt .item-service::after{
  content: '\f0a9';
  font-family: "Font Awesome 5 Pro";
  color: var(--bs-blue);
  padding-left: 10px;
}
#sec-visa .txt h2 {
  font-size: 40px;
  max-width: 400px;
}
#sec-visa .box-right {
  display: flex;
  justify-content: space-around;
  padding-left: 48px;
}
#sec-visa .txt .item-service:hover{
  color: var(--bs-blue);
}
#sec-visa h3{
  font-size: 50px;
}
#sec-visa .elementor-icon-box-wrapper:hover .elementor-icon{
  fill: var(--bs-white);
  background-color: var(--bs-blue);
  overflow: hidden;
  border-radius: 50%;
}
#sec-visa #icon-item{
  padding-left: 50px;
}
#sec-visa {
  position: relative;
  margin-bottom: -155px;
  z-index: 2;
  padding-top: 45px;
}
#sec-visa .box-top{
  border-top: 5px solid var(--bs-blue);
}
#sec-wp h4{
  color: var(--bs-black);
}
#sec-wp h2{
  color: var(--bs-black);
}
#sec-wp .txt-item h4::before{
  top: -10px;
  left: 85px;
} 
#sec-wp #icon-item .elementor-icon {
  position: relative;
  z-index: 3;
  width: 175px;
  height: 175px;
  border: 3px dashed var(--bs-blue);
  background: var(--bs-white);
  border-radius: 50%;
  margin: 0 auto;
}
/* #sec-wp #icon-item .elementor-icon:after {
  border: 3px dashed var(--bs-blue);
  background: var(--bs-white);
} */
#sec-wp #icon-item .elementor-icon:after{
  border: none;
}
#sec-wp #icon-item .elementor-icon::before{
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  left: 135px;
  top: 9px;
  z-index: 2;
  width: 40px;
  height: 40px;
  background: var(--bs-blue);
  border-radius: 50%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: var(--bs-white);
}
#sec-wp .img-bg::before{
  content: '';
  background-image: url(../images/icon-line-1.png);
  height: 120px;
  width: 1400px;
  background-size: 1280px;
  left: 10px;
  background-repeat: no-repeat;
  background-position: center;
  top: 42px;
}
#sec-wp  .text-item {
  width: 340px;
  height: 225px;
  margin: 0 auto;
  padding: 35px 28px 30px;
  text-align: center;
  transition: all 300ms ease;
}
#sec-wp .item-01{
  color: var(--bs-blue);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
#sec-wp  .text-item h4{
  font-size: 22px;
  color: var(--bs-black);
  font-weight: 700;
  line-height: 30px;
  margin: 0px 15px 15px 15px;
}
.text-item p{
  font-size: 16px;
}
#sec-wp #wp-item:hover .elementor-icon {
  background-color: var(--bs-blue);
}
#sec-wp #wp-item:hover .elementor-icon svg{
  fill: var(--bs-white) !important;
}

#sec-wp #wp-item:hover .elementor-icon:before{
  background-color: var(--bs-white);
  color: var(--bs-blue);
}
#sec-wp #wp-item:hover .text-item{
  background-color: var(--bs-white);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
}
#sec-wp #wp-item .text-item::before{
  content: '';
  background-image: url(../images/icon-arrow2.png);
  position: absolute;
  z-index: 2;
  height: 40px;
  width: 40px;
  right: -80px;
  bottom: 85px;
}
#sec-wp #wp-item:last-child .text-item::before{
  display: none;
}
#sec-01{
  height: 850px;
}
#sec-wp .e-con-inner {
    padding-top: 65px;
}
#sec-review .txt-review p{
  text-align: center;
  color: var(--bs-white);
  margin: -15px 0 50px 0;
}
/* .trp-language-switcher.trp-floating-switcher.trp-ls-dropdown.trp-switcher-position-top{
  display: none ;
} */
.header__top  .trp-shortcode-anchor{
  visibility: visible;
}
.header__top .text-center {
  display: flex;
  justify-content: space-between;
}
.header__top  .trp-shortcode-switcher{
  padding: 5px 0;
}