@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif !important;
}

a {
  text-decoration: none !important;
}

h1 {
  line-height: 50px;
  font-size: 40px !important;
  font-weight: 600 !important;
}

h2,
h3,
h4 {
  font-size: 30px !important;
  font-weight: 600 !important;
}

.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999 !important;
  padding: 0;
  box-shadow: 0px 0px 5px gainsboro;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4196078431) !important;
  animation-name: example;
  animation-duration: 1s;
  transition: top 500ms ease-in;
  color: #000 !important;
  box-shadow: 0px 0px 5px gainsboro;
}

@keyframes example {
  0% {
    top: -100px;
  }
  100% {
    top: 0px;
  }
}
.navbar-brand {
  font-size: 30px !important;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 500;
}

.navbar {
  background-color: #002347;
}

.nav_flex {
  display: flex;
  align-items: center;
}
.nav_flex .dropdown-toggle {
  width: 25px;
  height: 25px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  background-color: #f1f1f1;
  border: 1px solid #a09797;
}
.nav_flex .dropdown-toggle::after {
  content: "\ea4e" !important;
  font-family: "remixicon";
  vertical-align: 1.2rem !important;
  border-top: 0em solid !important;
  border-right: 0em solid transparent !important;
  border-bottom: 0;
  border-left: 0em solid transparent !important;
}

.dropdown-menu {
  width: auto;
  left: -300px !important;
  position: relative;
}
.dropdown-menu .dropdown-item {
  padding: 15px;
  font-size: 15px;
  margin-right: 10px;
}

.dropdown-submenu .dropdown-menu {
  position: absolute;
  left: 390px !important;
  top: 40px !important;
}

.nav-item {
  position: relative;
  padding-right: 15px;
}

.nav-item .nav-link {
  color: #fff !important;
  position: relative;
}

.nav-item .nav-link::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #FF5003;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  left: 0;
}

.nav-item .nav-link:hover::before {
  width: 100%;
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
  background-color: #002347;
  /* Remove background on hover */
  color: #fff;
}

.swiper-image1 {
  background: url("../images/banner.png") top no-repeat;
  width: 100%;
  height: 90vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3215686275);
}

.swiper-image2 {
  background: url("../images/europe-banner.jpg") center no-repeat;
  width: 100%;
  height: 90vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3215686275);
}

.swiper-image3 {
  background: url("../images/asia-banner.jpg") center no-repeat;
  width: 100%;
  height: 90vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3215686275);
}

.swiper-image4 {
  background: url("../images/banner4.jpg") center no-repeat;
  width: 100%;
  height: 80vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3215686275);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  width: 40px;
  height: 40px;
  background-color: #fff;
  font-size: 25px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90vh;
  flex-direction: column;
}
.text-container .bigTitle {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.text-container .bannersubtitle {
  font-size: 25px;
  font-weight: 200 !important;
}
.text-container .banner_btn .know_more {
  background: #FF5003;
  color: #fff;
  padding: 10px 25px;
  transition: all 0.3s ease-in-out;
}
.text-container .banner_btn .know_more:hover {
  background-color: #002347;
  border: 1px solid #fff;
}

.about_text {
  color: #FF5003;
}
.about_text span {
  color: #002347;
}
.about_text h5 {
  color: #3F3F3F;
  font-weight: bold;
  text-transform: uppercase;
}
.about_text h2 {
  line-height: 45px !important;
}

.content_wrapper {
  line-height: 30px;
  color: #000;
  text-align: justify;
}

.about_img {
  margin-left: auto;
  height: auto;
}
.about_img img {
  width: 100%;
  height: 100%;
}

.btn_col .btn1 {
  background: #FF5003;
  color: #fff;
  padding: 10px 25px;
  transition: all 0.3s ease-in-out;
  box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.2470588235);
  display: inline-block;
}
.btn_col .btn1:hover {
  background-color: #002347;
}

.sec_bg1 {
  background-color: #F7F7F7;
}
.sec_bg1 .icon1 {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 30px;
}
.sec_bg1 .icon1:hover i {
  transform: translateX(30%);
  color: #002347;
}
.sec_bg1 .icon1 .icon-img {
  background-color: #fff;
  box-shadow: 2px 2px 5px #000;
  padding: 5px;
  border-radius: 5px;
}
.sec_bg1 .icon1 h6 {
  font-size: 19px;
  font-weight: normal;
}
.sec_bg1 .icon1 i {
  font-size: 30px;
  color: #FF5003;
  transition: all 0.3s ease-in-out;
}

.col-flex {
  display: grid;
  grid-template-columns: 150px 150px 150px !important;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
  width: 100%;
  height: 100%;
}
.col-flex img {
  height: 80px;
}

.Btn_1 {
  background-color: #FF5003;
  padding: 8px 30px;
  color: #fff;
  border: 0;
  border-radius: 5px;
}
.Btn_1:hover {
  background-color: #002347;
  color: #fff;
}

.inquery-form .captcha-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inquery-form .form-control {
  border: 1px solid #000;
  border-radius: 2;
}
.inquery-form .form-control::-moz-placeholder {
  font-size: 18px;
}
.inquery-form .form-control::placeholder {
  font-size: 18px;
}
.inquery-form .form-select {
  font-size: 18px;
}
.inquery-form .dynamic-code {
  padding: 6px 0;
  background: #fff;
  color: #000;
  border: 1px solid #393376;
  border-radius: 8px;
  text-align: center;
}
.inquery-form .captcha-reload {
  padding-left: 10px;
}

.map_box {
  background-color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  width: 80%;
  border-radius: 10px;
  overflow: hidden;
}
.map_box .contact_info {
  padding: 25px;
}
.map_box .contact_info ul {
  padding-left: 0 !important;
}
.map_box .contact_info ul li {
  margin-bottom: 15px;
  list-style: none;
  display: flex;
  gap: 10px;
}
.map_box .contact_info ul li span {
  font-size: 20px;
}
.map_box .contact_info ul li a {
  color: #000;
}

.footer_bg {
  background-color: #002347;
}
.footer_bg .footer_nav h5 {
  color: #fff;
  padding-bottom: 12px;
}
.footer_bg .footer_nav p {
  color: #fff;
}
.footer_bg .footer_nav ul {
  padding-left: 0 !important;
}
.footer_bg .footer_nav ul li {
  margin-bottom: 10px;
  color: #fff;
  list-style: none;
}
.footer_bg .footer_nav ul li:hover {
  -webkit-text-decoration: underline 2px !important;
          text-decoration: underline 2px !important;
  color: #FF5003;
  text-underline-offset: 8px;
}
.footer_bg .footer_nav ul li:hover a {
  color: #FF5003;
}
.footer_bg .footer_nav ul li a {
  color: #fff;
}
.footer_bg .footer_nav .footer_contact {
  padding-left: 0 !important;
}
.footer_bg .footer_nav .footer_contact li {
  display: flex;
  gap: 10px;
}
.footer_bg .footer_nav .footer_contact li i {
  font-size: 20px;
}
.footer_bg .footer-icons a i {
  color: #fff !important;
  padding-right: 15px;
  font-size: 25px;
}
.footer_bg .footer-icons a i:hover {
  color: #FF5003 !important;
}

.cpoy-bg {
  background: #1C3C5D;
}
.cpoy-bg .cpoy-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cpoy-bg .cpoy-right p {
  margin-bottom: 0 !important;
  color: #fff;
}
.cpoy-bg .cpoy-right p a {
  color: #fff;
}

.about_page {
  background: url("../images/about-banner.jpg") center no-repeat;
  width: 100%;
  height: 60vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4431372549);
  background-size: cover;
}
.about_page .banner_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60vh;
  color: #fff;
}

.banner_page {
  background: url("../images/banner.png") center no-repeat;
  width: 100%;
  background-size: cover;
  height: 60vh;
}
.banner_page .banner_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60vh;
  color: #fff;
  text-align: center;
}

.contact_email {
  text-decoration: underline !important;
  text-underline-offset: 8px;
}

.latin_page {
  background: url("../images/europe-banner.jpg") center no-repeat;
  width: 100%;
  height: 60vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3215686275);
  background-size: cover;
}
.latin_page .banner_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60vh;
  color: #fff;
}

.asia2_banner {
  background: url("../images/asia-banner.jpg") center no-repeat;
  width: 100%;
  height: 60vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3215686275);
  background-size: cover;
}
.asia2_banner .banner_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60vh;
  color: #fff;
}

.india_banner {
  background: url("../images/banner4.jpg") center no-repeat;
  width: 100%;
  height: 60vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3215686275);
  background-size: cover;
}
.india_banner .banner_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60vh;
  color: #fff;
}

.contact_page {
  background: url("../images/contact-banner.jpg") center no-repeat;
  width: 100%;
  height: 60vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3215686275);
  background-size: cover;
}
.contact_page .banner_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60vh;
  color: #fff;
}

.contact_bg {
  background-color: #3F3F3F;
}
.contact_bg .col_bg {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
}
.contact_bg .inquery-form .form-title {
  text-align: center;
  padding-bottom: 30px;
  font-family: "Oswald", sans-serif !important;
}
.contact_bg .inquery-form .form-group input {
  border: none;
  border: 1px solid rgba(148, 140, 140, 0.7450980392);
  border-radius: 0;
}
.contact_bg .inquery-form textarea {
  border: none;
  border: 1px solid rgba(148, 140, 140, 0.7450980392);
  border-radius: 0;
}
.contact_bg .inquery-form .captcha-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact_bg .inquery-form .dynamic-code {
  padding: 6px 0;
  background: #fff;
  color: #000;
  border: 1px solid #393376;
  border-radius: 8px;
  border: 1px solid rgba(148, 140, 140, 0.7450980392);
  text-align: center;
  border-radius: 0;
}
.contact_bg .inquery-form .captcha-reload {
  padding-left: 5px;
}
.contact_bg .inquery-form .captcha-input {
  border: 1px solid rgba(148, 140, 140, 0.7450980392);
  border-radius: 0;
}
.contact_bg .captcha-reload {
  padding-left: 10px !important;
}
.contact_bg .Btn_1 {
  background-color: #FF5003;
  border: none;
  padding: 8px 30px;
  color: #fff;
  box-shadow: 2px 2px 8px 0px #000;
}
.contact_bg .Btn_1:hover {
  background-color: #002347;
}

.contact_col ul {
  padding-left: 0 !important;
}
.contact_col ul li {
  list-style: none;
  margin-bottom: 25px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid rgba(168, 164, 164, 0.1921568627);
  padding-bottom: 15px;
}
.contact_col ul li span {
  background-color: #FF5003;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.contact_col ul li span i {
  color: #fff;
}
.contact_col ul li a {
  color: #000;
}

.clients_page {
  background: url("../images/client-banner.jpg") center no-repeat;
  width: 100%;
  height: 60vh;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4431372549);
  background-size: cover;
}
.clients_page .banner_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60vh;
  color: #fff;
}

.client-box {
  background-color: #fff;
  box-shadow: 1px 1px 2px 1px rgba(102, 100, 100, 0.4784313725);
  margin-bottom: 25px;
  text-align: center;
  padding: 40px;
}
.client-box:hover img {
  transform: rotate(5deg);
}
.client-box img {
  height: 80px;
  transition: all 0.3s ease-in-out;
}

.werppaer_container h2 {
  color: #000000;
}

.container_list ul li,
.container_list ol li {
  margin-bottom: 15px;
  font-size: 16px;
}
.container_list .list_number {
  padding-left: 0 !important;
}
.container_list .list_number li {
  list-style: none;
  display: flex;
  gap: 10px;
}
.container_list .list_number li span {
  width: 30px;
  height: 30px;
  background-color: #FF5003;
  border-radius: 50%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}

.col-box {
  background-color: #fff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  text-align: center;
  padding: 30px;
  margin: 15px 0;
  transition: all 0.3s ease-in-out;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.col-box:hover {
  transform: scale(1.1);
}
.col-box img {
  height: 50px;
  margin-bottom: 15px;
}
.col-box .redmore_btn {
  font-size: 14px;
  color: #FF5003;
  border: 1px solid #FF5003;
  padding: 7px 20px;
  margin-top: 5px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.col-box .redmore_btn:hover {
  background-color: #FF5003;
  color: #fff;
}

.countries_btn {
  text-align: end;
  margin-bottom: 25px;
}
.countries_btn .countries_Btn {
  background-color: #FF5003;
  padding: 8px 25px;
  border-radius: 5px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.countries_btn .countries_Btn:hover {
  background-color: #002347;
}

.container_flex {
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  grid-template-columns: auto auto auto auto;
  width: 100% !important;
}
.container_flex .btn1 {
  text-align: center;
}
.container_flex .btn1 .countries_Btn {
  background-color: #FF5003;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  width: 100% !important;
}/*# sourceMappingURL=style.css.map */