* {
  scroll-padding-top: 80px;
}

bold {
  font-weight: 700;
}

body.rtl {
  font-family: "Arimo", sans-serif;
}

body {
  color: #343333;
}

p {
  font-size: 24px;
  line-height: 1.42;
}

body.ltr {
  font-family: "Proxima Nova", sans-serif;
}

body.active {
  overflow: hidden;
}

a,
span {
  display: inline-block;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.rtl ul {
  padding-left: 0;
}

.text-right,
.rtl .text-left {
  text-align: right;
}

.text-left,
.rtl .text-right {
  text-align: left;
}

header .current-menu-item a {
  text-decoration: underline;
}

.custom-logo {
  max-width: 193px;
}

.section-hero {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 338px 0 215px;
  padding: 338px 0 185px;
  background-position: center top;
  direction: ltr;
}

.tel-btn {
  direction: ltr;
}

.rtl .section-hero .row>* {
  direction: rtl;
}

.navbar {
  transition: all 0.3s ease-in-out;
}

.navbar-nav a {
  font-weight: 600;
  padding: 0 14px;
}

.navbar-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.navbar.active,
.navbar.scrolled {
  background-color: #1d3047;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.6);
}

.active .menu-item a,
.scrolled .menu-item a {
  color: #fff;
}

.menu_item_wpglobus_menu_switch {
  order: 1;
}

.active .sub_menu_item_wpglobus_menu_switch a,
.scrolled .sub_menu_item_wpglobus_menu_switch a {
  border-color: #fff;
}

.navbar:not(.scrolled) {
  padding: 45px 0;
}

.home-nav:not(.scrolled):not(.active) .logo-white,
.scrolled .logo-dark,
.active .logo-dark {
  display: none;
}

.custom-btn {
  border-radius: 32px;
  background-color: #e1603f;
  padding: 13px 30px;
  color: #fff;
  cursor: pointer;
  transition: 0.5s;
  font-size: 20px;
  border: none;
}

.contact-btn {
  margin-left: auto;
  font-size: 18px;
}

.navbar-nav .contact-btn {
  padding: 13px 30px;
}

.custom-btn:hover,
:not(.btn-check)+.btn:active {
  color: #fff;
  background-color: #bf5236;
}

.blue-btn,
.blue-btn:hover {
  background-color: #1d3047;
}

.menu_item_wpglobus_menu_switch .sub-menu {
  display: flex !important;
}

.sub-menu {
  list-style: none;
  padding: 0;
}

.menu-item-has-children a {
  z-index: 100000;
}

.sub-menu-toggle[aria-expanded=true]~ul,
.sub-menu-toggle[aria-expanded=true] .icon-minus {
  display: block;
}

.sub-menu-toggle {
  height: calc(2* var(--primary-nav--padding) + 1.15em + 1px);
  width: 44px;
  padding: 0;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: currentColor;
  border: none;
}

.menu-item-has-children .sub-menu,
.menu_item_wpglobus_menu_switch>a,
.sub-menu-toggle .icon-minus,
.sub-menu-toggle[aria-expanded=true] .icon-plus {
  display: none;
}


.home-nav:not(.scrolled):not(.active) .sub_menu_item_wpglobus_menu_switch a {
  border-color: #000;
}

.sub_menu_item_wpglobus_menu_switch a {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 2px !important;
  width: 40px;
  height: 33px;
  text-align: center;

}

.ltr .sub_menu_item_wpglobus_menu_switch a {
  margin-left: 20px;
}

.rtl .sub_menu_item_wpglobus_menu_switch a {
  margin-right: 20px;
}

.sub_menu_item_wpglobus_menu_switch {
  /* float: left; */
}

h1,
h2 {
  font-size: 48px;
}

h1 {
  line-height: 1.17;
  /* max-width: 475px; */
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.custom-btn,
.text-semi {
  font-weight: 600;
}

.ltr h1,
.ltr h2,
.ltr h3,
.ltr h4,
.ltr h5,
.ltr h6,
.ltr .navbar-nav a,
.custom-btn,
.font-futura {
  font-family: "Futura PT", sans-serif;
}

.mb-30,
.statistic-text p {
  margin-bottom: 30px;
}

.statistic-text p a {
  text-decoration: underline;
}

.advantage-title {
  color: #173149;
}

.advantage-subtitle {
  color: #556766;
  font-weight: 400;
}

.advantage-title,
.advantage-subtitle {
  font-size: 30px;
  line-height: 1.07;
}

.ltr .advantage-img {
  margin: 0 25px 25px 0;
}

.rtl .advantage-img {
  margin: 0 0 25px 25px;
}

.section-advantages {
  padding: 75px 0 40px;
  box-shadow: 0 4px 24px 12px rgba(0, 0, 0, 0.04);
}

.advantage-text {
  max-width: 90%;
}

.heading-size-28 {
  font-size: 28px;
}

.heading-size-26 {
  font-size: 26px;
}

.heading-size-24 {
  font-size: 24px;
}

.heading-size-22 {
  font-size: 22px;
}

.text-rg {
  font-size: 20px;
}

.text-sm {
  font-size: 18px;
}

.text-16,
#contactPopupModal p {
  font-size: 16px;
}

.text-xs {
  font-size: 14px;
}

.list-unstyled {
  padding: 0;
}

.section-statistic .container {
  padding-bottom: 60px;
}

.section-statistic {
  padding: 50px 0 100px;
}

.section-statistic .custom-btn {
  margin-top: 25px;
}

.statistic-block {
  bottom: 0;
  right: -100px;
  max-width: 290px;
  text-align: right;
}

.statistic-img {
  right: 0;
  bottom: 0;
}

.section-blue-bg {
  background: linear-gradient(to bottom, #3e5e7d, #1d3047);
}

.text-italic {
  font-style: italic;
}

.section-testimonials {
  padding: 100px 0;
  margin-bottom: 95px;
}

.testimonial-img {
  object-fit: cover;
  height: 100%;
  border-radius: 16px 0 0 16px;
}

.user-img {
  object-fit: cover;
  height: 48px;
  border-radius: 50px;
}

.owl-carousel .custom-col img {
  width: unset;
}

.owl-carousel .owl-item .user-img {
  width: 48px;
}

.owl-item .bg-white {
  border-radius: 16px;
  margin-bottom: 130px;
  overflow: hidden;
}

.testimonials-subtitle {
  margin-bottom: 60px;
}

.testimonial-col {
  padding: 35px 55px 35px 45px;
}

.user-title {
  display: unset;
}

.user-testimonial {
  line-height: 1.33;
}

.custom-col {
  width: unset;
}

.testimonial-hr {
  content: "";
  width: 28px;
  height: 2px;
  background-color: #dc8f21;
}

.custom-col {}

.ltr .mr-10 {
  margin-right: 10px;
}

.rtl .mr-10 {
  margin-left: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.text-medium {
  font-weight: 500;
}

.text-bold {
  font-weight: 700;
}

.lh-1 {
  line-height: 1;
}

.owl-dots {
  position: absolute;
  width: 100%;
  bottom: 150px;
}

.owl-prev {
  left: -85px;
}

.owl-prev span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.owl-next {
  right: -85px;
}

.owl-next span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.owl-theme .owl-nav button {
  position: absolute;
  top: calc(28% - 25px);
  opacity: 0.5;
}

.owl-theme .owl-nav button:hover {
  opacity: 1;
}

.owl-nav button span {
  width: 50px;
  height: 50px;
  color: #fff;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: inherit;
}

.form-check label {
  cursor: pointer;

}

.modal .form-check label {
  color: #000;
}

.form-check {
  display: flex;
}

.form-check input[type="checkbox"] {
  margin-top: 2px;
}

form {
  position: relative;
}

.form-control {
  border-radius: 26px;
  font-size: 18px;
  padding: 12px 24px;
  margin-bottom: 20px;
}

.wpcf7-form-control-wrap,
.wpcf7-form-control-wrap span {
  width: 100%;
}

.section-experience input[type="checkbox"] {
  height: 20px;
  flex: 0 0 20px;
}

.ltr input[type="checkbox"] {
  margin-right: 10px;
}

.rtl input[type="checkbox"] {
  margin-left: 10px;
}

input[type="checkbox"] {
  vertical-align: middle;
  cursor: pointer;
}

.wpcf7-list-item {
  margin: 0 0 10px;
  display: inline-flex;
}

.wpcf7-form-control-wrap[data-name="your-checkbox"] {
  margin-top: 20px;
}

form .custom-btn {
  display: block;
  margin: 10px auto 0;
  margin: 0 auto;
  width: 100%;
  font-size: 18px;
}

.text-amber {
  color: #c9634f;
}

footer .text-amber {
  text-transform: uppercase;
  font-size: 20px;
}

footer {
  padding: 70px 0;
  margin-top: 120px;
}

.text-sound-interesting {
  font-size: 40px;
}

footer .blue-btn {
  font-size: 26px;
}

footer li {
  margin-bottom: 10px;
}

footer hr {
  margin-bottom: 26px;
}

.rtl .wpcf7 input[type="url"],
.rtl .wpcf7 input[type="email"],
.rtl .wpcf7 input[type="tel"],
.rtl input[type="tel"],
.rtl form {
  direction: rtl;
}

.rtl .country-select.inside input[type="tel"] {
  padding-right: 56px;
}

.btn-close {
  opacity: 1;
  position: absolute;
  padding: 0;
}

#contactPopupModal .btn-close {
  background-image: url("../images/close.png");
  width: 39px;
  height: 20px;
  background-size: contain;
  right: 0;
  top: -1px;
}

#contactModal .btn-close {
  background-image: url("../images/close-icon.png");
  top: 25px;
}

.ltr #contactModal .btn-close {
  right: 30px;
}

.rtl #contactModal .btn-close {
  left: 30px;
}

.modal.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.modal-dialog {
  width: 100%;
}

.modal .form-control {
  border-radius: 4px;
  font-size: 18px;
  padding: 6px 12px;
  margin-bottom: 15px;
  font-size: 16px;
}

#contactModal .modal-content {
  background-image: url("../images/bg-contactform.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: unset;
  border: none;
}

#contactModal h6 {
  font-size: 32px;
  color: #000;
  margin-bottom: 20px;
}

#contactModal form {
  padding: 30px 50px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 29px 40px 0 rgba(0, 0, 0, 0.62);
  color: #a8acb9;
  font-size: 14px;
}

#contactModal p {
  font-size: 14px;
}

#contactModal label:not(.form-check-label) {
  text-transform: uppercase;
  display: block;
  font-weight: 500;
}

.rtl #contactModal label:not(.form-check-label) {
  font-weight: 600;
}

.rtl .form-check .form-check-input {
  float: unset;
}

#contactModal textarea {
  height: 140px;
}

textarea {
  resize: none;
}

#contactModal img {
  max-height: 47px;
  margin: 40px 0;
}

#contactModal a {
  /* max-width: 250px; */
  margin-bottom: 20px;
  direction: ltr;
}

#contactModal br {
  display: none;
}

.topbutton {
  height: 70px;
  width: 70px;
  position: fixed;
  left: 25px;
  bottom: 5px;
  z-index: 1;
  background-image: url("../images/backtotop.png");
  background-repeat: no-repeat;
  background-size: 55%;
  display: none;
}

.fixed-tel {
  /*display: none;*/
  margin: 0;
  width: 0.7em;
  height: 0.7em;
  font-size: 70px;
  background-color: #1b58a9;
  border-radius: 0.5em;
  box-shadow: 0 0 0 0em rgba(52, 152, 219, 0),
    0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

.fixed-tel::before,
.fixed-tel::after {
  position: absolute;
  content: "";
}

.fixed-tel::before {
  top: 0;
  left: 0;
  width: 0.7em;
  height: 0.7em;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}

.fixed-tel:after {
  top: 0.17em;
  left: 0.17em;
  width: 0.36em;
  height: 0.36em;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTYuNiAxMC44YzEuNCAyLjggMy44IDUuMSA2LjYgNi42bDIuMi0yLjJjLjMtLjMuNy0uNCAxLS4yIDEuMS40IDIuMy42IDMuNi42LjUgMCAxIC40IDEgMVYyMGMwIC41LS41IDEtMSAxLTkuNCAwLTE3LTcuNi0xNy0xNyAwLS42LjQtMSAxLTFoMy41Yy41IDAgMSAuNCAxIDEgMCAxLjIuMiAyLjUuNiAzLjYuMS40IDAgLjctLjIgMWwtMi4zIDIuMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=) no-repeat 50% 50%;
  background-size: cover;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fixed-tel.fixed-wa::after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3OC4xNjUgNDc4LjE2NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDc4LjE2NSA0NzguMTY1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij48Zz48cGF0aCBpZD0iV2hhdHNBcHAiIGQ9Ik00NzguMTY1LDIzMi45NDZjMCwxMjguNTY3LTEwNS4wNTcsMjMyLjk2Ni0yMzQuNjc5LDIzMi45NjZjLTQxLjEwMiwwLTc5LjgxNC0xMC41OTktMTEzLjQ0NS0yOC45NjkgICBMMCw0NzguMTY1bDQyLjQzNy0xMjUuMDRjLTIxLjQzOC0zNS4wNjUtMzMuNzctNzYuMjA3LTMzLjc3LTEyMC4xNTlDOC42NjcsMTA0LjM0LDExMy43NjMsMCwyNDMuNDg1LDAgICBDMzczLjEwOCwwLDQ3OC4xNjUsMTA0LjM0LDQ3OC4xNjUsMjMyLjk0NnogTTI0My40ODUsMzcuMDk4Yy0xMDguODAyLDAtMTk3LjQyMiw4Ny44MDMtMTk3LjQyMiwxOTUuODY4ICAgYzAsNDIuOTE1LDEzLjk4Niw4Mi42MDMsMzcuNTc2LDExNC44NzlsLTI0LjU4Niw3Mi41NDJsNzUuODQ5LTIzLjk2OGMzMS4xMjEsMjAuNDgxLDY4LjQ1NywzMi4yOTYsMTA4LjU4MywzMi4yOTYgICBjMTA4LjcyMywwLDE5Ny4zMjMtODcuODQzLDE5Ny4zMjMtMTk1LjkwOEM0NDAuODA4LDEyNC45MjEsMzUyLjIwOCwzNy4wOTgsMjQzLjQ4NSwzNy4wOTh6IE0zNjEuOTMxLDI4Ni42MiAgIGMtMS4zOTUtMi4zMzEtNS4yMi0zLjc0Ni0xMC44OTgtNi44MTRjLTUuOTE3LTIuODQ5LTM0LjA4OS0xNi40OTctMzkuNTA4LTE4LjM3Yy01LjE2LTEuOTEzLTguOTg2LTIuODQ5LTEyLjgxMSwyLjgyOSAgIGMtNC4wMDUsNS42MzgtMTQuOTAzLDE4LjYyOS0xOC4yMywyMi4zNTRjLTMuNTQ2LDMuNzg1LTYuODU0LDQuMjY0LTEyLjU1MiwxLjQzNWMtNS42MTgtMi44MDktMjQuMjY3LTguODY2LTQ2LjIwMy0yOC4zOTEgICBjLTE3LjA1NS0xNS4wNDItMjguNjctMzMuNzExLTMxLjk5Ny0zOS41MDhjLTMuNDI3LTUuNzU4LTAuMzk4LTguODI2LDIuNDcxLTExLjYzNWMyLjY5LTIuNTksNS43NzgtNi43MzQsOC42MjctMTAuMDQxICAgYzIuOTY5LTMuMjg3LDMuOTA1LTUuNjM4LDUuNzk4LTkuNDI0YzEuOTEzLTMuOTA1LDAuOTM2LTcuMTkyLTAuNDc4LTEwLjE0MWMtMS40MTUtMi44NDktMTMuMDEtMzAuODgxLTE3Ljc1Mi00Mi4zMzcgICBjLTQuODQxLTExLjQxNi05LjU0My05LjUyMy0xMi44NzEtOS41MjNjLTMuNDY3LDAtNy4yMTItMC40NzgtMTEuMTE3LTAuNDc4Yy0zLjc4NSwwLTEwLjA0MSwxLjM5NS0xNS4zODEsNy4xOTIgICBjLTUuMiw1LjY1OC0yMC4xMjMsMTkuNDY1LTIwLjEyMyw0Ny41OTdjMCwyOC4wNTIsMjAuNjAxLDU1LjMwOCwyMy41NSw1OS4wNTNjMi44NjksMy43ODUsMzkuNzQ3LDYzLjE5Nyw5OC4zMDMsODYuMDcgICBjNTguNDc2LDIyLjg3Miw1OC40NzYsMTUuMzIxLDY5LjExNSwxNC4zNjVjMTAuMzgtMC45NTYsMzQuMDY5LTEzLjg2NywzOC44MTEtMjcuMDk2ICAgQzM2My4zNDUsMzAwLjMwNywzNjMuMzQ1LDI4OC45OTEsMzYxLjkzMSwyODYuNjJ6IiBmaWxsPSIjRkZGRkZGIi8+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==) no-repeat 50% 50%;
  background-size: cover;
}

.fixed-tel.is-animating {
  -webkit-animation: phone-outer 5000ms infinite;
  animation: phone-outer 5000ms infinite;
}

.fixed-tel.is-animating::before {
  -webkit-animation: phone-inner 5000ms infinite;
  animation: phone-inner 5000ms infinite;
}

.fixed-tel.is-animating::after {
  -webkit-animation: phone-icon 5000ms infinite;
  animation: phone-icon 5000ms infinite;
}

.fixed-tel.is-animating {
  animation-delay: 2500ms;
}

.fixed-tel.is-animating::before {
  animation-delay: 2500ms;
}

.fixed-tel.is-animating::after {
  animation-delay: 2500ms;
}

@-webkit-keyframes phone-outer {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0),
      0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }

  33.3333% {
    -webkit-transform: translate3d(0, 0, 0) scale(1.1);
    transform: translate3d(0, 0, 0) scale(1.1);
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1),
      0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
  }

  66.6666% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0),
      0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0),
      0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
}

@keyframes phone-outer {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0),
      0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }

  33.3333% {
    -webkit-transform: translate3d(0, 0, 0) scale(1.1);
    transform: translate3d(0, 0, 0) scale(1.1);
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1),
      0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
  }

  66.6666% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0),
      0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0),
      0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
}

@-webkit-keyframes phone-inner {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
  }

  33.3333% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0.9);
    transform: translate3d(0, 0, 0) scale(0.9);
  }

  66.6666% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
  }
}

@keyframes phone-inner {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
  }

  33.3333% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0.9);
    transform: translate3d(0, 0, 0) scale(0.9);
  }

  66.6666% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
  }
}

@-webkit-keyframes phone-icon {
  0% {
    -webkit-transform: translate3d(0em, 0, 0);
    transform: translate3d(0em, 0, 0);
  }

  2% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  4% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  6% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  8% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  10% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  12% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  14% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  16% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  18% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  20% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  22% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  24% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  26% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  28% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  30% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  32% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  34% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  36% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  38% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  42% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  44% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  46% {
    -webkit-transform: translate3d(0em, 0, 0);
    transform: translate3d(0em, 0, 0);
  }
}

@keyframes phone-icon {
  0% {
    -webkit-transform: translate3d(0em, 0, 0);
    transform: translate3d(0em, 0, 0);
  }

  2% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  4% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  6% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  8% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  10% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  12% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  14% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  16% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  18% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  20% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  22% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  24% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  26% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  28% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  30% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  32% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  34% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  36% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  38% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  42% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  44% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  46% {
    -webkit-transform: translate3d(0em, 0, 0);
    transform: translate3d(0em, 0, 0);
  }
}

.fixed-tel,
.fixed-wa {
  /* display: none;*/
  position: fixed;
  right: 20px;
  color: #fff;
  text-align: center;
  z-index: 1055;
}

.fixed-tel i,
.fixed-wa i {
  font-size: 20px;
  line-height: 45px;
}

.fixed-tel {
  bottom: 80px;
  background-color: #ffa601;
  -webkit-animation: anim-phone 7s infinite;
  -o-animation: anim-phone 7s infinite;
  animation: anim-phone 7s infinite;
}

.fixed-tel.fixed-wa {
  background: #25d366;
  bottom: 20px;
  display: block;
}

.list-checked li {
  list-style-image: url("../images/favicon-white-check.svg");
  margin-bottom: 10px;
}

.rtl .section-testimonials .row {
  flex-direction: row-reverse;
}

.owl-theme .owl-dots .owl-dot:not(.active) span {
  opacity: 0.5;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

.mt-100 {
  margin-top: 100px;
}

.logos-row {
  justify-content: space-between;
}

.response-output {
  display: none;
}

.response-output.active {
  display: block;
}

.g-recaptcha {
  margin: 0 auto 20px;
}

.country_select_class {
  display: none;
}

.modal .form-user-phone,
form:not(.newsletter-form) .form-user-phone {
  padding-left: 50px;
  padding-right: 50px;
}

.country-select ul.country-list {
  right: 0;
  width: 100%;
}

.country-select .flag-dropdown {
  top: -35px;
  top: calc(50% - 2px);
  bottom: unset;
}

.section-experience .country-select .flag-dropdown {
  left: 5px;
}

.section-experience .country-name {
  color: #000;
}

.rtl .country-select.inside .flag-dropdown {
  right: 10px;
}

.rtl .country-select .selected-flag .arrow {
  right: 24px;
}

.rtl .muni-form .country-select .flag-dropdown {
  top: -48px;
}

.rtl .country-list {
  text-align: right;
}

.post-row {
  margin-top: 50px;
}

.post-row img {
  object-fit: cover;
  height: 250px;
  border-radius: 20px;
}

.post-row h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.post-row .col-lg-4 {
  margin-bottom: 60px;
}

.post-row .custom-btn {
  margin-top: 30px;
}

.nav-links {
  display: flex;
  justify-content: space-between;
}

.nav-links a {
  display: inline-flex;
}

.nav-previous a {
  flex-direction: row-reverse;
}

.single .section-hero {
  margin-bottom: 30px;
}

.post-template-default .section-hero .container,
.post-template-default .section-hero {
  position: relative;
}

.post-template-default .section-hero::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  content: '';
  top: 0;
}

.post-template-default .section-team p {
  margin-bottom: 30px;
}

.page-template-thank-you .section-hero {
  padding: 140px 0;
}

.page-template-thank-you .section-hero {
  background-image: none !important;
}

.page-template-thank-you .section-hero .custom-btn {
  max-width: 387px;
  margin: 30px 0;
  width: 100%;
}

.page-template-thank-you .section-hero .list-inline-item {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #274467;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.page-template-thank-you .section-hero .list-inline {
  margin-top: 30px;
}

.section-text-with-image {
  padding: 100px 0;
}

.section-text-with-image h2 {
  margin-bottom: 50px;
}

.ltr .nav-previous svg {
  margin-right: 15px;
}

.ltr .nav-next svg {
  margin-left: 15px;
}

.rtl .nav-next svg {
  margin-right: 15px;
}

.rtl .nav-previous svg {
  margin-left: 15px;
}

.rtl .meta-nav svg {
  transform: rotate(180deg);
}

@media (min-width: 576px) {
  .post-template-default .w-70~.container {
    width: 70%;
  }

  .w-70 .container {
    width: 70%;
  }

  body {
    font-size: 18px;
  }

  .modal-body {
    padding: 50px;
  }

  #contactModal .modal-dialog {
    max-width: 1160px;
  }

  .list-checked li {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .menu-item-has-children .sub-menu {
    position: absolute;
    padding-top: 35px;
  }

  .sub-menu-toggle,
  .menu-item {
    display: flex;
  }

  .visible-767 {
    display: none;
  }

  .vrm-list {
    columns: 2;
  }
}

@media (min-width: 992px) {
  .ltr .navbar-nav {
    margin-left: 50px;

  }

  .rtl .navbar-nav {
    margin-right: 50px;
  }

  .navbar-nav {
    align-items: center;
  }

  .ltr .navbar-nav .contact-btn {
    margin-left: 24px;
  }

  .rtl .navbar-nav .contact-btn {
    margin-right: 24px;
  }

  .ltr footer {
    background: linear-gradient(to left, #1d3047 65%, #e0855e 41%);
  }

  .rtl footer {
    background: linear-gradient(to right, #1d3047 65%, #e0855e 41%);
  }

  footer .text-amber {
    margin-bottom: 25px;
  }
}

@media (min-width: 1200px) {
  .ltr footer {
    background: linear-gradient(to left, #1d3047 59%, #e0855e 41%);
  }

  .rtl footer {
    background: linear-gradient(to right, #1d3047 59%, #e0855e 41%);
  }

  .section-hero {
    /* min-height: 560px; */
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1164px;
  }

  .section-experience .container {
    max-width: 1450px;
  }

  .section-experience form {
    max-width: 415px;
    margin: auto;
  }

  .navbar>.container {
    max-width: 1278px;
  }

  .ltr .navbar-nav .contact-btn {
    margin-left: 87px;
  }

  .rtl .navbar-nav .contact-btn {
    margin-right: 87px;
  }

  .section-hero {
    /* min-height: 100vh; */
  }
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .team-text-bottom p {
    padding: 0 85px;
  }
}

@media (max-width: 1399px) {
  .section-hero {
    padding: 215px 0;
  }

  .section-hero-home {
    padding: 150px 0;
  }

  .navbar-nav a {
    /* padding: 0 4px; */
  }

  .statistic-block {
    right: 45px;
  }

  .owl-next {
    right: -50px;
  }

  .owl-prev {
    left: -50px;
  }

  .rtl .navbar-nav a {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .navbar-nav a {
    padding: 0 10px;
  }

  .custom-btn {
    padding: 10px 15px;
  }

  .ltr .sub_menu_item_wpglobus_menu_switch a {
    margin-left: 10px;
  }

  .rtl .sub_menu_item_wpglobus_menu_switch a {
    margin-right: 10px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .testimonial-col {
    height: 330px;
  }
}

@media (max-width: 991px) {
  .navbar.active {
    background-image: linear-gradient(to bottom, #3e5e7d, #1d3047);
  }

  .navbar-toggler {
    background-color: #e1603f;
  }

  .sub_menu_item_wpglobus_menu_switch a {
    margin: 15px 15px 20px 0;
  }

  .rtl .sub_menu_item_wpglobus_menu_switch a {
    margin: 15px 0 20px 15px;
  }

  .navbar-nav a {
    padding: 5px 0;
  }

  .navbar-nav {
    margin-top: 35px;
    padding: 0;
  }

  .text-rg,
  p,
  h4,
  .custom-btn,
  .team-col p,
  .search-result-count p {
    font-size: 18px;
  }

  .testimonial-img {
    height: 300px;
  }

  .owl-nav button span {
    width: 40px;
    height: 40px;
  }

  .owl-next {
    right: -40px;
  }

  .owl-prev {
    left: -40px;
  }

  h1,
  h2,
  .text-sound-interesting {
    font-size: 32px;
  }

  .section-statistic {
    padding: 0 0 50px;
  }

  .section-testimonials {
    padding: 50px 0;
    margin-bottom: 50px;
  }

  .owl-item .bg-white {
    margin-bottom: 50px;
  }

  .testimonial-col {
    padding: 24px 30px;
  }

  .owl-dots {
    bottom: 45px;
  }

  .owl-carousel .custom-col img {
    max-height: 40px;
    max-width: 100px;
  }

  footer {
    padding: 50px 0 20px;
    margin-top: 50px;
    background: linear-gradient(to bottom, #e0855e 58%, #1d3047 26%);
  }

  footer .col-lg-4 {
    margin-bottom: 30px;
  }

  footer hr,
  footer ul {
    display: none;
  }

  footer .text-sm {
    margin-top: 50px;
    text-align: center;
    padding: 0 45px;
  }

  footer a {
    text-decoration: underline;
  }
}

@media (max-width: 767px) {
  .owl-nav {
    display: none;
  }

  .user-testimonial {
    height: 255px;
    overflow: auto;
    box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.5);
  }

  .testimonial-col {
    height: 390px;
    height: 410px;
  }
}

@media (max-width: 575px) {
  .modal-dialog {
    max-width: calc(100% - 30px);
  }

  #contactModal img {
    margin: 0 0 25px;
  }

  #contactModal form {
    padding: 15px;
  }

  .custom-logo {
    max-width: 129px;
  }

  .navbar:not(.scrolled) {
    padding: 24px 0;
  }

  .navbar-toggler {
    padding: 5px;
  }

  .navbar-toggler-icon {
    width: 20px;
    height: 20px;
  }

  .section-advantages {
    padding: 50px 0 0;
  }

  .owl-carousel .custom-col img {
    max-width: 56px;
    max-height: 26px;
  }

  .owl-dots {
    bottom: 32px;
  }

  .topbutton {
    left: 10px;
  }

  .fixed-tel {
    right: 10px;
  }

  .section-statistic .custom-btn {
    width: 100%;
  }

  .mt-100 {
    margin-top: 50px;
  }
}