@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");

/* @font-face {
  font-family: Arialic Hollow;
  src: url(../fonts/Arialic\ Hollow.ttf);
} */
body {
  font-family: var(--allover-font);
  background-color: #fff;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

p {
  color: var(--p-text);
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

a {
  color: #0d6efd;
  text-decoration: none;
}

:root {
  --primary-color: #e12e36;
  --secondary-color: #084298;
  --secondary-color-btn: #201e46;
  --p-text: #000000;
  --white-color: #fff;
  --allover-font: "Archivo", serif;
  --hd-font: "Archivo", serif;
}

.purple-color {
  color: var(--secondary-color) !important;
}

.red-color {
  color: var(--primary-color) !important;
}

/* 
.secondary-btn {
  background: var(--deepgreen-color);
  padding: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  box-shadow: 1px 5px 9px #0024117d;
} */

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

a:hover {
  text-decoration: none;
}

.grey-bg {
  background: #f5f5f5;
}

.light-blue-bg {
  background-color: #f0f5ff;
}

/* @media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1441px;
  }
} */

h1,
h2,
h3,
h4,
h5,
h6,
nav a,
.widget h6,
.filters li a,
blockquote,
p[data-pullquote]:before,
input[type="submit"] {
  font-weight: 400;
}

h1,
h2,
h3 {
  font-family: var(--hd-font);
  font-weight: 700;
}

h6 {
  font-weight: 300;
}

.grey-bg {
  background: #f5f5f5;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.btn {
  position: relative;
  border-radius: 0px;
  font-weight: 500;
  padding: 10px 32px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 4px;
  font-size: 18px;
  box-shadow: 1px 2px 12px #432b0470;
}

.btn i {
  position: relative;
  top: 3px;
}

input,
textarea {
  width: 100%;
  background: #c5c5c5;
  border: 1px solid #c5c5c5;
  padding: 10px;
  margin: 0 0 10px;
  font-size: 13px;
}

.error_input {
  border: 1px solid #e74c3c;
}

.primary-btn {
  background: transparent;
  color: #000;
  font-size: 14px;
  border-radius: 50px;
  border: solid 1px var(--primary-color);
  font-weight: 400;
}

.primary-btn:hover {
  background-color: var(--secondary-color-btn);
  color: #fff;
  border: solid 1px var(--secondary-color-btn);
}

.secondary-btn {
  background-color: var(--secondary-color);
  font-weight: 400;
  font-size: 14px;
  padding: 10px 40px;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  text-align: center;
}

.secondary-btn:hover {
  color: #fff;
  background-color: var(--primary-color);
}

.team-section h3 {
  color: var(--secondary-color);
}

/* .primary-btn:hover {
  background: var(--deepgreen-color);
  color: #fff !important;
  border: solid 1px var(--deepgreen-color) !important;
} */

/* ==========header-sec================ */
/* ============menu-css================ */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;
}

#cssmenu > ul > li {
  float: left;
  cursor: pointer;
}

/* #cssmenu>ul>li.active {
    background: var(--secondary-color);
    border-radius: 50px;
} */
/* 
#cssmenu>ul>li.active a {
    color: #fff;
} */

/* #cssmenu ul li:hover {
  background: var(--secondary-color);
  border-radius: 50px;
} */

#cssmenu ul li:hover a {
  color: var(--primary-color);
}

/* #cssmenu ul li.last-li {
  padding-right: 0;
} */

#cssmenu ul {
  display: flex;
  justify-content: space-between;
}

#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}

#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right > ul > li {
  float: right;
}

#cssmenu > ul > li > a {
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #000000;
  font-weight: 500;
  position: relative;
  padding: 10px 20px 10px;
}

/* #cssmenu ul li::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 0;
  bottom: 0;
  left: 0;
  transition: 200ms ease-in;
  background: var(--secondary-color);
} */

/* #cssmenu ul li:hover::before {
  width: 100%;
} */

/* #cssmenu ul li:nth-child(1) a {
  padding-left: 0;
} */
/* #cssmenu>ul>li:hover>a {
  color: #565656;
} */

#cssmenu > ul > li.has-sub > a {
}

/* #cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 31px;
  right: -13px;
  width: 8px;
  height: 2px;
  display: block;
  background: #565656;
  content: "";
} */
/* #cssmenu>ul>li.has-sub>a:before {
  position: absolute;
  display: block;
  width: 17px;
  height: 17px;
  background: url(../images/arrow-down-s-line.svg);
  content: "";
  right: -22px;
  top: 0px;
  color: #464040;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#cssmenu>ul>li:hover>a:before {
  transform: rotate(176deg);
} */

#cssmenu ul ul {
  display: block;
  position: absolute;
  left: -9999px;
  z-index: 9;
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu ul ul li {
  /* height: 0; */
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#cssmenu li:hover > ul {
  left: auto;
  height: auto;
  background: #fff;
  border-radius: 6px;
  padding: 5px;
  top: 60px;
  left: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 1px 17px 13px #00000061;
}

#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}

#cssmenu li:hover > ul > li {
  /* height: 54px; */
}

#cssmenu ul ul ul {
  top: 0;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0 !important;
}

#cssmenu ul ul li:hover ul {
  right: 100%;
  left: auto !important;
}

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 15px 15px;
  width: 250px;
  font-size: 14px;
  text-decoration: none;
  color: #565656;
  line-height: 24px;
  font-weight: 500;
  /* background: #ffffff; */
  /* background: #ffffff; */
}

#cssmenu ul ul li:hover::before {
  width: 0;
}

/* #cssmenu ul ul li a:hover {
  color: #323585;
} */
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  background-color: var(--primary-color);
  color: #fff;
}

#cssmenu ul ul li:hover .submenu-button::before {
  filter: invert(100);
}

#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  display: block;
  width: 17px;
  height: 17px;
  background: url(../images/arrow-down-s-line.svg);
  content: "";
  right: 9px;
  top: 20px;
  color: #464040;
  transition: all 0.25s ease;
  content: "";
}

/* #cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 20px;
  right: 17px;
  display: block;
  width: 2px;
  height: 9px;
  background: #56565685;
  content: "";
  transition: all 0.25s ease;
  transform: rotate(50deg);
} */
/* #cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
} */
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 16px;
  height: 10px;
  background: #fff;
}

#cssmenu ul ul > li.has-sub:hover > a:after {
  filter: invert(100%);
  transform: rotate(88deg);
}

@media all and (max-width: 768px),
  only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
  only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min-resolution: 192dpi) and (max-width: 1024px),
  only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }

  #cssmenu ul {
    width: 100%;
    display: none;
  }

  #cssmenu.align-center > ul {
    text-align: left;
  }

  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }

  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }

  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }

  #cssmenu > ul > li {
    float: none;
  }

  #cssmenu ul ul li a {
    padding-left: 25px;
  }

  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }

  #cssmenu ul ul li a {
    color: #a39d9d;
    background: none;
  }

  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }

  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
    background: var(--primary-color);
  }

  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
    background: #fff;
  }

  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }

  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }

  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 9px;
    width: 20px;
    border-top: 2px solid var(--secondary-color);
    border-bottom: 2px solid var(--secondary-color);
    content: "";
  }

  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: var(--secondary-color);
    content: "";
  }

  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #000000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #000000;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }

  #cssmenu .submenu-button.submenu-opened {
    background: #151758;
  }

  #cssmenu ul ul .submenu-button {
    height: 54px;
    width: 54px;
  }

  /* #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: "";
  } */
  /* #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  } */
  /* #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  } */
  #cssmenu .submenu-button:before {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/arrow-down-s-line.svg);
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 32%;
    filter: invert(100);
    transition: all 0.25s ease;
  }

  #cssmenu ul ul .submenu-button:before {
    top: 17px;
    right: 4px;
    filter: brightness(0.5);
  }

  #cssmenu .submenu-button.submenu-opened:before {
    transform: rotate(180deg);
  }
}

header {
  transition: all 500ms ease-in-out;
}

.sticky-logo {
  display: none;
}

.sticky-logo img {
  width: 100%;
}

#header {
  position: relative;
  padding: 15px 0;
  background: #fff;
  border-bottom: solid 5px #dc3545;
}

#header.sticky-shadow {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  min-height: 40px;
  box-shadow: 0 3px 8px 0px rgb(0 0 0 / 30%);
  background: none;
  padding: 10px 0;
  background: #fff;
}

header.sticky-shadow .right-header .top-header {
  display: none;
}

header.sticky-shadow .sticky-logo {
  display: block;
  width: 76px;
  margin: 0 28%;
}

/* header.sticky-shadow .logo {
  display: none;
} */
.mobile-menu-header-bg {
  display: none;
}

/* .left-header {
  width: 220px;
} */

/* .right-header .contact-hd {
  color: #128807;
  font-weight: 800;
} */
.right-header ul {
  list-style: none;
  margin-bottom: 0;
  align-items: center;
}
.right-header ul li {
  padding: 0px 5px;
}
.right-header ul li a {
  background-color: #084298;
  padding: 6px 10px;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
}
.right-header ul li a {
}
/* .right-header .contact-hd i {
    margin-right: 5px;
    font-size: 18px;
}

.right-header .contact-hd {
    display: flex;
} */

/* .top-header .hd-btn a {
  background-color: var(--btn-color);
  padding: 5px 15px;
  color: #fff;
  border-radius: 20px;
} */

/* ============menu-css================ */
.logo {
  width: 360px;
  padding: 0;
  top: 20px;
}

.logo img {
  width: 100%;
  max-width: 100%;
}

/* .right-header {
  width: 100%;
  padding-left: 50px;
} */

/* .top-header ul {
  padding-left: 0;
  margin-bottom: 0;
}

.top-header ul li {
  list-style: none;
} */

/* .top-header {
  padding: 15px 0 15px;
  border-bottom: solid 1px #222;
} */

.sticky-shadow #cssmenu > ul > li {
  float: left;
}

.sticky-shadow .header-sec {
  align-items: center;
}

/* 
.middle-header {
    border: solid 1px #3930848f;
    border-radius: 50px;
    padding: 5px 5px;
} */

.register-btn a {
  border: solid 1px var(--primary-color);
  padding: 12px 10px;
  color: var(--secondary-color);
  text-transform: uppercase;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
}

.register-btn a.active {
  border: solid 1px var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
}

.register-btn a:hover {
  background-color: var(--primary-color);
  color: #fff;
}

/* ==========header-sec================ */
/* .carousel-item {
  height: 750px;
  position: relative;
  background-size: cover !important;
}

.banner-caption h6 {
  animation-delay: 0.4s;
  color: #ef360c;
  font-family: var(--span-text);
  font-size: 42px;
  font-weight: 500;
  text-transform: capitalize;
}

.banner-caption h1 {
  text-transform: capitalize;
  animation-delay: 0.8s;
  color: #fff;
  letter-spacing: 1px;
  font-size: 64px;
}

.banner-caption {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.carousel-item {
  height: 90vh;
  position: relative;
  background-size: cover !important;
  overflow: hidden;
}

.carousel-item:before {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #0000005e;
}

.banner-sec {
  position: relative;
  width: 100%;
  height: 100vh;
}

.hero-banner {
  position: relative;
} */

/* .hero.-type-1 .hero__bg {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 60px;
    left: 60px;
    border-radius: 12px;
    z-index: -1;
} */
.banner-sec {
  position: relative;
}
.banner-sec::before {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  background-size: cover;
  bottom: 0;
  right: 0;
  content: "";
  background-repeat: no-repeat;
  background: url(../images/clouds.png);
}
.banner-text {
  height: 600px;
  position: relative;
  display: flex;
  align-items: center;
}
.banner-text span {
  color: #f6ff00;
  font-size: 18px;
}
.banner-text h1 {
  font-size: 50px;
  color: #fff;
  margin-bottom: 0;
}
.banner-text-ar {
  position: relative;
  padding-left: 25px;
}
.banner-text-ar::before {
  background-color: #007df1;
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 5px;
  height: 100%;
}

/* .banner-text-ar::before {
  background-color: #007df1;
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 5px;
  height: 100%;
} */
.banner-text:before {
}
/* 
.banner-thumb-one {
  position: relative;
  overflow: hidden;
  display: block;
  max-width: 344px;
  border-radius: 16px;
}

.banner-thumb-two {
  position: absolute;
  right: 56px;
  top: 30%;
  overflow: hidden;
  display: block;
  border-radius: 16px;
  max-width: 330px;
}

.banner-thumb-one::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.banner-thumb-two::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.banner-thumb-wrapper {
  display: flex;
  align-items: center;
}

.banner-sec-text h1 {
  color: var(--hd-color);
  font-size: 74px;
}

.banner-sec-text span {
  color: var(--primary-color);
  font-size: 18px;
} */
/* 
.shape {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.shape img {
  width: 100%;
}

.process-wrap {
  background: #fa7378;
  box-shadow: 1px 1px 12px #e9f3ff;
  border-radius: 6px;
  display: flex;
  position: relative;
  height: 120px;
}

.process-wrap .process-img {
  width: 100px;
  height: 100px;
  padding: 10px;
  background: #fff;
  border-radius: 67px;
  text-align: center;
  line-height: 76px;
  position: absolute;
  left: -44px;
  top: 10px;
}

.rs-process.style2 .addon-process .process-wrap .process-img img {
  width: 40px;
  height: 40px;
  text-align: center;
}

.rs-process.style2 .addon-process .process-wrap .process-text .title {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  color: #fbfbfb;
  margin-bottom: 0;
  text-align: left;
}

.rs-process.style2 .addon-process .process-wrap .process-text {
  text-align: center;
  padding: 34px 32px 30px 60px;
}

.process-1 {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  box-shadow: 1px 1px 12px #5e460f38;
  font-size: 18px;
  line-height: 48px;
  color: #fff;
  font-weight: 600;
  float: right;
  margin-left: 6px;
}

.green-process {
  background: #02b977;
}

.yellow-process {
  background: #ffb819;
}

.country-bg {
  width: 100%;
  height: 100%;
  position: relative;
}

.country-bg::before {
  position: absolute;
  background: url(../images/country-bg.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  opacity: 0.1;
  background-position: center;
  background-size: contain;
}

.process-wrap .process-img {
  width: 100px;
  height: 100px;
  padding: 10px;
  background: #fff;
  border-radius: 67px;
  text-align: center;
  line-height: 76px;
  position: absolute;
  left: -44px;
  top: 10px;
}

.rs-process.style2 .addon-process .process-wrap .process-text {
  text-align: center;
  padding: 34px 32px 30px 81px;
  width: 100%;
}

.rs-process.style2 .addon-process .process-wrap .process-img img {
  width: 40px;
  height: 40px;
  text-align: center;
}

.country-bg {
  background: #dee7fc59;
}

.country-bg::before {
  position: absolute;
  background: url(../images/country-bg.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  opacity: 0.1;
  background-position: center;
  background-size: contain;
} */
.flag-1 {
  width: 40px;
}
.flag-sec img {
  width: 100%;
}
.flag-1 {
  width: 40px;
  position: absolute;
  height: 30px;
  overflow: hidden;
}
.flag-sec .name {
  color: #4b526c;
  font-weight: 500;
  font-size: 14px;
  margin-left: 55px;
  height: 30px;
  display: flex;
  align-items: center;
}
.flag-sec {
  background: #00000012;
  padding: 12px;
  display: block;
  border-radius: 7px;
  margin-bottom: 20px;
}
.sec-title2 .heading-line {
  position: relative;
  background-color: #03228f;
  height: 5px;
  width: 90px;
  border-radius: 30px;
  margin: 20px auto;
}
.flag-sec .name {
  color: #000;
  font-weight: 600;
}
/* 
.sec-title2 .heading-line:before {
  background-color: #1940aa;
  content: "";
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-direction: alternate-reverse;
  -webkit-animation-name: watermark-animate;
  animation-name: watermark-animate;
}

.watermark-animate {
  -webkit-animation: watermark-animate 8s infinite;
  animation: watermark-animate 8s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes watermark-animate {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
} */
/* 
.rs-footer {
  background-color: #f5f6f9;
  position: relative;
}

.rs-footer::before {
  position: absolute;
  background-image: url(../images/footer-bg.png);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  opacity: 0.5;
}

.rs-footer .footer-top {
  padding: 92px 0 65px;
}

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

.rs-footer .footer-top p {
  margin: 30px 0 0;
  position: relative;
  color: #4e5e84;
}

.rs-footer .footer-top .footer-social li a {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 41px;
  border-radius: 50%;
  color: #007df1;
  text-align: center;
  font-size: 15px;
  transition: all 0.8s ease;
  background: rgba(255, 255, 255, 0.9);
}

.rs-footer .footer-top .widget-title {
  font-size: 22px;
  line-height: 40px;
  font-weight: 600;
  color: #101010;
  margin-bottom: 25px;
}

.footer-social {
  display: flex;
  margin-top: 15px !important;
}

.footer-social li {
  margin-right: 15px;
}

.rs-footer .footer-top .site-map li {
  margin-bottom: 12px;
}

.rs-footer ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.rs-footer .footer-top .footer-social li a i {
  line-height: 42px;
  font-size: 25px;
}

.rs-footer .footer-top .site-map li a {
  font-size: 16px;
  color: #4e5e84;
  font-weight: 500;
}

.rs-footer .footer-top .address-widget li {
  padding: 0 0 16px 40px;
  position: relative;
  font-size: 16px;
  color: #4e5e84;
  font-weight: 500;
}

.rs-footer .footer-top .address-widget li i {
  color: #007df1;
  position: absolute;
  left: 0;
  font-size: 21px;
}

.rs-footer .footer-top .address-widget li a {
  font-size: 16px;
  color: #4e5e84;
  font-weight: 500;
} */
.section-title span {
  color: var(--primary-color);
}
.section-title .sub-text {
  color: #222;
  font-size: 18px;
  display: inline-block;
}
.section-title h2 {
  color: #000;
}
/* .about-text p {
  margin-top: 15px;
  font-size: 18px;
}

.about-ul {
  list-style: none;
  padding: 0;
}

.about-ul li {
  margin-bottom: 15px;
}

.about-ul li img {
  margin-right: 28px;
  width: 54px;
  height: 54px;
  background: #ffffff;
  padding: 11px;
  box-shadow: 1px 1px 25px #ddd;
  border-radius: 12px;
}

.about-ul li p {
  margin: 0;
}

.about-ul li h3 {
  color: #001a3d;
  font-size: 20px;
  font-family: var(--p-font);
  font-weight: 600;
} */

.fooer-sec {
  background-color: var(--secondary-color);
  padding: 25px;
}
.fooer-menu {
  position: relative;
}
.fooer-menu::before {
  position: absolute;
  right: 0;
  background-color: #fff;
  width: 2px;
  content: "";
  height: 100%;
}
.fooer-menu ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.fooer-menu ul li a {
  padding: 25px 12px;
  color: #fff;
  display: block;
}
.fooer-sec .right-header ul {
  padding-left: 0;
}
.fooer-sec ul li {
  color: #fff;
}
.fooer-sec .right-header ul li a {
  background-color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  color: #084298;
  display: flex;
  align-items: center;
}
.inner-banner {
  height: 50vh;
  position: relative;
  background-size: cover;
  background-position: bottom;
}
.inner-banner::before {
  position: absolute;
  width: 100%;
  height: 120px;
  left: 0;
  background-size: cover;
  bottom: -10px;
  right: 0;
  content: "";
  background-repeat: no-repeat;
  background: url(../images/clouds.png);
}
.section-title h2 {
  color: var(--secondary-color);
}
.about-section .sec-title2 .heading-line {
  position: relative;
  background-color: #03228f;
  height: 5px;
  width: 90px;
  border-radius: 30px;
  margin: 0;
}
.about-img {
  position: relative;
}
.flag-circle {
  position: relative;
}
.flag-circle {
  position: absolute;
  right: -70px;
  width: 120px;
  height: 120px;
  top: 50%;
  z-index: 1;
  background-size: cover;
  transform: translateY(-50%);
}
.flag-circle img {
  width: 100%;
}
.flag-circle .flag{
  position: absolute;
  left: 0;
  right: 0;
  width: 40px;
  height: 31px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
/* .flag-circle::after {
  position: absolute;
  left: 0;
  right: 0;
  width: 40px;
  height: 31px;
  content: "";
  background: url(../images/flag/india.png);
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
} */
.gallery-text h3 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.gallery-img {
  border-radius: 10px;
  overflow: hidden;
  height: 180px;
  border: solid 2px #fff;
  box-shadow: 1px 1px 18px #342d2d8c;
}
.gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partner-section .grey-bg {
  background-color: #f2f2f2;
  padding: 35px;
}
.white-bg {
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 10px;
}
.travel-text h3 {
  color: #000;
}
.visit-btn {
  background: var(--secondary-color);
  width: 150px;
  /* height: 50px; */
  text-align: center;
  display: block;
  color: #fff;
  border-radius: 8px;
  line-height: 25px;
  padding: 8px;
  margin: 0 auto;
}

.visit-btn:hover {
  color: #fbff00;
}
.gallery-slider .owl-nav {
  position: absolute;
  top: -69px;
  right: 0;
}
.gallery-slider .owl-nav .owl-prev,
.gallery-slider .owl-nav .owl-next {
  background: #084298 !important;
  margin-right: 5px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff !important;
  font-size: 22px !important;
  /* line-height: 1.5 !important; */
  padding: 5px !important;
}
.owl-dots .owl-dot {
  background-color: #66666682 !important;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  margin: 2px;
}
.about-section .owl-dots .owl-dot.active {
  background-color: var(--secondary-color) !important;
}
.about-section .owl-dots {
  text-align: center;
  margin-top: 15px;
}
.page-hd {
  height: 50vh;
  display: flex;
  width: 100%;
  align-items: center;
}
.page-hd-text h1 {
  color: #fff;
}
.page-hd-text ul {
  list-style: none;
  padding: 0;
}
.page-hd-text ul li {
  color: #fff;
  padding: 0 8px;
}
.page-hd-text ul li a {
  color: #fff;
}
.travel-logo-img {
  height: 100px;
}
.travel-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
