@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&family=Outfit:wght@100..900&display=swap');

:root {
  --main-font-family: "Outfit", sans-serif;
  --main-font-family-title: "Baloo 2", sans-serif;
}
html {
  background-color: #EEF4FF;
  min-height: 100vh;
  height: 100%;
}
/* Base */
body {
  line-height: 1.7;
  color: gray;
  font-family: var(--main-font-family);
  font-size: 1rem;
  background: none;
  position: relative;
  padding-bottom: 80px;
  background-color: #EEF4FF;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-decoration: none;
  color: #748fd1;
}
a:hover {
  text-decoration: none;
}
#container-holder,
.site-legal-content {
  padding: 2rem 1.5rem;
  color: #121222;
  padding-bottom: 200px;
}
#container-holder a[href="#top"],
.site-legal-content a {
  color: #748fd1;
  text-decoration: underline;
}
#container-holder button,
.site-legal-content button {
  border: none;
  background: #121222;
  background-color: #121222;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 30px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
}
table.contact td {
  display: block;
}
,
table.contact tr {
  padding-top: 10px;
}
table.contact textarea {
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--main-font-family);
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='30' viewBox='0 0 41 30'%3E%3Cg id='Group_53' data-name='Group 53' transform='translate(-1216.5 -147.5)'%3E%3Cline id='Line_1' data-name='Line 1' x2='37' transform='translate(1218.5 149.5)' fill='none' stroke='%23121222' stroke-linecap='round' stroke-width='4'/%3E%3Cpath id='Path_547' data-name='Path 547' d='M0,0H37' transform='translate(1218.5 162.5)' fill='none' stroke='%23121222' stroke-linecap='round' stroke-width='4'/%3E%3Cline id='Line_3' data-name='Line 3' x2='37' transform='translate(1218.5 175.5)' fill='none' stroke='%23121222' stroke-linecap='round' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E%0A")
}

.navbar-expand .navbar-toggler {
  display: block;
}
.overflow-x-hidden
{
  overflow-x: hidden;
}
.index0 {
  z-index: 0;
}
.index1 {
  z-index: 1;
}
.index2 {
  z-index: 2;
}
.index3 {
  z-index: 3;
}
.index4 {
  z-index: 4;
}
.index5 {
  z-index: 4;
}
.index6 {
  z-index: 12;
}
.navbox {
  right: 0;
  left: 0;
  margin: auto;
}

.navbar {
  font-weight: 900;
  color: #fff;
  padding-top: 100px;
  text-align: left;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  border-bottom: 2px solid rgb(255 255 255 / 0%);
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
  border-bottom: 2px solid #fa43c6;
}
.navbar-dark .navbar-nav .nav-active {
  color: #fff;
  border-bottom: 2px solid #fa43c6;
}
.btn {
  font-size: 16px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 10px 30px;
}
.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.btn.btn-primary {
  border-width: 2px;
  background: #00d2b5;
  border-color: #00d2b5;
  color: #fff;
  -webkit-box-shadow: 0 4px 20px -5px rgba(0, 210, 181, 0.4);
  -moz-box-shadow: 0 4px 20px -5px rgba(0, 210, 181, 0.4);
  box-shadow: 0 4px 20px -5px rgba(0, 210, 181, 0.4);
}
.btn.btn-primary:hover {
  background: #6d2b75;
  border-color: #6d2b75;
  color: #fff;
}
.site-section.site-section-sm {
  padding: 4em 0;
}
.relative {
  position: relative;
}

.hero
{
  overflow: hidden;
  position: relative;
}
.logo {
  max-width: 150px;
  width: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
}
.navbar-nav
{
  position: absolute;
    right: 0;
    top: 20px;
}



.first
{
  -moz-background-size: cover;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: bottom;
  margin-top: 0;
  background-repeat: repeat-x;
  z-index: 5;
  overflow-x: hidden;
  background: #fff;
}
.title {
  font-size: 72px;
  line-height: 1;
  color: #121222;
  font-family: var(--main-font-family-title);
}
.title-small
{
  line-height: 1;
  font-size: 22px;
  color: #121222;
  font-family: var(--main-font-family-title);
}
button.button {
  background: #E7DFA3;
  background: -webkit-gradient(linear, left top, left bottom, from(#E7DFA3), to(#E7DFA3));
  background: -webkit-linear-gradient(top, #E7DFA3 0%, #E7DFA3 100%);
  background: -moz-linear-gradient(top, #E7DFA3 0%, #E7DFA3 100%);
  background: -o-linear-gradient(top, #E7DFA3 0%, #E7DFA3 100%);
  background: linear-gradient(to bottom, #E7DFA3 0%, #E7DFA3 100%);
  border: none;
  color: #081221;
  text-transform: capitalize;
  font-size: 18px;
  width: 100%;
  padding: 14px 0;
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
  font-family: var(--main-font-family);

}

button.button.dark {
  background: #8B56C8;
  background: -webkit-gradient(linear, left top, left bottom, from(#8B56C8), to(#8B56C8));
  background: -webkit-linear-gradient(top, #8B56C8 0%, #8B56C8 100%);
  background: -moz-linear-gradient(top, #8B56C8 0%, #8B56C8 100%);
  background: -o-linear-gradient(top, #8B56C8 0%, #8B56C8 100%);
  background: linear-gradient(to bottom, #8B56C8 0%, #8B56C8 100%);
  border: none;
  color: #081221;
  text-transform: capitalize;
  font-size: 15px;
  width: 100%;
  max-width: 180px;
  padding: 14px 0;
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
  font-weight: 500;
}

.legal {
  font-size: 10px;
  font-weight: 500;
  font-style: italic;
  color: #fff;
  margin: auto;
  text-align: center;
}
.navbar-dark .navbar-toggler {
  border: none;
  color: #fff;
}
.navbar-toggler:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar-dark .navbar-toggler[aria-expanded="true"] {
  position: fixed;
  top: 8px;
  right: 12px;
}
.navbar-dark .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
}
.navbar-dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: url(../images/x.png);
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
  filter: invert(1) grayscale(100%) brightness(200%);
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.gradient_bg {
  position: fixed !important;
  background-position: top;
  -moz-background-size: contain;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  height: 72px;
  background: url(../images/gradient.png);
}
a.moreButton,a.moreButton:hover {
  background: #121222;
  background-color: #121222;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  border: none;
  color: #fff;
  text-transform: capitalize;
  font-size: 17px;
  width: 100%;
  max-width: 173px;
  padding: 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-family: var(--main-font-family);
  display: block;
  margin: auto;
}
.shadow {
  -webkit-box-shadow: 0 4px 20px 0 rgba(64, 64, 64, 0.2);
  -moz-box-shadow: 0 4px 20px 0 rgba(64, 64, 64, 0.2);
  box-shadow: 0 4px 20px 0 rgba(64, 64, 64, 0.2);
}
.carousel-control-next,
.carousel-control-prev {
  position: relative;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: none;
}
.cities-arrows {
  height: 63px;
  position: absolute;
}
.cities_info {
  background-color: #2d3357;
  background-image: url("../images/bg_lines.png");
  -moz-background-size: 200vw;
  -webkit-background-size: 200vw 200vw;
       -o-background-size: 200vw;
          background-size: 200vw;
  background-position: center;
  -webkit-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  border-radius: 30px 0 0 30px;
  position: relative;
}
.cities_citytitle:before {
  position: relative;
  content: "";
  width: 50px;
  height: 4px;
  background: #fff;
  left: -7px;
  display: inline-block;
  margin-bottom: 8px;
}
.cities_citytitle {
  font-family: var(--main-font-family);
  color: #fff;
  text-align: right;
  font-size: 35px;
  position: absolute;
  right: 25px;
  top: 28px;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: translateY(-100%) rotate(-90deg);
  -moz-transform: translateY(-100%) rotate(-90deg);
  -ms-transform: translateY(-100%) rotate(-90deg);
  -o-transform: translateY(-100%) rotate(-90deg);
  transform: translateY(-100%) rotate(-90deg);
  text-transform: capitalize;
}
html[dir="rtl"] .cities_citytitle
{
  right: initial;
  left: -50px;
  min-width: 150px;
}
html[dir="rtl"] .cities_citytitle:before {
  display: none;
}
html[dir="rtl"] .cities_citytitle:after {
  position: relative;
  content: "";
  width: 40px;
  height: 4px;
  background: #fff;
  left: -9px;
  display: inline-block;
  margin-bottom: 8px;
}
.basic_text {
  font-family: var(--main-font-family);
  color: #121222;
  text-align: justify;
  font-size: 18px;
  line-height: 1.5;
}
.cities_basic_text {
  font-family: var(--main-font-family);
  color: #fff;
  text-align: justify;
  max-width: 60%;
  font-size: 18px;
  line-height: 1.6;
  position: absolute;
  bottom: 26%;
}
.cities-arrows_box {
  position: absolute;
  bottom: 3em;
  width: 100%;
}
.cities-arrows_box .left {
  left: 0;
  position: absolute;
}
.cities-arrows_box .right {
  right: 0;
  position: absolute;
  padding-right: 3em;
}
.bd-placeholder-img {
  -moz-background-size: cover;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  display:block;
}
.countries {
  background: url(../images/map.png), url(../images/compass.png);
  -moz-background-size: contain, 20vw;
  -webkit-background-size: contain, 20vw;
       -o-background-size: contain, 20vw;
          background-size: contain, 20vw;
  background-position: top center, left bottom;
  background-repeat: no-repeat;
}

.dashboard .account {
  background: #2D3358;
}
.dashboard .account_inner {
  background: #2D3358;
}
.dashboard .title_text, .title_text,.unsub h3 {
  font-family: var(--main-font-family);
  font-size: 30px;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
  display: block;
}
.dashboard .account_inner .list-group-item {
  line-height: 2;
  padding: 0.4em 0px;
  font-family: var(--main-font-family);
  font-weight: normal;
}
.dashboard .account_inner .account_inner_components a {
  color: #a899d6;
  text-decoration: underline;
}
.settings_icon {
  background: #fff;
  border: 1px solid #be92c2;
  -webkit-filter: drop-shadow(0px 0px 10px #e39dfa);
  filter: drop-shadow(0px 0px 10px #e39dfa);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  display: block;
  text-align: center;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  width: 30px;
  height: 30px;
}
.settings_icon svg {
  width: 15px;
  height: 15px;
}
.icon_small {
  background: #fff;
  border: 1px solid #be92c2;
  -webkit-filter: drop-shadow(0px 0px 10px #e39dfa);
  filter: drop-shadow(0px 0px 10px #e39dfa);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  width: 30px;
  height: 30px;
  line-height: 1.2;
  margin-right: 1rem;
}
.icon_small svg {
  width: 15px;
  height: 15px;
}
.avatar {
  position: relative;
  width: 180px;
  margin: auto;
}
.avatar_close_button
{
  display:block;
  position: absolute;
  width: 30px;
  height: 30px;
  right:5px;
  top:5px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: url('../images/close.png') no-repeat center #748fd1;
  -moz-background-size: 15px;
  -webkit-background-size: 10px 10px;
       -o-background-size: 10px;
          background-size: 10px;
  z-index: 999999;
}
.inside_avatar {
  width: 180px;
  height: 180px;
  background: #0a064c;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  border: 2px solid #98C9D8;
  display: block;
  margin: auto;
  overflow: hidden;
  -moz-background-size: cover;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.avatar img {
  width: 100%;
}
.avatar .edit {
  position: absolute;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: url(../images/pencil.png) no-repeat center #8B56C8;
  -moz-background-size: 15px;
       -webkit-background-size: 15px 15px;
            -o-background-size: 15px;
          background-size: 15px;
}
.avatar .edit svg {
  width: 15px;
  height: 15px;
}
.dashboard .button-setting-acount
{
  font-family: var(--main-font-family);
  color: #fff;
  font-size: 18px;
}
.dashboard .button-setting-acount.active
{
  background-color: #222948;
  background: #222948;
  border-left: 2px solid #98C9D8;
}
html[dir="rtl"] .dashboard .button-setting-acount.active
{
  border-right: 2px solid #98C9D8;
  border-left: 0;
}
.dashboard .button-setting-acount>span.icon
{
  float: left;
  width: 18px;
  height: 100%;
  padding: 6px;
}
html[dir="rtl"] .dashboard .button-setting-acount>span.icon
{
  float: right;
}
.dashboard .button-setting-acount>span.icon.user
{
  background: url(../images/user.png) no-repeat center;
  -moz-background-size: contain;
       -webkit-background-size: contain;
            -o-background-size: contain;
          background-size: contain;
}
.dashboard .button-setting-acount>span.icon.settings
{
  background: url(../images/settings.png) no-repeat center;
  -moz-background-size: contain;
       -webkit-background-size: contain;
            -o-background-size: contain;
          background-size: contain;
}
.dashboard .button-setting-acount>span.text
{
  padding-left: 15px;
}
html[dir="rtl"] .dashboard .button-setting-acount>span.text
{
  padding-right: 15px;
  padding-left: inital;
}
.dashboard .name_and_surname {
  font-family: var(--main-font-family);
  color: #fff;
  line-height: 1.2;
}
.dashboard .email {
  font-weight: 600;
  font-size: 14px;

  color: #bcb9e1;
  line-height: 1.2;
}
.dashboard .subtitle {
  font-family: var(--main-font-family);
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}
hr {
  background-color: #bd95c5;
}
.switch {
  position: relative;
  display: inline-block;
  width: 75px;
  height: 36px;
  line-height: 2.3;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-box-shadow: inset 0 0 8px #787878;
  -webkit-box-shadow: inset 0 0 8px #787878;
  box-shadow: inset 0 0 8px #787878;
}
.slider:before {
  position: absolute;
  content: "";
  height: 32px;
  width: 32px;
  left: 2px;
  bottom: 2px;
  background-color: #471fab;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0px 0px 2px #787878);
  filter: drop-shadow(0px 0px 2px #787878);
}


.favorite .subtitle {
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  line-height: 1.5;
}
.list-group-item {
  background: none;
  color: #748fd1;
  border: none;
  font-size: 16px;
  line-height: 1.2;
  padding-left: 0;
}
.list-group-numbered>li::before
{
  background: #222848;
  height: 20px;
  width: 20px;
  margin-right: 13px;
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
  padding: 10px 15px;
  content: counters(section, "") "";
}
html[dir="rtl"] .list-group-numbered
{
  padding-left: inital;
  padding-right: 0;
}
html[dir="rtl"] .list-group-numbered>li::before
{
  margin-right: 0;
  margin-left: 13px;
}

div[accomplished="false"]> .achievement
  {
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  div[accomplished="false"]> .achievement::before{
    content: "";
    background-image: url("../images/lock.png"),url("../images/ctabg.png");
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background-position: center;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-repeat: no-repeat,repeat;
    -moz-background-size: 20px 20px,cover;
    -webkit-background-size: 20px 20px,cover;
         -o-background-size: 20px 20px,cover;
            background-size: 20px 20px,cover;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
  }
.achievement {
  width: 100%;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #748fd1;
  background-image: url(../images/achievments.png);
  border: none;
  background-repeat: no-repeat;
  -moz-background-size: 40px;
  -webkit-background-size: 50px 50px;
       -o-background-size: 50px;
          background-size: 50px;
  background-position: 9px center;
}
.achievement .icon_small {
  height: 50px;
  width: 50px;
  line-height: 2.8;
}
.question-label {
  width: 100%;
}
.achievement .icon_small svg {
  height: 35px;
  width: 35px;
}
.achievement .subtitle {
  font-weight: 700;
  font-size: 12px;
  color: #222848;
  line-height: 1.5;
}

.achievement .basic_text {
  font-weight: 500;
  font-size: 16px;
  line-height: 12px;
  color: #506D7E;
  text-align: center;
}
.account_inner_components .form-label.subtitle {
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  line-height: 1.5;
}
.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.arrow span {
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 5px solid #748fd1;
  border-right: 5px solid #748fd1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -10px;
  -webkit-animation: animate 2s infinite;
  -moz-animation: animate 2s infinite;
  -o-animation: animate 2s infinite;
     animation: animate 2s infinite;
}
.arrow span:nth-child(2) {
  -webkit-animation-delay: -0.2s;
  -moz-animation-delay: -0.2s;
  -o-animation-delay: -0.2s;
     animation-delay: -0.2s;
}
.arrow span:nth-child(3) {
  -webkit-animation-delay: -0.4s;
  -moz-animation-delay: -0.4s;
  -o-animation-delay: -0.4s;
     animation-delay: -0.4s;
}
@-webkit-keyframes animate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(-20px, -20px);
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(20px, 20px);
    transform: rotate(45deg) translate(20px, 20px);
  }
}
@-moz-keyframes animate {
  0% {
    opacity: 0;
    -moz-transform: rotate(45deg) translate(-20px, -20px);
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(45deg) translate(20px, 20px);
    transform: rotate(45deg) translate(20px, 20px);
  }
}
@-o-keyframes animate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(-20px, -20px);
    -moz-transform: rotate(45deg) translate(-20px, -20px);
    -o-transform: rotate(45deg) translate(-20px, -20px);
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(20px, 20px);
    -moz-transform: rotate(45deg) translate(20px, 20px);
    -o-transform: rotate(45deg) translate(20px, 20px);
    transform: rotate(45deg) translate(20px, 20px);
  }
}
@keyframes animate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(-20px, -20px);
    -moz-transform: rotate(45deg) translate(-20px, -20px);
    -o-transform: rotate(45deg) translate(-20px, -20px);
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(20px, 20px);
    -moz-transform: rotate(45deg) translate(20px, 20px);
    -o-transform: rotate(45deg) translate(20px, 20px);
    transform: rotate(45deg) translate(20px, 20px);
  }
}
.pensil_icon,.lock_icon{
  position: absolute;
  bottom: 23px;
  right: 33px;
  width: 15px;
  height: 15px;
}
html[dir="rtl"] .pensil_icon, html[dir="rtl"] .lock_icon
{
  right: initial;
  left: 33px;
}
html[dir="rtl"] #Layer_1
{
  -webkit-transform: scaleX(-1);
     -moz-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
       -o-transform: scaleX(-1);
          transform: scaleX(-1);
}
.option{
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0.675rem 0.75rem;
  border: 1px solid rgba(0,56,101,.7);
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  border-radius: 0.375rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #003865;
  background-color: #fff;
}
.option .dot{
  height: 30px;
  width: 30px;
  background: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: none;
}
.option .dot::before{
  background-image: url('../images/check_interests.png');
  -moz-background-size: contain;
       -webkit-background-size: contain;
            -o-background-size: contain;
          background-size: contain;
  position: absolute;
  content: "";
  top: 6px;
  left: 4px;
  width: 23px;
  height: 23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-repeat: no-repeat;
}
input[type="checkbox"]{
  display: none;
}

.checkbox_label:checked:checked ~ .option
{
  border-color: #748fd1;
  background: #748fd1;
  color: #222848;
  margin: auto;
  text-align: center;
}
.checkbox_label:checked:checked ~ .option span
{
  color: #222848;
}

.checkbox_label:checked:checked ~ .option>.dot
{
  background: #e7dfa3 !important;

}
.checkbox_label:checked:checked ~ .option .dot::before
{
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.checkbox_label ~ .option span
{
  color: #fff;
  margin: auto;
}

.btn-checkbox
{
  background: #222848;
  background: -webkit-gradient(linear, left top, left bottom, from(#222848), to(#222848));
  background: -webkit-linear-gradient(top, #222848 0%, #222848 100%);
  background: -moz-linear-gradient(top, #222848 0%, #222848 100%);
  background: -o-linear-gradient(top, #222848 0%, #222848 100%);
  background: linear-gradient(to bottom, #222848 0%, #222848 100%);
  border: none;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 18px;
  width: 100%;
  padding: 15px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-family: var(--main-font-family);
  text-align: center;
  display: block;
  position: relative;
}
.btn-checkbox span
{
  color: #fff;
}
.form-control {
  background-color: #fff;
  color: #121222;
  font-family: var(--main-font-family);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: none;
  font-size: 18px;
}

.form-control::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #748fd1;
  opacity: 1; /* Firefox */
}

.form-control::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #748fd1;
  opacity: 1; /* Firefox */
}
.form-control:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #748fd1;
  opacity: 1; /* Firefox */
}
.form-control::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #748fd1;
  opacity: 1; /* Firefox */
}
.form-control:-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #748fd1;
  opacity: 1; /* Firefox */
}
.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #748fd1;
  opacity: 1; /* Firefox */
}
.form-control:focus {
  color: #748fd1;
  background-color: #fff;
  border-color: #748fd1;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem #748fd1;
  -moz-box-shadow: 0 0 0 0.25rem #748fd1;
  box-shadow: 0 0 0 0.25rem #748fd1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #748fd1;
}

.block-27 .pagination
{
  position: relative;
  z-index: 5;
}
.block-27 .pagination
{display: inline-block;padding: 0;margin: 0;margin-bottom: 4px;font-weight: 400;width: 95%;margin: 0 auto;}
.block-27 div a, .block-27 div span, .block-27 div em{color: #BCB9E1;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: none;
  background: #2E2655;
  font-family: var(--main-font-family);
  font-style: normal;
}
.block-27 div .previous_page, .block-27 div .next_page
{
  visibility:hidden;
}

.block-27 div .previous_page:after,
.block-27 div .next_page:after
{
  content:'<';
  visibility: visible;
  display: inline-block;
  color: #BCB9E1;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: none;
  background: #2E2655;
  font-family: var( --main-font-family);
  font-style: normal;
}
.block-27 div .next_page:after
{
content:'>';
}
.block-27 div em.current
{
  background: #5938DA;
  color: #fff;
  border: none;
}
.content_box .play_now_button
{
  background: #121222;
  color: #fff;
}

@-webkit-keyframes slide-r_mob {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(0.6);
       -moz-transform: translate3d(0, 0, 0) scale(0.6);
            transform: translate3d(0, 0, 0) scale(0.6);
  }
  100% {
    -webkit-transform: translate3d(33vw, 18vw, 300px) scale(0.6) rotate(-5deg);
       -moz-transform: translate3d(33vw, 18vw, 300px) scale(0.6) rotate(-5deg);
            transform: translate3d(33vw, 18vw, 300px) scale(0.6) rotate(-5deg);

  }
}

@-moz-keyframes slide-r_mob {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(0.6);
       -moz-transform: translate3d(0, 0, 0) scale(0.6);
            transform: translate3d(0, 0, 0) scale(0.6);
  }
  100% {
    -webkit-transform: translate3d(33vw, 18vw, 300px) scale(0.6) rotate(-5deg);
       -moz-transform: translate3d(33vw, 18vw, 300px) scale(0.6) rotate(-5deg);
            transform: translate3d(33vw, 18vw, 300px) scale(0.6) rotate(-5deg);

  }
}

@-o-keyframes slide-r_mob {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(0.6);
       -moz-transform: translate3d(0, 0, 0) scale(0.6);
            transform: translate3d(0, 0, 0) scale(0.6);
  }
  100% {
    -webkit-transform: translate3d(33vw, 18vw, 300px) scale(0.6) rotate(-5deg);
       -moz-transform: translate3d(33vw, 18vw, 300px) scale(0.6) rotate(-5deg);
            transform: translate3d(33vw, 18vw, 300px) scale(0.6) rotate(-5deg);

  }
}

@keyframes slide-r_mob {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(0.6);
       -moz-transform: translate3d(0, 0, 0) scale(0.6);
            transform: translate3d(0, 0, 0) scale(0.6);
  }
  100% {
    -webkit-transform: translate3d(33vw, 18vw, 300px) scale(0.6) rotate(-5deg);
       -moz-transform: translate3d(33vw, 18vw, 300px) scale(0.6) rotate(-5deg);
            transform: translate3d(33vw, 18vw, 300px) scale(0.6) rotate(-5deg);

  }
}

@-webkit-keyframes slide-bl_mob {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(0.6);
       -moz-transform: translate3d(0, 0, 0) scale(0.6);
            transform: translate3d(0, 0, 0) scale(0.6);
  }
  100% {
    -webkit-transform:translate3d(-5vw, 40vw, 300px) scale(0.6) rotate(5deg);
       -moz-transform:translate3d(-5vw, 40vw, 300px) scale(0.6) rotate(5deg);
            transform:translate3d(-5vw, 40vw, 300px) scale(0.6) rotate(5deg);
  }
}

@-moz-keyframes slide-bl_mob {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(0.6);
       -moz-transform: translate3d(0, 0, 0) scale(0.6);
            transform: translate3d(0, 0, 0) scale(0.6);
  }
  100% {
    -webkit-transform:translate3d(-5vw, 40vw, 300px) scale(0.6) rotate(5deg);
       -moz-transform:translate3d(-5vw, 40vw, 300px) scale(0.6) rotate(5deg);
            transform:translate3d(-5vw, 40vw, 300px) scale(0.6) rotate(5deg);
  }
}

@-o-keyframes slide-bl_mob {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(0.6);
       -moz-transform: translate3d(0, 0, 0) scale(0.6);
            transform: translate3d(0, 0, 0) scale(0.6);
  }
  100% {
    -webkit-transform:translate3d(-5vw, 40vw, 300px) scale(0.6) rotate(5deg);
       -moz-transform:translate3d(-5vw, 40vw, 300px) scale(0.6) rotate(5deg);
            transform:translate3d(-5vw, 40vw, 300px) scale(0.6) rotate(5deg);
  }
}

@keyframes slide-bl_mob {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(0.6);
       -moz-transform: translate3d(0, 0, 0) scale(0.6);
            transform: translate3d(0, 0, 0) scale(0.6);
  }
  100% {
    -webkit-transform:translate3d(-5vw, 40vw, 300px) scale(0.6) rotate(5deg);
       -moz-transform:translate3d(-5vw, 40vw, 300px) scale(0.6) rotate(5deg);
            transform:translate3d(-5vw, 40vw, 300px) scale(0.6) rotate(5deg);
  }
}

@-webkit-keyframes slide-tl_mob {
  0% {
            -webkit-transform: translate3d(0, 0, 0) scale(0.6);
               -moz-transform: translate3d(0, 0, 0) scale(0.6);
                    transform: translate3d(0, 0, 0) scale(0.6);
  }
  100% {
            -webkit-transform:translate3d(0vw, -5vh, 300px) scale(0.6) rotate(0deg);
               -moz-transform:translate3d(0vw, -5vh, 300px) scale(0.6) rotate(0deg);
                    transform:translate3d(0vw, -5vh, 300px) scale(0.6) rotate(0deg);
  }
}

@-moz-keyframes slide-tl_mob {
  0% {
            -webkit-transform: translate3d(0, 0, 0) scale(0.6);
               -moz-transform: translate3d(0, 0, 0) scale(0.6);
                    transform: translate3d(0, 0, 0) scale(0.6);
  }
  100% {
            -webkit-transform:translate3d(0vw, -5vh, 300px) scale(0.6) rotate(0deg);
               -moz-transform:translate3d(0vw, -5vh, 300px) scale(0.6) rotate(0deg);
                    transform:translate3d(0vw, -5vh, 300px) scale(0.6) rotate(0deg);
  }
}

@-o-keyframes slide-tl_mob {
  0% {
            -webkit-transform: translate3d(0, 0, 0) scale(0.6);
               -moz-transform: translate3d(0, 0, 0) scale(0.6);
                    transform: translate3d(0, 0, 0) scale(0.6);
  }
  100% {
            -webkit-transform:translate3d(0vw, -5vh, 300px) scale(0.6) rotate(0deg);
               -moz-transform:translate3d(0vw, -5vh, 300px) scale(0.6) rotate(0deg);
                    transform:translate3d(0vw, -5vh, 300px) scale(0.6) rotate(0deg);
  }
}

@keyframes slide-tl_mob {
  0% {
            -webkit-transform: translate3d(0, 0, 0) scale(0.6);
               -moz-transform: translate3d(0, 0, 0) scale(0.6);
                    transform: translate3d(0, 0, 0) scale(0.6);
  }
  100% {
            -webkit-transform:translate3d(0vw, -5vh, 300px) scale(0.6) rotate(0deg);
               -moz-transform:translate3d(0vw, -5vh, 300px) scale(0.6) rotate(0deg);
                    transform:translate3d(0vw, -5vh, 300px) scale(0.6) rotate(0deg);
  }
}

  @-webkit-keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-1000px);
              transform: translateX(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @-moz-keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-1000px);
              -moz-transform: translateX(-1000px);
           transform: translateX(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              -moz-transform: translateX(0);
           transform: translateX(0);
      opacity: 1;
    }
  }
  @-o-keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-1000px);
              -moz-transform: translateX(-1000px);
                -o-transform: translateX(-1000px);
           transform: translateX(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              -moz-transform: translateX(0);
                -o-transform: translateX(0);
           transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-1000px);
              -moz-transform: translateX(-1000px);
                -o-transform: translateX(-1000px);
           transform: translateX(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              -moz-transform: translateX(0);
                -o-transform: translateX(0);
           transform: translateX(0);
      opacity: 1;
    }
  }
  @-webkit-keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(1000px);
              transform: translateX(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @-moz-keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(1000px);
              -moz-transform: translateX(1000px);
           transform: translateX(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              -moz-transform: translateX(0);
           transform: translateX(0);
      opacity: 1;
    }
  }
  @-o-keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(1000px);
              -moz-transform: translateX(1000px);
                -o-transform: translateX(1000px);
           transform: translateX(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              -moz-transform: translateX(0);
                -o-transform: translateX(0);
           transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(1000px);
              -moz-transform: translateX(1000px);
                -o-transform: translateX(1000px);
           transform: translateX(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              -moz-transform: translateX(0);
                -o-transform: translateX(0);
           transform: translateX(0);
      opacity: 1;
    }
  }
.unsub
{
  color: #fff;
}
.unsub a
{
  color: #748fd1;
}

@media screen and (min-width: 280px) {
  .circle,.circle_2,.circle_3 {
      position: absolute;
      top: 0;
      width: 200px;
      height: 200px;
      background: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      height: 200vh;
      width: 200vh;
      left: 0;
      right: 0;
      top: -110vh;
      left: -77vh;
  }
  .circle
  {
  z-index: 6;
  bottom: 0;
  top: initial;
  }

  .circle_2
  {
    background: #EEF4FF;
    z-index: -1;
    bottom: 10px;
    top: inherit;
  }
  .circle_3
  {
    background:#fff;
    z-index: -10;
    top: inherit;
    bottom: 0;
  }
  .content
  {
    z-index: 6;
    position: relative;
    margin-top: 24vh;
  }
  .header.title
  {
    font-family: var(--main-font-family-title);
    font-size: 42px;
    color:#121222;
    text-align: center;
  }
  .title
  {
    font-size: 40px;
    text-align: center;
  }
  .second
  {
    overflow-x: hidden;
    background: #f5f5f5;
  }
  .third
  {
    background-color: #F5F5F5;
    overflow-x: hidden;

  }
  button.more_button
  {
    background: #121222;
    background: -webkit-gradient(linear, left top, left bottom, from(#121222), to(#121222));
    background: -webkit-linear-gradient(top, #121222 0%, #121222 100%);
    background: -moz-linear-gradient(top, #121222 0%, #121222 100%);
    background: -o-linear-gradient(top, #121222 0%, #121222 100%);
    background: linear-gradient(to bottom, #121222 0%, #121222 100%);
    border: none;
    color: #fff;
    text-transform: capitalize;
    font-size: 17px;
    width: 100%;
    max-width: 173px;
    padding: 8px 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-family: var(--main-font-family);
    display: block;
    text-align: center;
  }
  .image-container
  {
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;
    max-width: 700px;
  }
  .cities_basic_text
  {
    line-height: 1.2;
    font-size: 14px;
    left: 10px;
    bottom: 30%;
  }
  .cities_info
  {
    height: 290px;
    -webkit-border-radius:30px 30px 0 0;
       -moz-border-radius:30px 30px 0 0;
            border-radius:30px 30px 0 0;
  }
  .icon-category
  {
    background-color: #D9E3FB;
    width: 75px;
    height: 75px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    -moz-background-size: 50%;
    -webkit-background-size: 50% 50%;
         -o-background-size: 50%;
            background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
  }
  .swearl
  {
    position: absolute;
    width: 19vw;
    top: 0;
    max-width: 160px;
  }
  .gray
  {
    position: absolute;
    width: 25vw;
    top: 44px;
    right: 0;
    max-width: 200px;
  }
  .lifestyle_icon
  {
    background-image: url(../images/lifestyle_icon.png);
  }
  .health_icon
  {
    background-image: url(../images/health_icon.png);
  }
  .relaxation_icon
  {
    background-image: url(../images/relaxation_icon.png);
  }

  .category-images
  {
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-filter: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
          filter: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  }
  .cities_info .title
  {
    position: absolute;
    top: 25px;
    left: 25px;
  }
  html[dir="rtl"] .cities_info .title
  {
    left: initial;
    right: 25px;
  }
  html[dir="rtl"] .cities_basic_text
  {
    left: initial;
    padding-left: initial !important;
    right: 10px;
    padding-right: 1rem !important;
  }
  .cities-arrows {
    height: 32px;
  }
  .cities-arrows_box .right
  {
    right: 25px
  }
  .cities-arrows_box .left
  {
    left: 25px;
  }
  .countries
  {
    background-position: top center,left bottom;
    -moz-background-size: 200%,37%;
         -webkit-background-size: 200%,37% 200%,37%;
              -o-background-size: 200%,37%;
            background-size: 200%,37%;
  }
  .bd-placeholder-img
  {
    -webkit-border-radius: 0 0 30px 30px;
    -moz-border-radius: 0 0 30px 30px;
    border-radius: 0 0 30px 30px;
    height: 250px;
  }
  .slider2 .owl-stage {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .slider2 {
    background: none;
    -webkit-border-radius: 30px 0 0 30px;
       -moz-border-radius: 30px 0 0 30px;
            border-radius: 30px 0 0 30px;
    overflow: hidden;
  }
  .slider2 .owl-nav.disabled {
    display: none;
  }
  .category-card
  {
    padding: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
    -webkit-transition: all 0;
    -o-transition: all 0;
    -moz-transition: all 0;
    transition: all 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #c2d3fc;
    background-position: center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
  }
  .slider-card {
    padding: 0;
    -webkit-transform: scale(0.7);
       -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
         -o-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 1;
    -webkit-transition: all 0;
    -o-transition: all 0;
    -moz-transition: all 0;
    transition: all 0;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    background: #5330ac;
    background-position: center;
    -moz-background-size: cover;
         -webkit-background-size: cover;
              -o-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
  }
  .country_info_box {
    position: absolute;
    bottom: 0.5em;
    width: 100%;
  }
  .country-slider-box {
    height: 50vh;
  }
  html[dir="rtl"] .country-slider-box
  {
    direction: ltr;
  }
  html[dir="rtl"] .country-slider-box .owl-item *
  {
    direction: rtl;
  }
  .country_name,
  .country_button {
    font-family: var(--main-font-family);
    text-transform: capitalize;
    display: block;
    width: 65%;
    margin: auto;
    padding-left: 1em;
    background: #fff;
    color: #081221;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 25px;
    float: left;
    height: 70px;
    line-height: 70px;
  }
  html[dir="rtl"] .country_name, html[dir="rtl"] .country_button
  {
    padding-left: initial;
    padding-right: 1em;
    float: right;
  }
  .country_name {
    margin-left: 0.5em;
  }
  html[dir="rtl"] .country_name
  {
    margin-left: initial;
    margin-right: 0.5em;
  }
  .country_button {
    width: 70px;
    text-align: center;
    height: 70px;
    position: relative;
    overflow-x: hidden;
  }
  .category-card .country_name
  {
    margin: auto;
    width: 100%;
    font-size: 16px;
}
  .category-card .country_button
  {
    margin-left: 0;
    overflow: initial;
  }
  .slider-card:hover .country_button,.category-card:hover .country_button {
    background: #738fd1;
  }
  .slider-card:hover .go_arrow > path, .category-card:hover .go_arrow > path {
    -webkit-transform: translate3d(300px, 0px, 0);
       -moz-transform: translate3d(300px, 0px, 0);
            transform: translate3d(300px, 0px, 0);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    -moz-transition: 0.35s;
    transition: 0.35s;
  }
  .slider-card:hover .go_arrow_in > path,  .category-card:hover .go_arrow_in > path {
    -webkit-transform: translate3d(0, 0px, 0);
       -moz-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    -moz-transition: 0.35s;
    transition: 0.35s;
  }
  .go_arrow {
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(-30deg);
       -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
         -o-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  html[dir="rtl"] .go_arrow
  {
    -webkit-transform: rotate(-150deg);
       -moz-transform: rotate(-150deg);
        -ms-transform: rotate(-150deg);
         -o-transform: rotate(-150deg);
            transform: rotate(-150deg);
  }
  .go_arrow > path {
    fill: #000 !important;
  }
  .go_arrow_in {
    width: 100%;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(-30deg);
       -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
         -o-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .go_arrow_in > path {
    fill: #000 !important;
    -webkit-transform: translate3d(-300px, 0px, 0);
       -moz-transform: translate3d(-300px, 0px, 0);
            transform: translate3d(-300px, 0px, 0);
  }
  html[dir="rtl"] .go_arrow_in
  {
    -webkit-transform: rotate(-150deg);
       -moz-transform: rotate(-150deg);
        -ms-transform: rotate(-150deg);
         -o-transform: rotate(-150deg);
            transform: rotate(-150deg);
  }
  .aboutus_text
  {
    background:#748fd1;
    color:#222848;
    z-index: 1;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    line-height: 1.2;
    -webkit-box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.14);
    border: none;
  }
  .border-right
  {
    border-bottom: 1px solid #514c73;
  }
/* unsub */
  .col-xs-12.text-center.offset3 > h2,.col-xs-12.text-center.offset3>h3
  {
    padding-top: 100px;
  }
  .col-xs-12.text-center.offset3 > h2
  {
    font-weight: 600;
    font-size: 35px;
    text-align: center;
    color: #121222;
    line-height: 1.2;
  }
  .col-xs-12.text-center.offset3>h3
  {
    font-weight: 700;
    font-size: 20px;
    color: #121222;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .col-xs-12.text-center.offset3 .input-group-addon
  {
    font-family: var(--inital_font);
    font-size: 18px;
    font-weight: 700;
    color: #121222;
    text-transform: capitalize;
    display: block;
    text-align: center !important;
    margin:auto;
    padding-bottom:10px;
  }
  .col-xs-12.text-center.offset3
  {
    color: #121222;
    line-height: 1.2;
    text-align: center !important;
    max-width: 600px;
    margin:auto;
    width: 90%;
  }
  .col-xs-12.text-center.offset3 > form
  {
    background-color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: none;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 500px;
    margin: auto;
  }
   .col-xs-12.text-center.offset3 > form .input-group
  {
    padding-top:20px;
    width: 90%;
    margin: auto;
    display: block;
  }
  .col-xs-12.text-center.offset3:last-child
  {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: .5em;
    border-radius: 0.5em;
    margin: auto;
    margin-top: 0;
  }
  .col-xs-12.text-center.offset3 input.form-control
  {
    color: #212529;
    display: inline-block;
    transition: box-shadow .2s linear, border-color .25s ease-out, -webkit-box-shadow .2s linear, -moz-box-shadow .2s linear;
    font-size: 15px;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    border-radius: 100px !important;
    background: #fff;
    border: 1px solid #000;
    color: #121222;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding:20px 10px;
    display: block;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 1rem;
  }
  .col-xs-12.text-center.offset3 input[type="submit"].btn
  {
      background: #121222;
      background: -moz-linear-gradient(top, #121222 0%, #121222 100%);
      background: -webkit-linear-gradient(top, #121222 0%, #121222 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(#121222), to(#121222));
      background: -moz-linear-gradient(top, #121222 0%, #121222 100%);
      background: -o-linear-gradient(top, #121222 0%, #121222 100%);
      background: linear-gradient(to bottom, #121222 0%, #121222 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121222', endColorstr='#121222',GradientType=0 );
      -webkit-border-radius: 300px;
      -moz-border-radius: 300px;
      border-radius: 300px;
      border: none;
      color: #fff;
      font-weight: 600;
      padding: 20px 0;
      text-align: center;
      text-decoration: none;
      font-size: 15px;
      width: 100%;
      display:block;
      margin: auto;
      text-transform: capitalize;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      margin-top: 10px;
  }
  /* end - unsub */
  .collapsing {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: height 0s ease;
    -o-transition: height 0s ease;
    -moz-transition: height 0s ease;
    transition: height 0s ease;
  }
  .collapse.show {
    position: fixed;
    z-index: 9999999;
    width: 100%;
    height: 100vh;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
  }
  .collapse.show > .bg-dark {
    background-color: #EEF4FF !important;
    height: 100vh;
    text-align: center;
    background: url(../images/city.png);
    -moz-background-size: cover;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-position: bottom;
    margin-top: 0;
    background-repeat: repeat-x;

  }
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47.577' height='31.73' viewBox='0 0 47.577 31.73'%3E%3Cg id='Group_228' data-name='Group 228' transform='translate(-1577.493 -45.081)'%3E%3Cpath id='Path_548' data-name='Path 548' d='M0,0,32.753,2.964,44.6,4.036' transform='translate(1583.479 48.048) rotate(30)' fill='none' stroke='%23bcb9e1' stroke-linecap='round' stroke-width='4'/%3E%3Cpath id='Path_549' data-name='Path 549' d='M.009,4.136,32.763,1.172,44.61.1' transform='translate(1580.402 70.267) rotate(-30)' fill='none' stroke='%23bcb9e1' stroke-linecap='round' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
  .menu_button {
    width: 100%;
    display: block;
    padding: 14px 0;
    color: #121222;
    position: relative;
    z-index: 1;
    font-size: 25px;
    text-align: center;
  }
  .menu_button:hover {
    color: #738fd1;
  }
  .menu_button.disabled {
    color: #5139aa;
    pointer-events: none;
  }
  .footer {
    font-size: 10px;
    color: #121222;
    -webkit-box-shadow: 0px -10px 20px -8px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: 0px -10px 20px -8px rgba(0, 0, 0, 0.46);
    box-shadow: 0 -8px 5px -5px rgb(0 0 0 / 24%);
    background: #fff;
    z-index: 10;
  }
  .footer a {
    font-weight: 400;
    color: #121222;
  }
  .contactbg
  {
    background: #2D3358;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  #contact textarea#message.form-control
  {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: #121222;
  }
  #contact .subtitle
  {
    font-family: var(--main-font-family);
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
  }
  #contact .submit_button
  {
    width: auto;
    margin: inherit;
    min-width: 200px;
    background: #E7DFA3;
    background: -webkit-gradient(linear, left top, left bottom, from(#E7DFA3), to(#E7DFA3));
    background: -webkit-linear-gradient(top, #E7DFA3 0%, #E7DFA3 100%);
    background: -moz-linear-gradient(top, #E7DFA3 0%, #E7DFA3 100%);
    background: -o-linear-gradient(top, #E7DFA3 0%, #E7DFA3 100%);
    background: linear-gradient(to bottom, #E7DFA3 0%, #E7DFA3 100%);
    border: none;
    color: #081221;
    text-transform: capitalize;
    font-size: 18px;
    padding: 14px 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-family: var(--main-font-family);
  }
  .basic_text,.title-small {
    width: 90%;
    margin: auto;
  }
  .aboutus .title
  {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px)
{
  .basic_text,.title-small{
    width: 100%;
    margin: auto;
  }
.header.title
{
  font-size: 60px;
}
.circle,.circle_2,.circle_3
{
  left: -100%;
  display: block;
  margin: auto;
  text-align: center;
  right: -100%;
}
.circle
  {
   bottom: 20vh;
  }

  .content {
      margin-top: 24vh;
  }

  .category-card .country_name
  {
    font-size: 20px;
  }
  .aboutus .title
  {
    font-size: 40px;
  }
}
@media screen and (min-width: 992px) {
  .circle
  {
    width: 500vw;
    height: 500vw;
    left: -500vw;
    right: -500vw;
  }

  .circle_2,.circle_3
  {
    -webkit-border-radius:   0;
       -moz-border-radius:   0;
            border-radius:   0;
  }
  .first .title, .second .title, .third .title,
  .icon-category
  {
    text-align: left;
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .border-right
  {
    border-right: 1px solid #514c73;
    border-bottom: 0;
  }
  .achievement .basic_text
  {
    font-size: px;
  }
  .achievement
  {
    -moz-background-size: 45px;
    -webkit-background-size: 45px 45px;
         -o-background-size: 45px;
            background-size: 45px;
  }
}
@media screen and (min-width: 1400px) {
}

@media screen and (min-width: 1600px)
{
}
