@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@500;600;700;800;900&display=swap");

:root {
  --main-color: #0064AD;
  --white: #fff;
  --black: #000000;
  --dark-bink: #B03959;
  --purple: #692B7A;
  --limon: #6AB845;
  --secon-color: #F6881F;
  --dark-secon: #D85726;
  --gray-color: #2a2a2a;
  --text-color: #b1b1b1;
}

* {
  font-family: 'Tajawal', sans-serif !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  direction: rtl;
  /* background: #020204; */
  background-color:#FCFFFF!important;
  /*background-image: url('../images/bg-effect.svg') !important;*/
  /* background: url(http://fc01.deviantart.net/fs71/f/2012/160/b/9/stars_by_paulinemoss-d52un4e.jpg) !important; */
  /*animation: stars 90s linear infinite;*/
}
@keyframes stars {
  100% {
    background-position: 0 0;
  }
  0% {
    background-position: 0 100%;
  }
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
  background: transparent;
  /* color: #fff; */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}

.form-control,
.form-control:focus {
  padding: 1rem;
  border: 1px solid #c8c8c8;
  border-radius: 8px;
  box-shadow: none;
  outline: 0;
  margin: 1.5rem 0;
}
img {
  width: 100%;
}
i,
svg {
  line-height: 0;
}

.btn,
.btn:focus {
  outline: none;
  box-shadow: none;
}
::-webkit-scrollbar {
  height: 0.5rem;
  width: 0.4rem;
}

::-webkit-scrollbar-track {
  background-color: var(--white);
}

::-webkit-scrollbar-thumb {
  background-color: var(--secon-color);
}
.cut-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.nice-select {
  width: 100%;
  color: #4E4E4E;
}

.nice-select .list {
  width: 100%;
}

.nice-select , .selectize-control.multi .selectize-input.has-items,.selectize-input{
  border: none ;
}
.nice-select:after {
  margin-top: 0;
}

.nice-select, .nice-select .list li {
  text-align: right !important;
  padding-right: 8px;
  padding-left: 50px;
}

.nice-select:after {
  right: unset;
  left: 12px;
}
.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  top: 1px;
  left: 1px;
}
.select2-container--default .select2-selection--single {
  border: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-right: 8px;
  text-align: right;
}
.selectize-dropdown-content {
  background: #fff;
}
.selectize-input:focus{
  box-shadow: none;
}

.form-select:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.fa-code-compare{
  transform: rotate(80deg);
}
#scroll-top {
  position: fixed;
  bottom: 60px;
  right: 60px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: var(--white);
  background-color: var(--main-color);
  font-size: 22px;
  line-height: 2px;
  vertical-align: middle;
  z-index: 98;
  display: flex;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
#scroll-top.show {
  visibility: visible;
}
.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.Stars::before {
  content: "★★★★★";
  background: linear-gradient(-90deg, #FFF700 var(--percent), #E5E5E5 var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Stars small{
  color: #707070;
  font-size: 12px;
}
section{
  margin-top: 80px;
}
a.link {
  position: absolute !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 99 !important;
  color: transparent !important;
  background: transparent !important;
}


.navbar {
  padding: 0.5rem 0;
  width: 100%;
  z-index: 999;
  position: fixed;
  background: transparent;
  border-radius: 0px 0px 30px 50px;
}
.navbar .nav-link {
  color: #fff !important;
}
.navbar .nav-link.active {
  font-weight: bold;
  color: #fff ;
}
.scrolled-nav {
  background-color: #fff;
  box-shadow: 0px 0px 2px #0003;
}
.navbar-light .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  filter: brightness(0) invert(1);
}
.scrolled-nav .navbar-toggler-icon {
  filter: none !important;
}
.scrolled-nav .nav-link{
  color: var(--main-color) !important;
}
.navbar-nav {
  justify-content: space-evenly;
  width: 85% !important;
  margin: 0 auto;
}
.navbar-light .navbar-brand img {
  object-fit: contain;
  overflow: initial;
}
.navbar-light .navbar-brand img:first-child {
  width: 80px;
}
.navbar-light .navbar-brand img:last-child{
  width: 80px;
}
.navbar .dropdown .show {
  display: block;
  max-height: 9999px;
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  animation: showAnimation 0.5s ease-in-out;
  -moz-animation: showAnimation 0.5s ease-in-out;
  -webkit-animation: showAnimation 0.5s ease-in-out;
  -moz-transition: max-height 1s ease-in-out;
  -o-transition: max-height 1s ease-in-out;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  right: 0%;
}

.navbar .dropdown-menu li button, .navbar .dropdown-menu li a {
  display: block;
  text-align: start;
  color: #8f8f8f !important;
  padding: .5rem;
  font-weight: 500;
}


#menuWhen{
  cursor: pointer;
}
.main-menu-sub-level.close-dropdown-menubar {
  text-align: start;
  opacity: 1;
  visibility: visible;
  top: 0;
  transition-delay: .15s;
}

.HDN {
  display: none;
}
.main-menu-sub-level .close-menu-sub-level {
  position: absolute;
  left: 1.944rem;
  padding: 0.667rem;
}
 .main-menu-sub-level {
  position: absolute !important;
  background-color: #fff;
  right: 0;
  width: 100%;
  top: -100vh;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out .3s;
  transition-delay: .4s;
}
.main-menu-sub-level.when-sub-level {
  padding: 1.111rem 0 3.889rem 0 ;
}
.main-menu-sub-level {
  max-height: 100vh;
  overflow: auto;
  position: relative;
}
.nav-when-date-picker-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.667rem;
}

.nav-when-date-picker-wrapper .nav-when-date-picker {
  border: 0px;
  border-bottom: 1px solid #C4C4C4;
  padding: 0 0 0.528rem 0;
  border-radius: 0px;
  width: 100%;
  color: #C4C4C4;
  margin: 0 !important;
}
.nav-when-date-picker-wrapper input {
  color: transparent;
  font-size: 1rem;
  line-height: 1.333rem;
}
.nav-when-date-picker-wrapper input {
  border: none;
  box-sizing: border-box;
  outline: 0;
  position: relative;
  width: 100%;
  text-align: right;
}
.hide-desktop {
  display: none !important;
}
.Search-by-date-sec>div a {
  text-decoration: none;
  color: #222 !important;
  font-size: 1rem;
  line-height: 1.222rem;
  width: 100%;
  text-align: right;
  padding: 0px;
  margin-bottom: 1.389rem;
  font-weight: bold;
}
.Search-by-date-sec .Search-by-date-title {
  font-size: 1rem;
  line-height: 1.444rem;
  color: var(--secon-color);
  margin-bottom: 1.111rem;
}
.when-menu-sec-secoundry-title {
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--secon-color);
  text-transform: uppercase;
  margin-bottom: 1.111rem;
}
.nav-when-date-picker-wrapper .form-control {
  background-color: transparent;
}
.event-card-img-cont {
  overflow: hidden;
  border-radius: 5px;
  height: 100px;
}
.event-card-img-cont img{
  height: 100%;
  object-fit: cover;
}
.menu-event-card {
  margin-bottom: 0.889rem;
}
.menu-event-card .event-category {
  color: var(--main-color);
  font-size: 0.7556rem;
  line-height: 1.333rem;
  margin-bottom: 0.278rem;
  margin-top: -0.389rem;
  display: block;
  text-transform: uppercase;
}
.menu-event-card .event-title {
  font-size: 1rem;
  line-height: 1rem;
  color: #222;
  margin-bottom: 0.5rem;
}
.event-date .icon, .event-location .icon {
  font-size: 0.75rem;
  margin-left: 0.356rem;
}

.menu-event-card .event-date .icon::before {
  color: var(--secon-color) !important;
}
.menu-event-card .event-date {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  margin-bottom: 0.389rem;
}
.menu-event-card .event-date span {
  font-size: 0.611rem;
  line-height: 0.722rem;
  color: #222;
  width: 100%;
  display: block;
}
.menu-event-card .event-location {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  margin-bottom: 0;
}
.menu-event-card .event-location span {
  font-size: 0.611rem;
  line-height: 0.722rem;
  color: #222;
  width: 100%;
  display: block;
}
a.viewmore-btn, a.btn.viewmore-btn, .btn.viewmore-btn {
  font-size: 1rem;
  line-height: 1.111rem;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  padding: 0px;
  color: var(--secon-color) !important;
  transition: all 0.8s;
}
a.viewmore-btn .view-more-icon, a.btn.viewmore-btn .view-more-icon, .btn.viewmore-btn .view-more-icon {
  margin-right: 0.556rem;
  background-color: #F3F6FB;
  border-radius: 100px;
  padding: 0.611rem 0.736rem;
}
@media (min-width: 991.98px){
  .main-menu-sub-level {
    z-index: -1;
    padding-top: 7.5rem !important;
  }
}

 /* LANG */
 .switch {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}
.lang{
  color: var(--secon-color);
  font-weight: bold;
}

.switch > span {
  position: absolute;
  top: 14px;
  pointer-events: none;
  font-family: 'Helvetica', Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  width: 50%;
  text-align: center;
}

input.check-toggle-round-flat:checked ~ .off {
  color: #F36F25;
}

input.check-toggle-round-flat:checked ~ .on {
  color: #fff;
}

.switch > span.on {
  left: 0;
  padding-left: 2px;
  color: #F36F25;
}

.switch > span.off {
  right: 0;
  padding-right: 4px;
  color: #fff;
}

.check-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.check-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.check-toggle-round-flat + label {
  padding: 2px;
  width: 16px;
  height: 30px;
  background-color: transparent;
  border: 2px solid  var(--secon-color);
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
input.check-toggle-round-flat + label:before, input.check-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}

input.check-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  border-radius: 60px;
}
input.check-toggle-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 4px;
  height: 4px;
  background-color: var(--secon-color);
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
}

/* input.check-toggle-round-flat:checked + label {
} */

input.check-toggle-round-flat:checked + label:after {
  margin-top: 14px;
}



/*  ========== header ========== */
.demo-video-wrapper {
  background: #00000080;
  height: 100vh;
}
/* Video overlay and content */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  /* Allows right click menu on the video */
  background: #00000090;
  opacity: 0.3;
}
/* .video-hero--content {
  position: relative;
  color: #fff;
  margin: 150px 0;

} */
header .video-hero--content {
  width: 60%;
  max-width: 960px;
}

.video-hero--content .form-group{
  position: relative;
}
.video-hero--content .form-group:after{
  content: "";
  position: absolute;
  width: 1px;
  height: 50px;
  background-color: #c2c2c2;
  transform: translateY(-50%);
  left: -8px;
  top: 35px;
}
.video-hero--content {
  position: absolute;
  top: 50%;
  right: 5rem;
  transform: translate(0%, -50%);
  color: #fff;
  margin: 0;
}
.video-hero--content h2 {
  font-size: 34px;
  margin: 0 0 10px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.video-hero--content p {
  font-size: 20px;
  margin: 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.page-width {
  height: 100%;
}
.page-width > .container{
  display: flex;
    align-items: center;
    height: 100%;
}

#header {
  background: #2c2d33;
  padding: 2em 0;
}
#header a {
  color: #fff;
}
.title {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.subtitle {
  display: block;
  font-weight: normal;
  font-size: 15px;
  color: #959699;
}
a:hover .subtitle {
  color: #fff;
}
#site-title {
  float: left;
  margin: 0;
}
#content {
  padding: 40px 0;
}
/* CSS from jQuery Background Video plugin */
/** * Set default positioning as a fallback for if the plugin fails */
.jquery-background-video-wrapper {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/** * Fade in videos * Note the .js class - so non js users still * see the video */
.js .jquery-background-video {
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.js .jquery-background-video.is-visible {
  opacity: 1;
}
/** * Pause/play button */
.jquery-background-video-pauseplay {
  position: absolute;
  top: 42% !important;
  left: 20% !important;
  right: unset !important;
  outline: none !important;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
  background: var(--white) !important;
  border: 8px solid #ababab88 !important;
  box-shadow: 0 0 0 10px #ffffff55 !important;
}
.jquery-background-video-pauseplay span {
  display: none;
}
.jquery-background-video-pauseplay:after, .jquery-background-video-pauseplay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  left: 50%;
  transform: translate(50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.jquery-background-video-pauseplay.play:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid var(--secon-color);
}
.jquery-background-video-pauseplay.pause:before, .jquery-background-video-pauseplay.pause:after {
  border-top: 5px solid var(--secon-color);
    border-bottom: 10px solid var(--secon-color);
    border-left: 5px solid var(--secon-color);
}
.jquery-background-video-pauseplay.play::before {
  left: 20% !important;
}


/*  -------- video-hero-content --------  */
/* header .video-hero--content{
  width: 70%;
  max-width: 960px;
} */
header .video-hero--content h2 {
  font-size: 40px;
  font-weight: 600;
  color: var(--white);
}

header .video-hero--content p {
  font-size: 20px;
  color: var(--lite);
  margin-bottom: 60px;
}

header .video-hero--content .nav-pills {
  width: 90%;
  display: flex;
}

header .video-hero--content .nav-pills .nav-item {
   flex: 1;
}

header .video-hero--content .nav-pills .nav-link {
  width: 100%;
  display: block;
  padding: 1rem 0;
  font-size: small;
  border-radius:0;
  color: var(--dark);
  background: #07899850;
  border: 1px solid var(--sky);
  position: sticky;
  z-index: 1;
}
header .video-hero--content .nav-pills .nav-item:first-child .nav-link{
  border-radius: 0px 40px 0px 0px;
}

header .video-hero--content .nav-link.active {
  color:var(--main-color);
  background: var(--white);
}

header .video-hero--content .tab-content {
  background-color: var(--white);
  padding: 1.25rem 2rem;
  box-shadow: 0px 24px 50px #0000000D;
  border-radius: 30px 0px 30px 30px;
}
header .video-hero--content .tab-content .form-label{
  color: #ABABAB ;
}
.form-select {
    background-position: left 0.75rem center;
    padding: 0.375rem 0.75rem 0.375rem 2.25rem;
}
#servCountry .form-select{
    border: none;
}
header .video-hero--content .tab-content .form-select {
  border: unset;
  border-radius: 0;
  margin-bottom: 1rem;
  /*border-left: 1px solid #ABABAB ;*/
}

header .video-hero--content .tab-content .form-control {
  background-color: var(--ultra-lite);
  border: 0;
}

header .video-hero--content .tab-content button {
  background-color: var(--main-color);
  width: 100%;
  /* font-size: 1.1rem; */
  padding: 10px 15px;
  color: var(--white);
  border-radius: 16px;
}
header .carousel-indicators {
  width: fit-content;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 0;
}
header .carousel-indicators > span{
  width: 1px ;
  height: 50px;
  background-color: #fcfcfc;
}
header .carousel-indicators [data-bs-target] {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border:  2px solid transparent;
}
header .carousel-indicators .active {
  opacity: 1;
  border: 2px solid var(--main-color);
}
header .carousel-indicators {
  transform: translateY(-50%);
  position: absolute;
  right: unset;
  top: 50%;
  left: 70px;
}



.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  margin-left: -1px;
  border-radius: 0 5px 5px 0;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-right: -1px;
  border-radius: 5px 0 0 5px;
}

.input-group span {
  position: absolute;
  right: 50%;
  z-index: 2;
  top: 20%;
  width: 1px;
  height: 60%;
  background: var(--gray);
}

.video-hero--content .card {
  margin-right: auto;
  min-width: 15rem;
  max-width: 18rem;
}

.video-hero--content .card>.list-group {
   border-top: inherit;
   border-bottom: inherit;
   min-height: 300px;
   max-height: 300px;
   overflow-y: scroll;
   direction: ltr;
}

.video-hero--content .card>.list-group::-webkit-scrollbar {
   width: 0.3rem;
}

.video-hero--content .card>.list-group::-webkit-scrollbar-track {
   background-color: #eee;
}

.video-hero--content .card>.list-group::-webkit-scrollbar-thumb {
   background-color: var(--secon-color);
}

.video-hero--content .card>.list-group .list-group-item {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 0.5rem 1rem;
   background-color: #eee;
   direction: rtl;
   border-bottom: 0px;
}

.video-hero--content .card>.list-group .list-group-item span {
   color: #000000;
}

.video-hero--content .card>.list-group .list-group-item span:first-child {
   color: #000000;
   font-weight: 600;
}

.video-hero--content .card>.card-header {
   padding: 1rem 1rem;
   text-align: center;
   border-bottom: 0px;
}


.breadcrumb {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: flex-start;
}

.nav-breadcrumb {
  position: relative;
  padding-top: 9rem;
  padding-bottom: 0rem;
  overflow: hidden;
  margin-top: 1rem;
}

.nav-breadcrumb .ani-2 {
  bottom: 35px;
  left: -50px;
  right: auto;
}

.nav-breadcrumb h3 {
  margin-bottom: 0.5rem;
  color: #0050A3;
  font-weight: 600;
}

.nav-breadcrumb .breadcrumb-item {
  font-size: 20px;
}

.nav-breadcrumb .breadcrumb-item a {
  color: #4E4E4E;
}

.nav-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

.nav-breadcrumb .breadcrumb-item.active {
  color: #0050A3;}
.about .jquery-background-video-wrapper {
  border-radius: 20px;
}
.about ol li {
    padding: 35px;
    padding-right: 55px;
    display: flex;
    align-items: center;
    position: relative;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #C7C7C729;
    border-radius: 8px;
    margin-bottom: 15px;
    margin-right: 30px;
    text-align: start;
}
.about .icon_img {
    position: absolute;
    width: 60px;
    height: 45px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--secondry-color);
    color: #fff;
    font-size: large;
    top: 50%;
    right: 0;
    transform: translate(50% , -50%);
    background: #0050A3;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    padding: 15px;
}
.about-vid{
   background: url('../images/about.svg');
   background-position: bottom;
}
.about .about-img img {
    filter: brightness(.6);
    border-radius: 0px 0px 200px 0px;
    height: 500px;
    object-fit: cover;
    width: 100%;
}
#about-us {
  padding: 60px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#about-us .about-item {
  width: 30%;
  text-align: center;
  margin-right: 20px;
}

#about-us .about-item h2 {
  font-style: italic;
  font-weight: 900;
  font-size: 1.4em;
}

#about-us .about-item .bi {
  font-size: 2.5em;
  border: 3px solid rgb(205, 127, 50);
  border-radius: 100%;
  padding: 30px;
  color: rgb(205, 127, 50);
  width: 106px;
}

.about .list .icon_img{
  background: #0050A3;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  padding: 15px;
  margin: auto;

}
.about .demo-video-wrapper {
    height: 60vh;
}

.slid_about {
  padding: 30px 60px;
  min-width: 60vh;
  background-image: url("https://s19.postimg.cc/6j3d71cmr/moon.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slid_about #additional-info {
  min-height: 45vh;
  padding: 20px;
  margin-bottom: 60px;
  border-bottom: 3px solid rgb(205, 127, 50);
  border-right: 3px solid rgb(205, 127, 50);
  border-left: 2px solid rgb(205, 127, 50);
  background-color: rgba(79, 88, 102, 0.5);
  color: white;
  text-align: center;
  margin-right: auto;
  display: flex;
  align-items: center;
}
.slid_about #additional-info .carousel.slide{
  width: 100%;
}
.slid_about #additional-info .carousel-caption{
  right: 10%;
  left: 10%;
  bottom: 0;
  width: 80%;
}

.about .list .icon+ div h6{
  color: #2E2E2E;
  font-weight: bold;
  font-size: large;}
.slid_about h2 {
  /* font-style: italic; */
  text-align: center;
  margin-bottom: 1rem;
  color: #fff;
}

.slid_about #graphics {
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
}

.slid_about #graphics div:first-child {
  margin-right: 10px;
}

.slid_about #graphics div {
  background-color: orange;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: rgb(91, 98, 109);
  font-weight: bold;
}


.slid_about #contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.slid_about #contacts #copyright {
  color: white;
  margin-right: 10px;
}

.slid_about #contacts #copyright span {
  color: orange;
  text-transform: uppercase;
}

.slid_about #contacts #social-media a {
  font-size: 1.5em;
  margin-right: 15px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  border-radius: 100%;
}

.slid_about #contacts #social-media #fb {
  color: #3b5998;
  border: 2px solid #3b5998;
}

.slid_about #contacts #social-media #twitter {
  color: #1DA1F2;
  border: 2px solid #1DA1F2;
}

.slid_about #contacts #social-media #insta {
  color: #8a3ab9;
  border: 2px solid #8a3ab9;
}

/* ========== serv =========== */
.popular-services {
  box-sizing: content-box;
  display: flex;
  position: relative;
}
.popular-header {
  flex: 0 0 250px;
  /*margin-left: 1rem;*/
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  transform: translateY(-10px);
  color: #fff;
}
.popular-header:before {
  content: "";
  background: linear-gradient(130deg,#078998,#0050A3 41.07%,#319197 76.05%);
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  z-index: 1;
  border-radius: 12px;
}
.popular-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0050A3;
  z-index: 2;
  border-radius: 8px;
}
.popular-services:after {
  content: "";
  position: absolute;
  left: 0;
  top: 3rem;
  bottom: 3.6rem;
  width: 5px;
  border-radius: 5px;
  background: linear-gradient(130deg,#ff7a18,#af002d 41.07%,#319197 76.05%);
  box-shadow: 10px 0 20px 3px #000;
}
.popular-header>* {
  position: relative;
  z-index: 3;
}
.mini-card-grid {
  scrollbar-color: #666 #201c29;
  scrollbar-gutter: always;
  padding: 2rem;
  margin: 0;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* display: grid; */
  gap: 1rem;
  grid-template-columns: repeat(auto-fill,minmax(250px,1fr));
  /*margin: 0 0 1.5rem;*/
  position: relative;
}
.mini-card {
  position: relative;
  min-width: 300px;
  min-height: 350px;
  /* box-shadow: 2rem 0 3rem -2rem #000; */
  padding: 1.5rem;
  border-radius: 16px;
  background: linear-gradient(85deg,#434343,#262626);
  color: #fff;
  display: flex;
  flex-direction: column;
  transition: .2s;
  margin: 0;
  overflow: hidden;
  z-index: 1;
}
.mini-card:not(:last-child) {
  margin-left: -130px;
  box-shadow: 3rem 0px 2rem -2rem #000;;
}
.mini-card:focus-within~.mini-card,.mini-card:hover~.mini-card {
  transform: translateX(-130px);
}
.mini-card .carousel-box{
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.mini-card .carousel-box::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .5));
}
.mini-card .carousel-box .title{
  position: absolute;
  z-index: 1;
  color: #fff;
  bottom: 20px;
  right: 20px;
  text-align: initial;
  font-size: clamp(16px, 3vw, 20px);;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .1);
}
.mini-card .carousel-box .title a{
  color: #fff !important;
}
.mini-card .carousel-box .num {
  position: absolute;
  z-index: 1;
  color: #fff;
  top: 10px;
  right: 20px;
  font-size: clamp(20px, 10vw, 60px);
}
.mini-card .carousel-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.mini-card:last-child:focus-within,.mini-card:last-child:hover {
  transform: translate(0.5rem,-1rem) rotate(3deg);
  z-index: 2;
}
.mini-card:focus-within,.mini-card:hover {
  transform: translateY(-1rem) rotate(3deg);
  z-index: 2;
}

/* ========== locations =========== */
.img-location{
  width: 950px;
}
.img-location path:hover{
  transition: .3s;
  fill: #004fa3af;
  stroke: var(--secon-color);
  stroke-width: 9 !important;
  filter: brightness(.85);
}
.dots-location {
  position: absolute;
}
.dots-location .dots{
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--secon-color);
  cursor: pointer;
  border: 2px solid #fff;
  box-shadow: 0 0 6px 3px #ffffff50;;
  transform: translate(-10px, -10px);
}
.dots-location .badge{  
  position: absolute;
  top: 18px;
  left: 18px;
  right: unset;
   display: none; 
  background-color: #fff;
  width: max-content;
  color: var(--main-color);
  padding: 10px;
  /*transform: translate(50%, 50%);*/
  transform: rotate(0deg);
  opacity: 0;
  transition: .4s; 
}
.dots-location .dots:hover .badge{
   display: initial; 
  opacity: 1;
}
.map-filter{
    position: relative;
    background: var(--main-color);
    padding: 2rem 0 0;
    margin-top: 0;
}
.map-filter h1{
    color: var(--white);
}
.map-filter .dots-location .dots{
  opacity: .5;
  background-color: var(--text-color);
  transition: .4s;
}
.map-filter .dots-location:hover .dots,.map-filter .dots-location.active .dots{
  opacity: 1;
  background-color:var(--secon-color);
}
.map-filter #areaMap{
    line-height: 2.5;
    position:relative;
    z-index: 2;
    background: var(--secon-color);
    color: #fff;
    border: none;
}
.area{
   width: 100%;
   height:100%; 
}
.map-filter .circles{
   position: absolute;
   top: 0;
   left: 0;
   bottom: 100%;
   width: 100%;
   height: 100%;
   overflow: hidden;
}
.map-filter .circles li{
   position: absolute;
   display: block;
   list-style: none;
   width: 20px;
   height: 20px;
   background: #ffffff50;
   animation: animate 20s linear infinite;
   bottom: -300px;
   
}
.map-filter .circles li:nth-child(1){
   right: 25%;
   width: 80px;
   height: 80px;
   animation-delay: 0s;
}
.map-filter .circles li:nth-child(2){
   right: 10%;
   width: 20px;
   height: 20px;
   animation-delay: 2s;
   animation-duration: 12s;
}
.map-filter .circles li:nth-child(3){
   right: 70%;
   width: 20px;
   height: 20px;
   animation-delay: 4s;
}
.map-filter .circles li:nth-child(4){
   right: 40%;
   width: 60px;
   height: 60px;
   animation-delay: 0s;
   animation-duration: 10s;
}
.map-filter .circles li:nth-child(5){
   right: 65%;
   width: 20px;
   height: 20px;
   animation-delay: 0s;
}
.map-filter .circles li:nth-child(6){
   right: 75%;
   width: 110px;
   height: 110px;
   animation-delay: 3s;
}
.map-filter .circles li:nth-child(7){
   right: 35%;
   width: 150px;
   height: 150px;
   animation-delay: 7s;
}
.map-filter .circles li:nth-child(8){
   right: 50%;
   width: 25px;
   height: 25px;
   animation-delay: 15s;
   animation-duration: 40s;
}
.map-filter .circles li:nth-child(9){
   right: 20%;
   width: 15px;
   height: 15px;
   animation-delay: 2s;
   animation-duration: 30s;
}
.map-filter .circles li:nth-child(10){
   right: 85%;
   width: 150px;
   height: 150px;
   animation-delay: 0s;
   animation-duration: 11s;
}
.empty{
    background: #e0b68f;
    color: #fff;
    border-right: 10px solid #f6881f;
    width: 100%;
    padding: 4rem;
    border-radius: 20px 0 0 20px;
}
.select-filter {
    padding: 0.456rem 0.75rem 0.456rem 2.25rem !important;
}
@keyframes animate {

   0%{
       transform: translateY(0) rotate(0deg);
       opacity: 1;
       border-radius: 0;
   }

   100%{
       transform: translateY(-1000px) rotate(720deg);
       opacity: .5;
       border-radius: 50%;
   }

}


/* ========== offers =========== */
.offer {
  position: relative;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
    background: #CEE8C4;
}
.badge {
    position: absolute;
    top: 35px;
    right: -90px;
    padding: 15px 0px;
    width: 300px;
    text-align: center;
    background: var(--main-color);
    transform: rotateZ(45deg);
    font-size: 16px;
    z-index: 10;
}
.offer img{
    height: 100%;
}
.offer .card-detail{
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50% , -50%);
  width: 75%;
  text-align: center;
  background: hsla(0, 0%, 100%, 0.69);
  border-radius: 20px;
  /* height: 150px; */
  display: grid;
  place-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
}
.offer .card-detail .dayof{
  color: #6D6D6D;
  font-size: 14px;
  display: flex;
    gap: 5px;
}
.offer .card-detail h4{
  color: var(--main-color);
  font-weight: 600;
  padding: .85rem 0;
}
.offer .card-detail p{
  color: var(--black);
  margin-top: 0;
  margin-bottom: unset;
  width: max-content;
}
.offer button {
  width: 55px;
  height: 55px;
  font-size: 14px;
  border-radius: 50%;
  color: #fff;
  background-color: #078998;
  border: none;
  text-align: center;
  transform: translate(-85px, -30px);
}

/* ========== location =========== */

.location{
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 100px;
}
#map { position: absolute; top: 0; bottom: 0; width: 100%; }

#fly {
  display: block;
  position: relative;
  margin: 0px auto;
  width: 50%;
  height: 40px;
  padding: 10px;
  border: none;
  border-radius: 3px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: var(--secon-color);
}

/* ========== partners =========== */
.partners {
  background: #EFEFEF;
  padding: 4rem 0;
  text-align: center;
}
.partners h5{
  font-weight: 600;
  /*color: var(--main-color);*/
}
.partners p{
  font-size: 24px;
  margin: 1rem 0 3rem;
}
.partners .item{
  min-height: max-content;
  max-height: 180px;
  height: 150px;
  /*background: #fff;*/
  border-radius: 10px;
  padding: 1rem 0.5rem;
}
.partners .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius:10px
}

/* footer */
/*.send-email{*/
/*  position: relative;*/
/*  z-index: 3;*/
/*}*/
/*.send-email .container{*/
/*  background: var(--main-color);*/
/*  box-shadow: 0px 10px 20px #7B7B7B4D;*/
/*  width: 70%;*/
/*  margin: auto;*/
/*  border-radius: 20px;*/
/*  color: #fff;*/
/*  padding: 2.5rem 2rem;*/
/*  position: relative;*/
/*}*/
/*.send-data{*/
/*  text-align: center;*/
/*}*/
/*.send-data .form-control, .form-control:focus {*/
/*  padding: 0.75rem 1.5rem;*/
/*  border: 1px solid #EEEEEE;*/
/*  border-radius: 10px;*/
/*}*/
/*.send-data button{*/
/*  color: #fff;*/
/*  background-color: var(--secon-color);*/
/*  border-radius: 10px;*/
/*  padding: .75rem 4rem;*/
/*}*/
/*.smile{*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 0;*/
/*  transform: translate(-50% , -90%);*/
/*  background: var(--secon-color);*/
/*  box-shadow: 0px 11px 12px #00000012;*/
/*  width: 60px;*/
/*  height: 60px;*/
/*  border-radius: 50%;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  font-size: 25px;*/
/*}*/
/*.smile2{*/
/*  top: 0%;*/
/*  right: 0;*/
/*  left: unset;*/
/*  transform: translate(50% , -50%);*/
/*  background-color: var(--main-color);*/
/*}*/
/*footer{*/
/*  position: relative;*/
/*}*/
/*footer::before{*/
/*  content: "";*/
/*  background: url('../images/dotted.svg');*/
/*  position: absolute;*/
/*  width: 100px;*/
/*  height: 100%;*/
/*  top: -45px;*/
/*  transform: translateX(50%);*/
/*  background-size: 100% 100%;*/
/*  background-repeat: no-repeat;*/
/*  right: 70px;*/
/*  z-index: 89;*/
/*}*/
/*footer::after{*/
/*  content: "";*/
/*  background: url('../images/dotted.svg');*/
/*  position: absolute;*/
/*  width: 100px;*/
/*  height: 100%;*/
/*  top: -45px;*/
/*  transform: rotateY(180deg) translateX(50%);*/
/*  background-size: 100% 100%;*/
/*  background-repeat: no-repeat;*/
/*  left: 70px;*/
/*  z-index: 89;*/
/*}*/
/*footer .logo{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
/*footer .footer-wrapper{*/
/*    background: var(--main-color);*/
/*    margin-top: 9rem;*/
/*    position: relative;*/
/*    height: 495px;*/
/*    margin-top: 191px;*/
/*}*/
/*footer .footer-content {*/
/*  background: #fff;*/
/*    border-radius: 20px;*/
/*    padding: 4rem 2rem 0;*/
/*    margin-bottom: 1rem;*/
/*    position: absolute;*/
/*    box-shadow: 0px 14px 30px #0000001A;*/
/*    padding-top: 4rem;*/
/*    top: 0;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -20%);*/
/*}*/
/*footer .footer-content img{*/
/*  width: 130px;*/
/*}*/
/*footer .footer-content h5{*/
/*  color: var(--secon-color);*/
/*  font-weight: bold;*/
/*}*/
/*footer .footer-content li{*/
/*  padding-top: 1.2rem;*/
/*}*/
/*footer .footer-content li a{*/
/*  color: #8f8f8f !important;*/
/*  font-weight: 500;*/
/*}*/

.footer {
  background: #FAF9F4;
  padding: 10px 0 20px;
  font-size: 20px;
}
.footer .logo {
  width: 95px;
}
.footer .row svg {
  margin-left: 5px;
  width: 28px;
  height: 32px;
}
footer ul{
    list-style: none;
}
.footer .contact a {
  color: #565656;
  font-size: 18px;
}
.footer a {
  color: #272626;
}
@media (max-width: 1200px) {
  .footer .contact {
    flex-direction: column !important;
    align-items: start !important;
    line-height: 2.5;
  }
  .footer .links {
    flex-direction: column !important;
    align-items: start !important;
    line-height: 2.5;
  }
}

.lower-footer .img-brand {
  width: 120px;
}

.social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 24px;
  line-height: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.social-media .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0px;
  position: relative;
  border: 1px solid var(--main-color) ;
  color: var(--main-color) !important;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  font-size: 16px;
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.payment-way {
    display: flex;
    align-items: center;
}
.credit-img {
    width: 80px;
    height: 80px;
    padding: 0 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.credit-img img {
    object-fit: contain;
}
/*footer .footer-content .copyrights a{*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  gap: 10px;*/
/*  padding: 1.75rem 0 .75rem*/
/*}*/
/*footer .footer-content .copyrights img{*/
/*  width: 90px;*/
/*}*/
/*footer .footer-content .copyrights span{*/
/*  font-size: small;*/
/*}*/
.router-link {
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  bottom: 0;
}

.privacy_Policy p{
    text-align: start;
    margin-bottom: 1rem ;
}

/* blogs */


.slider {

  /* background: #FDFFFD; */
  position: relative;
  /* min-height: 100vh; */

}
.slider-img {
  width: 600px;
  height: 600px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}
#ul-parent {
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
  /*transform-origin: 40% 0;*/

}
#ul-parent img{
  border-radius: 20px;
  height: 445px;
    object-fit: cover;
}
#ul-parent li{
  position: absolute;
  width: 80%;
  left: 10%;
  animation-name: slider;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  box-shadow: 1px 1px 13px #0000001c;
  border-radius: 15px;
  background-color: #fff;
}
#ul-parent li:nth-child(1){
  transform: translateX(0);
  animation-delay: -20s;
}
#ul-parent li:nth-child(2){
  transform: translateX(550px) translateZ(-300px) rotateY(30deg);
  animation-delay: -15S;
}
#ul-parent li:nth-child(3){
  transform:translateZ(-500px);
  animation-delay: -10S;
}
#ul-parent li:nth-child(4){
  transform: translateX(-550px) translateZ(-300px) rotateY(-30deg);
  animation-delay: -5S;
}
#ul-parent .card-title{
  margin-top: 2rem !important;
  color: #0050A3;
}
#ul-parent  p{
  padding: 1rem 2rem;
  color: var(--gray-color);
  padding-bottom: 2.5rem;
}
@keyframes slider{
    0%,20%{
      transform: translateX(0);
    }
    25%,45%{
      transform: translateX(550px) translateZ(-300px) rotateY(30deg);
    }
    50%,70%{
      transform: translateZ(-500px)
    }
    75%,95%{
      transform: translateX(-550px) translateZ(-300px) rotateY(-30deg);
    }
    97%{
      transform: translateX(-550px) translateZ(-300px) rotateY(-30deg) translateX(-400);
    }
    100%{
      transform: translateX(0);
    }
}



/* ======== review section ======= */
.large-container {
	 position: static;
	 max-width: 1580px;
	 padding: 0px 30px;
	 margin: 0 auto;
}
 .testimonial-section {
     margin: 0;
	 position: relative;
	 padding-top: 80px;
	 padding-bottom: 210px;
	 overflow: hidden;
	 background: #6AB84550;
}
 .testimonial-section:before {
	 position: absolute;
	 left: -200px;
	 top: 22%;
	 background-image: url(http://t.commonsupport.com/adro/images/icons/ring-circle.png);
	 background-repeat: no-repeat;
	 background-position: center;
	 width: 701px;
	 height: 756px;
	 content: "";
	 -webkit-animation: fa-spin 25s infinite alternate;
	 -moz-animation: fa-spin 25s infinite alternate;
	 -ms-animation: fa-spin 25s infinite alternate;
	 -o-animation: fa-spin 25s infinite alternate;
	 animation: fa-spin 25s infinite alternate;
}
 .testimonial-section .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}
 .testimonial-section .sec-title {
	 position: relative;
	 margin-bottom: 115px;
}
 .testimonial-section .sec-title .title {
	 margin-bottom: 20px;
}
 .testimonial-section .testimonial-carousel {
	 position: relative;
	 float: left;
	 max-width: 1100px;
	 margin: 0 -50px;
}
 .testimonial-block {
	 position: relative;
	 padding-left: 65px;
}
.testimonial-block:after {
    content: "";
    position: absolute;
    top: -4px;
    left: 49px;
    border-top: 25px solid var(--limon);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(135deg);
    z-index: 3;
}
.testimonial-block:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 49px;
    border-top: 25px solid var(--limon);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(45deg);
    z-index: 3;
}
.single-testimonial {
    border: 7px solid var(--limon);
    text-align: center;
    width: 100%;
    border-radius: 45px;
    padding: 50px;
    position: relative;
    z-index: 2;
}
.single-testimonial::before {
    content: "";
    position: absolute;
    left: -35px;
    top: -35px;
    background: url('../images/quote.png') no-repeat var(--white);
    background-size: 60%;
    width: 126px;
    height: 100px;
    transform: rotate(180deg);
    background-position: 34px 15px;
}
.single-testimonial::after {
    content: "";
    position: absolute;
    right: -35px;
    bottom: -34px;
    background: url('../images/quote.png') no-repeat var(--white);
    background-size: 60%;
    width: 126px;
    height: 100px;
    background-position: 34px 19px;
}
 .testimonial-block .inner-box {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
	 padding: 80px;
	 background-color: #fff;
	 box-shadow: 0 0 50px rgba(226, 222, 232, 0.75);
}
 .testimonial-block .text {
	 position: relative;
	 display: block;
	 font-size: 18px;
	 line-height: 32px;
	 color: #282331;
	 font-weight: 400;
	 /*margin-bottom: 50px;*/
	 font-family: "Muli", sans-serif;
}
 .testimonial-block .info-box {
	 position: relative;
	 padding-right: 50px;
	 padding-top: 10px;
}
 .testimonial-block .info-box .thumb {
	 /*position: absolute;*/
	 /*left: 0;*/
	 /*top: 0;*/
	 height: 105px;
	 width: 105px;
	 margin: auto;
     margin-bottom: 20px;
}
 .testimonial-block .info-box .thumb img {
	 border: 6px solid #e5e6fa;
	 border-radius: 50%;
	 overflow: hidden;
	 display: block;
	 width: 100%;
	 height: 100%;
	 box-shadow: 0 45px 45px rgba(147, 147, 147, 0.35);
}
 .testimonial-block .info-box .name {
	 position: relative;
	 display: block;
	 font-size: 21px;
	 line-height: 1.2em;
	 color: #382c4d;
	 font-weight: 700;
	 margin-bottom: 10px;
	 font-family: "Niramit", sans-serif;
}
 .testimonial-block .info-box .designation {
	 position: relative;
	 display: block;
	 font-size: 16px;
	 line-height: 24px;
	 color: #8053f7;
	 font-weight: 400;
	 font-family: "Muli", sans-serif;
}
/* .testimonial-carousel .owl-nav {*/
/*	 position: absolute;*/
/*	 right: 75px;*/
/*	 bottom: 70px;*/
/*}*/
 .testimonial-carousel .owl-next, .testimonial-carousel .owl-prev {
	 position: relative;
	 display: inline-block;
	 height: 55px;
	 width: 55px;
	 line-height: 55px;
	 text-align: center;
	 border-radius: 50%;
	 background-color: var(--limon) !important;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
}
 .testimonial-carousel .owl-next:hover, .testimonial-carousel .owl-prev:hover {
	 background-color: var(--limon) !important;
	 box-shadow: 0 24px 24px rgba(187, 187, 187, 0.75);
}
 .arrow-right, .arrow-left {
	 position: relative;
	 display: inline-block;
	 height: 9px;
	 width: 43px;
	 background-image: url(http://t.commonsupport.com/adro/images/icons/arrow-right-2.png);
	 
	 background-repeat: no-repeat;
	 background-position: center;
}
 .arrow-right {
     background-image: url(http://t.commonsupport.com/adro/images/icons/arrow-left-2.png);
}
 .testimonial-section .thumb-layer {
	 position: absolute;
	 right: 30px;
	 top: 120px;
}
 .testimonial-section .thumb-layer .image {
	 position: relative;
	 margin-right: 0;
}
 .testimonial-section .thumb-layer .image img {
	 display: inline-block;
	 max-width: 100%;
	 height: auto;
}
 @media only screen and (max-width: 767px) {
	 .testimonial-section .sec-title {
		 margin-bottom: 50px;
	}
	 .testimonial-block .inner-box {
		 box-shadow: none;
		 border: 2px solid #f1f1f1;
	}
	 .testimonial-carousel .owl-nav {
		 position: relative;
		 left: 0;
		 bottom: 0;
		 margin-top: 20px;
		 text-align: center;
	}
	 .testimonial-carousel .owl-next, .testimonial-carousel .owl-prev {
		 border: 2px solid #f1f1f1;
	}
}
 @media only screen and (max-width: 1366px) {
	 .large-container {
		 padding-left: 20px;
		 padding-right: 20px;
	}
}
 
 



/* ======== gallery section ======= */

.defilee__main {
  position: relative;
  margin: 0 auto;
}
.defilee__outer {
  margin: 0;
  /* background-color: var(--secon-color); */
  background: #6AB84550;
  padding-top: 9rem;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  perspective: 0.5px;
  transform-style: preserve-3d;
  overflow: hidden;
  position: relative;
}

.defilee__ctnr {
  transform-style: preserve-3d;
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
}

.defilee__div {
  position: relative;
  transform: translateZ(-0.1px) scale(1.4) translateX(30px) translateY(5vh);
}
.defilee__div:not(.defilee__div--text) {
  width: 25vw;
  margin: 0 5vw;
  background: white;
  padding: 0.75vw;
  border-radius: 4px;
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 1);
}
.defilee__div--text {
  margin: 0 0 0 10vw;
  transform: translateZ(-0.25px) scale(1.4) translateX(60px) translateY(-5vh);
  animation: zoom infinite 1s;
}

.defilee__div--special {
  transform: translateZ(-0.2px) scale(1.4) translateX(30px) translateY(20vh);
}
.defilee__div--special1,.defilee__div--special5,.defilee__div--special9 {
  transform: translateZ(-0.25px) scale(1.4) translateX(-0.3vw) translateY(0);
}

.defilee__div--special2,.defilee__div--special6,.defilee__div--special10 {
  transform: translateZ(-0.3px) scale(1.5) translateX(-0.5vw) translateY(-5vh);
}
.defilee__div--special3,.defilee__div--special7 {
  transform: translateZ(-0.5px) scale(1.5) translateX(-30px) translateY(-30vh);
}
.defilee__div--special4 ,.defilee__div--special8{
  transform: translateZ(-0.65px) scale(3) translateX(30px) translateY(-10vh);
}
.defilee__ctnr {
  transform: translate3d(-10%, 0, 0);
  will-change: transform;
  animation: slide 25s 0.7s linear infinite;
}
@keyframes slide {
  100% {
    transform: translate3d(60%, 0, 0);
  }
}
.defilee__div--special1.first {
  animation: vertical infinite 5s -2s;
}
@keyframes vertical {
  50% {
    transform: translateZ(-0.25px) scale(1.6) translateX(-0.3vw)
      translateY(-5vh);
  }
}

@keyframes zoom {
  50% {
    transform: translateZ(-0.25px) scale(1.5) translateX(60px) translateY(-5vh);
  }
}

.defilee__outer  img {
  width: 100%;
  margin-bottom: 0.75vw;
  max-height: 180px;
  object-fit: cover;
}


/* ======== articles section ======= */
.articles {
  padding: 40px 0 80px 0;
  margin-top: 0;
}

.articles h2 {
  padding: 40px 0;
  font-weight: 600;
}

.articles .card {
  border-radius: 25px;
  border: 0;
}

.articles .card .card-img-top {
  width: 100%;
  height: 250px;
  border-radius: 25px 25px 0 0;
}

.articles .card .card-body {
  background: #FCFCFC;
  color: #262626;
  font-size: 16px;
  border-radius: 0 0 25px 25px;
  padding-bottom: 30px;
}

.articles .card .card-body .card-title {
  font-weight: 600;
  padding: 15px 0;
  text-align: center;
}

.articles .card .card-body .card-text {
  border-top: 1px dashed rgba(67, 178, 84, 0.411);
  padding: 20px 10px;
  color: #262626;
  font-size: 17px;
}

.articles .card .card-body .link-blog {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.articles .card .card-body .link-blog p {
  font-size: 18px;
  color: #3A3C41;
  font-weight: 600;
}

.articles .card .card-body .link-blog .bi {
  background: #fff;
    padding: 10px 12px;
    border-radius: 50%;
    box-shadow: 0px 0px 6px #00000029;
    margin-right: 10px;
    color: #518EF8;
    font-size: 20px;
}

.articles .card .card-body .link-blog:hover .bi {
  -webkit-animation: floating .5s ease-out infinite alternate;
          animation: floating .5s ease-out infinite alternate;
}


/* services page */
.best-servs{
  text-align: center;
  position: relative;
}
.best-servs::after{
  content: "";
  background: url('../images/best-after.png');
  background-size: contain;
  position: absolute;
  width: 115px;
  height: 130px;
  top: -35px;
  transform: translateX(-50%);
  left: 1px;
}
.best-servs h4{
  font-weight: bold;
  color: var(--main-color);
}
.best-servs p{
  color: #A4A4A4;
  width: 40%;
  margin: 1rem auto;
  margin-bottom: 60px;
}
.best-servs .nav-link.active{
  background-color: transparent;
  color: inherit !important;
}
.best-serv{
  /* max-width: 150px; */
  height: 100%;
  display: flex;
  align-items: center;
  gap: 45px;
}
.best-serv .serv-icon{
  margin: 1rem 0;
  transform: matrix(1, 0, 0, 1, 0, 0);
  width: 52px;
  height: 50px;
  background: #07899820;
  border-radius: 5px 10px 5px 18px;
  position: relative;
  transition: .4s;
}
.best-serv .serv-icon img{
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -30%);
  transition: .4s;
}
.best-serv:hover .serv-icon ,.best-servs .nav-link.active .serv-icon{
  transform: rotatey(180deg);
  background-color: #0050A3;
}
.best-serv:hover img, .best-servs .nav-link{
  color: #000 !important;
  margin-left: 0px !important;
}
.best-serv:hover img, .best-servs .nav-link.active{
  color: var(--main-color) !important;
  font-weight: bold;
}
.best-serv:hover img, .best-servs .nav-link.active img{
  left: 100%;
  transform:  translate(-150%, -30%);
}
.best-serv h6{
  width: calc( 100% - 80px);
  font-weight: 500;
  font-size: large;
  line-height: 1.5;
}
.best-servs .tab-content{
  background: var(--main-color);
  border-radius: 17px;
}
.best-servs .tab-content .tab-pane{
  background: #FFFFFF ;
  height: 100% !important;
  padding: 2rem ;
  box-shadow: -10px -15px 25px #8282821C;
  border-radius: 17px;
  transform: translate(-5px, -5px);
}
.best-servs .data{
  display: flex;
  justify-content: center;
  align-items: center;

}
.best-servs .form-check {
  width: fit-content;
  margin: 1.5rem 0;
  padding-right: 1.5em;
  padding-left: unset;

}
.best-servs .form-check .form-check-input {
  float: right;
  margin-right: -1.8em;
  margin-left: unset;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 4px;
  width: 20px;
  height: 20px;
}

.best-servs .form-check .form-check-input:checked{
  background-color: var(--secon-color);
  background: url('../images/check-mark.png');
  background-position: center center;
  background-size: contain;

}

/* start the best section */
.best {
  background-color: #efefef;
  color: #97A1AC;
}
.best .best-section {
  display: flex;
  /*justify-content: space-evenly;*/
  padding-top: 20px;
  padding-bottom: 40px;

}
.best .best-paragraph{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.best .second-place .card-detail,
  .best .first-place .card-detail{
  position: absolute;
  top: 24px;
  right: 8%;
  width: 75%;
  text-align: center;
  background: hsla(0, 0%, 100%, 0.69);
  border-radius: 20px;
  height: 150px;
  display: grid;
  place-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
}
.best .second-place .card-detail .dayof,
.best .first-place  .card-detail .dayof{
  color: #6D6D6D;
}
.best .second-place .card-detail h4,
.best .first-place .card-detail h4{
  color: var(--main-color);
  font-weight: 600;
}
.best .second-place .card-detail p,
.best .first-place .card-detail p{
  color: var(--black);
}
.best .best-section h3{
  color: var(--black);
  font-weight: 600;
}
.best .best-section button {
  width: 55px;
  height: 55px;
  font-size: 14px;
  border-radius: 50%;
  color: #fff;
  background-color: #078998;
  border: none;
  text-align: center;
  transform: translate(-85px, -30px);
}
.best .best-section .places p{
  color: #078998;
}
.best .first-place img,
.best .second-place img{
  width: 90%;
}
.about .card-foot,
.best .card-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding-top: 15px;
}


#servCountry .modal-body{
  box-shadow: -25px 25px 50px #0000000D;
  border-radius: 30px;
  margin: 4rem;
  padding: 2rem;
}
#servCountry .modal-body span{
  color: var(--secon-color);
}
#servCountry .modal-body .nice-select{
  background: #FAFCFB 0% 0% no-repeat padding-box;
  border-radius: 10px;
  margin: .75rem 0;
  height: 50px;
  line-height: 48px;
  padding: 0 1rem !important;
}
#servCountry .filter-btn{
  background: var(--secon-color);
  color: #fff !important;
  display: inline-block;
  min-width: 60%;
  width: 70%;
  margin: auto;
  margin-top: -2rem;
  margin-bottom: 2rem;
}
.best-servs .filter-title{
  text-align: start;
  color: var(--purple);
}
.best-servs .filter-title:before{
  content: "";
  background: var(--purple);
  height: 50px;
  width: 10px;
  display: inline-flex;
  align-items: center;
  border-radius: 12px 0px 0px 12px;
}
.best-servs .serv-card .serv-img{
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height:260px;
}
.best-servs .serv-card .serv-img img{
    height:100%;
    object-fit: cover
}
.best-servs .serv-card .serv-card-hover{
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .4s;
}
.best-servs .serv-card .serv-img .serv-card-hover{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #00000090;
  display: flex;
  align-items: end;
  justify-content: center;
  opacity: 0;
  transition: .4s;
}
.best-servs .serv-card .serv-card-hover .icon{
  width: 40px;
  height: 40px;
  background: #FFFFFF ;
  box-shadow: 0px 0px 15px #6E6E6E29;
  border-radius: 50%;
  margin: 1rem .4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.best-servs .serv-card .serv-card-hover .icon.fav{
  color: var(--main-color);
}
.best-servs .serv-card:hover .serv-card-hover{
  opacity: 1;
}
.best-servs .serv-card .serv-name h6{
  color: var(--main-color);
  font-weight: 500;
  font-size: 20px;
  margin: 1rem;
}
.compare-items.product-details img{
  height: 200px;
  border-radius: 15px;
  margin: 1rem 0;
  object-fit: cover;
}
.compare-items.product-details .provider ,.compare-items.product-details .provider a {
  color: #707070 !important;
  text-decoration: none;
  margin: auto;
  background-color: transparent;
}
.compare-items.product-details .cart-product-name {
  justify-content: center;
}
.compare-items.product-details .cart-product-item ul > li {
  text-align: center;
}
.compare-items.product-details .provider .user-product{
  color: #707070 !important;
  border: 1px solid #707070;
  background: transparent !important;
  box-shadow: unset;
  width: 25px;
  height: 25px;
}
.compare-items.product-details .provider .user-product i, .compare-items.product-details .provider .user-product svg{
  color: #707070;
}
/* ----------- product-details --------------- */
.single-img .owl-carousel .owl-stage-outer{
    height: 100%;
    display: flex;
}
.single-img{
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  position: relative;
  max-height: 585px;
}
.single-img img{
    border-radius: 20px;
    height: 100%;
    filter: brightness(.5);
    object-fit: cover;
    max-height: 537px;
}

.single-img .owl-carousel .owl-stage{
    display: flex;
}
.single-img .owl-carousel .owl-dots {
  position: absolute;
  bottom: 25px;
  right: 50%;
  transform: translateX(50%);
}
.single-img .owl-carousel .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 4px;
  opacity: 0.5;
}
.single-img .owl-carousel .owl-dot.active {
  opacity: 1;
}
.product-details .product-preview{
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--light);
  font-size: 14px;
}
.cart-product-name{
  padding-bottom: 1rem;
  border-bottom: 1px solid #B1B1B130;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-product-name h6{
  font-size: 20px;
  font-weight: 500;
}
.product-details .provider{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.product-details .provider a{
  color: var(--main-color) !important;
  text-decoration: underline;
}
.product-details .provider .user-product{
  background: #FFFFFF;
  box-shadow: 0px 0px 20px #00000029;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-details .provider .user-product i, .product-details .provider .user-product svg{
  color: var(--main-color);
  font-size: 14px;
}
.product-details .cart-product-item{
  background: #F6F7F6;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
  padding: 1.5rem;
}
.product-details .cart-product-item ul{
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--light);
}
.product-details .cart-product-item ul > li{
  font-size: 18px;
  color: #454545;
  padding: 5px 0;
}
.product-details .cart-product-item ul > li span:first-child{
  font-size: 18px;
  color: var(--main-color);
  font-weight:700;
}
/*.product-details .cart-product-item ul > li:last-child{*/
/*  padding: 20px 0;*/
/*}*/
.product-details .product-info .add-to-cart{
  font-size: 16px;
  padding: 8px 25px;
  background-color: var(--main-color);
  color: var(--white);
  border-radius: 5px;
  transition: all 0.3s;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.product-details .product-info  .add-to-cart:hover{
  background-color: var(--secon-color);
  color: var(--white);
}

.description-comments .nav-pills .nav-link {
  padding: 10px 50px;
  font-weight: bold;
  color: #000;
}
.description-comments .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: var(--white);
  background-color: var(--secon-color);
  border-radius: 20px;
}
.description-comments .nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0;
  margin-bottom: 1rem;
}

.description-comments{
  padding: 20px;
  background-color: var(--ultra-lite);
  border-radius:10px;
  margin-bottom: 50px;
  text-align: start;
}
.description-comments p{
  font-size: 14px;
  color: #97A1AC;
  margin-bottom: 15px;
  text-align: start;
}
.refrence{
  color: var(--main-color);
  font-weight: bold;
  text-align: start;
}
.rate-percentage{
  font-size:16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
}
.rate-percentage .progress{
  height: 23px;
  border-radius: 4px;
  width: 65% ;
}
.rate-percentage span:first-child{
  width: 20% !important;
  display: inline-block;
}
.rate-percentage span:last-child{
  width: 5%;
}
.description-comments .full-rate{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.description-comments .full-rate span:first-child{
  font-size: 60px;
  font-weight: 600;
  color: var(--dark);
  line-height: 1;
}
.description-comments .full-rate span:last-child{
  font-size: 12px;
  color: var(--gray);
}
.comment-filter .nice-select{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  width: max-content;
  float: unset;
  margin-bottom: 1rem;
}
.user-comment-container{
  padding: 20px 0 20px 20px;
  max-height: 400px;
  overflow-y: scroll;
}
.user-comment{
  display: flex;
  margin-bottom: 30px;
}
.user-comment .avatar{
  padding: 0 15px;
}
.user-comment .avatar img{
  width: 70px;
  border-radius: 50%;
}
.description-comments .comment-details{
  display: flex;
  flex-direction:column;
  align-items:flex-start;
}
.comment-details p,.comment-details h6{
  text-align: start !important;

}
.your-comment{
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}
.your-comment p{
  text-align: start !important;
}
.your-comment textarea{
  background-color: var(--white);
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
  font-size: 15px;
}
.your-comment button{
  background: var(--secon-color);
  color: var(--white);
  border-radius: 8px;
  width: 100%;
  padding: .5rem;
  margin-top: .75rem;
}
.most-wanted-headline h5{
  font-weight: bold;
  text-align: start;
  font-size: 24px;
}

@keyframes floating {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.login-modal.modal {
  z-index: 1111111;
  --bs-modal-width: 45vw;
}
.login-modal.modal .modal-content {
    padding: 25px 100px;
}
.login-modal.modal .modal-content .wel{
  color: var(--secon-color);
}
.login-modal.modal .modal-content .reg {
  color: #4E4E4E;
}

.login-modal.modal .header-links .nav-link {
  color: #949494;
  font-size: 20px;
  margin: 0 10px;
}

.login-modal.modal .header-links .nav-link.active {
  font-weight: 600;
  color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
  background: transparent;
  border-radius: 0;
}
.login-box {
    text-align: right;
    padding:  40px;
    background: rgb(255 255 255);
    box-sizing: border-box;
    box-shadow: 0 15px 25px rgb(0 0 0 / 13%);
    border-radius: 10px;
}

.login-box h2 {
  margin: 0 0 30px;
  padding: 0;
  color: #fff;
  text-align: center;
}
.login-box .user-box .form-control {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #0050A3;
  outline: none;
  background: transparent;
  border-radius: 0;
}
.login-box .user-box label {
  padding: 10px 0;
  font-size: 16px;
  pointer-events: none;
  transition: .5s;
}

.login-box .user-box .form-control:focus ~ label,
.login-box .user-box .form-control:valid ~ label {
  top: -20px;
  left: 0;
  color: #0050A3;
  font-size: 12px;
}

.login-box form .submit {
  position: relative;
  display: inline-block;
  padding: 12px;
  color: #0050A3;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: .5s;
  margin-top: 40px;
  letter-spacing: 4px;
  background: transparent;
  width: 150px;
}

.login-box .submit:hover {
  background: #0050A3;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0px #0050A3, 0 0 6px #0050A3, 0 0 5px #0050A3, 0 0 20px #0050A3;
}

.login-box .submit span {
  position: absolute;
  display: block;
}

.login-box .submit span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #0050A3);
  animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%,100% {
    left: 100%;
  }
}

.login-box .submit span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #0050A3);
  animation: btn-anim2 1s linear infinite;
  animation-delay: .25s
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%,100% {
    top: 100%;
  }
}

.login-box .submit span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #0050A3);
  animation: btn-anim3 1s linear infinite;
  animation-delay: .5s
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%,100% {
    right: 100%;
  }
}

.login-box .submit span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #0050A3);
  animation: btn-anim4 1s linear infinite;
  animation-delay: .75s
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%,100% {
    bottom: 100%;
  }
}

.singlearticles {
  padding: 50px 0;
  text-align: start;
}

.singlearticles h4 {
  font-weight: 600;
}
.detail-articles h2,.article-as{
text-align: start;
color: var(--black);
padding-bottom: 15px;
}
.singlearticles .baner {
  width: 100%;
  height: 60vh;
  border-radius: 25px;
}

.singlearticles .dates {
  margin-top: 20px;
  color: var(--white);
  padding: 20px;
  background: var(--secon-color);
  border-radius: 10px;
}

.singlearticles .dates img {
  width: 20px;
  height: 20px;
  margin: 0 10px;
}

.singlearticles .header-baner {
  padding: 10px 0;
}

.singlearticles .text-art {
  line-height: 1.9;
  font-size: 18px;
}
.singlearticles .head-comment {
  color: var(--main-color);
  font-weight: 600;
}
.singlearticles .card {
  padding: 20px;
  background: #FCFCFC;
}
.singlearticles .comment-detail {
  border-top: 1px solid #cccccc;
}
.singlearticles .head-comment {
  color: var(--main-color);
  font-weight: 600;
}
.singlearticles textarea {
  background: #FCFCFC;
}
.singlearticles .btn-comment {
  width: 180px;
  background-color: var(--main-color);
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
}
.singlearticles .time-comment, .singlearticles .person-comment {
  color: #8f95a3;
}
.singlearticles .person-comment img {
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
.mfp-with-zoom .mfp-title, .touch .gallery-image figcaption, html:not(.touch) .gallery-image figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: rgba(255, 255, 255, 0);
  padding: 1em;
  transition: all 0.2s ease;
  font-weight: 600;
  max-width: calc(100% - 9em);
  line-height: 1.25;
  text-align: center;
  box-sizing: border-box;
}
.mfp-with-zoom .mfp-title:before, .touch .gallery-image figcaption:before, html:not(.touch) .gallery-image figcaption:before, .mfp-with-zoom .mfp-title:after, .touch .gallery-image figcaption:after, html:not(.touch) .gallery-image figcaption:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  padding: 1em;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: -1;
}
.mfp-with-zoom .mfp-title:before, .touch .gallery-image figcaption:before, html:not(.touch) .gallery-image figcaption:before, .mfp-with-zoom .mfp-title:after, .touch .gallery-image figcaption:after, html:not(.touch) .gallery-image figcaption:after {
  /* right: 100%; */

    right: -5%;
  bottom: 100%;
}
.mfp-with-zoom .mfp-title:after, .touch .gallery-image figcaption:after, html:not(.touch) .gallery-image figcaption:after {
  left: 100%;
  top: 100%;
}

.mfp-with-zoom.mfp-ready .mfp-title, .touch .gallery-image figcaption, html:not(.touch) .gallery-image:hover figcaption {
  color: white;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease 0.3s;
}
.mfp-with-zoom.mfp-ready .mfp-title:before, .touch .gallery-image figcaption:before, html:not(.touch) .gallery-image:hover figcaption:before, .mfp-with-zoom.mfp-ready .mfp-title:after, .touch .gallery-image figcaption:after, html:not(.touch) .gallery-image:hover figcaption:after {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready .mfp-title:before, .touch .gallery-image figcaption:before, html:not(.touch) .gallery-image:hover figcaption:before {
  right: 0;
  bottom: -1.5em;
}
.mfp-with-zoom.mfp-ready .mfp-title:after, .touch .gallery-image figcaption:after, html:not(.touch) .gallery-image:hover figcaption:after {
  left: 0;
  top: 0;
}



.gallery {
  -moz-column-gap: 0;
       column-gap: 0;
}
@media (min-width: 480px) {
  .gallery {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 1260px) {
  .gallery {
    -moz-column-count: 3;
         column-count: 3;
  }
}

.gallery-tabs{
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 70px !important; */
    overflow: hidden;
    width: max-content;
    background: #0064ad50;
    margin: 2rem auto;
}
.gallery-tabs .nav-link {
    background: 0 0;
    padding: 0.85rem 3rem;
    border-radius: 0px !important;
    color: #fff;
}
.gallery-tabs .nav-link.active{
    background : var(--main-color);
}
.gallery-image {
  position: relative;
  margin: 0;
  padding: 0;
}
.gallery-image:before, .gallery-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 16px solid rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
  will-change: border;
}
.gallery-image:after {
  border-width: 0;
}
.gallery-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
html:not(.touch) .gallery-image {
  overflow: hidden;
}
html:not(.touch) .gallery-image:hover:before {
  border-width: 16px;
}
html:not(.touch) .gallery-image:hover:after {
  border-width: 32px;
}
.touch .gallery-image figcaption {
  top: auto;
  bottom: 2em;
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-bg {
  background-color: rgba(0, 0, 0, 0.9);
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 1;
}
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-with-zoom img.mfp-img {
  padding: 0;
}
.mfp-with-zoom .mfp-figure:after {
  top: 0;
  bottom: 0;
}
.mfp-with-zoom .mfp-container {
  padding: 0;
}
.mfp-with-zoom .mfp-content {
  overflow: hidden;
}
.mfp-with-zoom .mfp-bottom-bar {
  top: auto;
  bottom: 0;
  margin-top: 0;
}
.mfp-with-zoom .mfp-title {
  top: auto;
  bottom: 2em;
}
.mfp-arrow {
  opacity: 1;
  margin-top: 0 !important;
  width: 20%;
  height: 30%;
  transform: translateY(-50%);
}
.mfp-arrow:before, .mfp-arrow:after {
  margin: 0;
  border: none;
  width: 2rem;
  height: 2rem;
  transform: rotate(-45deg) translate(-50%, -100%);
  opacity: 1;
  top: 50%;
  left: 50%;
  transition: all 0.15s;
}
.mfp-arrow:active {
  transform: translateY(-50%) scale(0.95);
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:before, .mfp-arrow-left:after {
  border-top: 2px solid white;
  border-left: 2px solid white;
}
.mfp-arrow-left:after {
  margin-left: 2rem;
}
.mfp-arrow-left:hover:before, .mfp-arrow-left:active:before {
  margin-left: 2rem;
}
.mfp-arrow-left:hover:after, .mfp-arrow-left:active:after {
  margin-left: 0;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:before, .mfp-arrow-right:after {
  border-right: 2px solid white;
  border-bottom: 2px solid white;
}
.mfp-arrow-right:after {
  margin-left: 2rem;
}
.mfp-arrow-right:hover:before {
  margin-left: 2rem;
}
.mfp-arrow-right:hover:after {
  margin-left: 0;
}

button.mfp-close {
  opacity: 1;
  margin-top: 0 !important;
  width: 20%;
  height: 30%;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}
button.mfp-close:before, button.mfp-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  border: none;
  width: 2rem;
  height: 2rem;
  opacity: 1;
  transition: all 0.15s;
  transform-origin: 0 0;
  border-top: 2px solid white;
  border-left: 2px solid white;
}
button.mfp-close:before {
  transform: rotate(-45deg);
}
button.mfp-close:after {
  transform: rotate(135deg);
}
button.mfp-close:hover:before {
  transform: rotate(135deg);
}
button.mfp-close:hover:after {
  transform: rotate(315deg);
}
button.mfp-close:active {
  transform: scale(0.95);
}
.gallery_video .vid-wrapper {
  background: #FFF;
  box-shadow: 0px 2px 3px #00000001;
  border-radius: 26px;
  padding: 10px;
  height: 500px;
}

.gallery_video .vid-wrapper video {
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.contact .card{
    background:#6AB84550;
}
.contact .send-contact{
background: var(--main-color);
color: var(--white);
transition: .4s;
}
.contact .send-contact:hover{
    background: var(--secon-color);
}
.contact .bi {
  font-size: 28px;
    color: var(--secon-color);
}
.book .contact{
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
  padding: 4rem;
  background: #0050A340;
}
.book .contact label{
  font-weight: bold;
  text-align: start !important;
  display: block;
  margin-bottom: .75rem;
}
.book .contact .total{
  background: #dddddd 0% 0% no-repeat padding-box;
  border-radius: 10px;
  font-weight: bold;
  padding: 1rem;
  margin-top: 1rem;
}
.book .btn-book{
  background: var(--main-color);
  border-radius: 10px;
  display: block;
  width: 80%;
  margin: 1.5rem auto;
  color: var(--white);
  padding: 1rem;
}
.book .contact .form-control,.book .contact .form-control:focus {
  padding: 0.65rem;
  margin: 0;
}
@media  (max-width: 1370px) {
  .login-modal .modal-dialog {
    max-width: 60vw;
}
}
@media (max-width: 1200px) {
  .login-modal  .modal-dialog {
    max-width: 85vw;
}
.login-modal .modal-dialog {
    max-width: 65vw;
}
}

@media (max-width: 992px) {
  .login-modal  .modal-dialog {
    max-width: 85vw;
}
.login-modal.modal .modal-content {
  padding: 25px 50px;
}
}
@media (max-width: 767.9px) {

}
@media (max-width: 575.98px) {
  .offer .card-detail h4 {
    font-size: 16px;
    color: var(--main-color);
    font-weight: 600;
    padding: 0.5rem 0;
  }
  .offer img{
    min-height: 170px;
  }
  .menu-wrapper {
    position: unset;
    transform: translate(0%, 0%);
}
footer::before , footer::after{
    display: none !important
}
  #about-us .about-item {
    width: 100%;

}
  .jquery-background-video-pauseplay {
    left: 13% !important;

}
  .video-hero--content {
    right: 1.5rem;

}

.video-hero--content p {
    font-size: 16px;

}
.login-modal.modal .modal-content {
  padding: 25px 0;
}
.login-modal  .modal-dialog {
  max-width: 100%;
}
}





@media (max-width : 578px){
  header .video-hero--content ,.about .video-hero--content{
    width: 96% !important;
    right: 2% !important;
  }
  header .video-hero--content .nav-pills {
    width: 100% !important;
  }
  .jquery-background-video-pauseplay {
    display: none;
  }
  header .carousel-indicators > span {
    height: 1px;
    width: 50px;
  }
  header .carousel-indicators {
    transform: translate(-50%);
    position: absolute;
    right: unset;
    top: 85%;
    left: 50%;
  }

  header .carousel-indicators {
    width: fit-content;
    flex-direction: row;
  }
  .slider-img {
    width: 100%;
  }

  .video-hero--content .form-group:after {
    content: "";
    position: absolute;
    width: 90%;
    height: 1px;
    background-color: #c2c2c2;
    transform: translate(-50%);
    left: 50%;
    top: 65px;
  }
  .popular-services {
    display: flex;
    flex-wrap: wrap;
  }
.popular-header {
    flex: unset;
    margin: 1rem;
}

.popular-services:after {
    top: 10rem;
    bottom: 3rem;
}
.defilee__div:not(.defilee__div--text) {
    width: 50vw;
}
#menu {
    position: absolute;
    width: 300px;
    margin: 40px 0;
    padding: 50px 30px;
    padding-top: 25px;
    left: -75px;
}
#servCountry .modal-body {;
    margin: 4rem 2rem;
}
  header .video-hero--content .tab-content {
    border-radius: 0px 0px 30px 30px;
}
  .nice-select, .nice-select .list li {
    text-align: right !important;
    padding-right: 8px;
    padding-left: 50px;
    margin: 0.5rem 0;
    /* background: transparent; */
  }
  .description-comments .nav-pills .nav-link {
    padding: 10px 35px;
  }
  .best-servs .filter-title {
    font-size: 15px;
    font-weight: bold;
  }
  .best-servs .filter-title:before {
    height: 40px;
    width: 7px;
  }
  header .video-hero--content .tab-content .form-label {
    margin: 0 !important;
  }
  header .video-hero--content h2 {
    font-size: 24px;
  }
  header .video-hero--content p {
    font-size: 14px;
    margin-bottom: 40px;
  }
}


.condition li {
  padding-right: 40px;
  position: relative;
  margin: 1rem 0;
  line-height: 1.9;
  text-align: start;
}

.condition li:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid var(--secon-color);
  padding: 10px;
  border-radius: 50%;
  right: 0;
  top: 8px;
}
.condition li:after{
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--secon-color);
  border-radius: 50%;
  right: 6px;
  top: 14px;
}
/* =======================  common que page ======================= */
.accordion-button:not(.collapsed)::after {
  filter: brightness(0);
}
.accordion-button::after {
  margin-left: unset;
  margin-right: auto;
}
#common-q h5{
  color: var(--main-color);
}
#common-q .accordion-item {
  border: none;
  margin-bottom: 1rem;
  border-radius: 9px;
  overflow: hidden;
  padding: .5rem;
}
#common-q .accordion-button:focus {
  border: none;
  box-shadow: none !important;
}
#common-q .accordion-button:not(.collapsed) {
  box-shadow: none;
  border: none;
}
#common-q .accordion-header{
  overflow: hidden;
  background: transparent;
  border-radius: 8px !important;
}
#common-q .accordion-button {
  color: var(--main-color);
  position: relative;
  background: transparent;
  border: 1px solid #E4E4E4;
  border-radius: 8px;
  font-weight: 500;
  font-size: large;
  padding: 1rem;
  text-align: right !important;
  border: none !important;
  background: #f6881f2b;
    border-radius: 10px;
    border: 1px solid #f6881f;
}
#common-q  .accordion-body {
  padding: 1.25rem 1rem 1.25rem;
  text-align: start;
}
#common-q  .accordion-body p{
    padding-bottom: .5rem;
}
#common-q .accordion-body ul li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  color:  #4B4B4B;;
}




/* profile nav col */
.profile .row .log-out{
  background-color: var(--main-color);
  color: #FFF;
  margin: 0px 0px 10px 0px;
  /* padding: 5%; */
  padding: 1.2rem !important;
}
.profile .row .nav button.nav-link i{
  position: absolute;
  top: 26%;
  right: 7.5%;
  color: #404040;
  font-size: 19px;
  font-weight: 400;
}
.profile .tab-title{
  color: var(--main-color);
  font-weight: bold;
  text-align: start;
  margin-bottom: 2rem;
}
.profile .row .log-out{
  background-color: var(--secon-color) !important;
  border: none;
}
.profile .nav .nav-link{
  background: #F9F9F9 0% 0% no-repeat padding-box;
  border: 0.30000001192092896px solid #D8D8D8;
  border-radius: 10px;
  color: #404040;
  padding: .85rem;
  text-align: center;
  margin: 10px 0px;
  position: relative;
}
.profile-nav-sm {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  color: #FFF;
  background-color: var(--main-color);
  padding: 1rem;
  margin-bottom: 25px;

}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 60805;
  display: flex;
  flex-direction: column;
  max-width: 80%;
}

  /* active link */
.profile .nav .nav-link.active{
  color: #fff;
  font-weight: bold;
  background-color: var(--main-color);
}
.profile .row .nav button.nav-link.active i{
  color:var(--secon-color) ;
  position: absolute;
  top: 26%;
  right: 7.5%;
  font-size: 19px;
  font-weight: 400;
}


/* profile data col */
.profile-pic-icon {
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 3;
  opacity: 0;
  background-color: rgb(6, 0, 85, .4);
  color: #FFF;
  font-size: xx-large;
  border-radius: .35rem;
  transition: .2s;
  border-radius: 50%;
}
.profile-pic{
  margin-bottom: 36px;
  width: 220px;
  height: 220px;
  margin: auto;
  margin-bottom: 1rem;
  border-radius: 50%;
  /*overflow: hidden;*/
}
.profile-pic img{
  object-fit: cover;
  border-radius: 50%;
}
.profile-pic:hover .profile-pic-icon {
  opacity: 1;
}
.profile-pic input {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
}
.profile-pic .btn-main {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    z-index: 8;
    background: #0050A3;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    opacity: 0;
}
.profile-data .gallery_video .vid-wrapper{
    height: 342px;
}
.profile .profile-data{text-align: start !important;}
.profile .profile-data .provider-info{
  box-shadow: 0px 0px 15px #00000029;
  border-radius: 17px;
  padding: 5rem 2rem ;
  background-color: #fff;
}
.profile .profile-data .provider-info h5{
  color: var(--main-color);
  font-weight: bold;
  margin-bottom: 1.75rem;
  text-align: center;
}
.profile .profile-data .provider-info p{
  color: #97A1AC;
  line-height: 1.8;
}
.profile .profile-data .tab-content .tab-pane form .row p{
  color: #404040;
  font-weight: 500;
}
.profile .profile-data .tab-content .tab-pane form .bi-pencil-fill{
  color: #B2B2B2;
  position: absolute;
  top: 28%;
  left: 5%;
  cursor: pointer;
}
.profile .profile-data .tab-content .tab-pane label{
  font-weight: bold;
  font-size: 18px;
}
.profile .profile-data .tab-content .tab-pane .form-control{
  background: #FAFCFB 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 0.85rem 0.75rem ;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  border: 1px solid #ced4da ;
  margin: .75rem 0;
}
.profile .profile-data .tab-content .tab-pane .form-control::placeholder{
  color: #AEAEAE;
  font-size: small;
}
.profile .profile-data .tab-content .tab-pane form .btn.send{
  background-color: var(--main-color);
  color: #FFF;
  padding: .8rem;
  width: 40%;
  font-weight: 400;
  font-size: large;
  transition: .3s ;
}
.profile .profile-data .tab-content .tab-pane form .btn.send:hover{
  background-color: var(--secon-color);
}
.profile .profile-data .tab-content .tab-pane form .btn.form-control:hover{
  background-color: rgba(6, 0, 85 , 1);
}
.profile .profile-data .tab-content .tab-pane .profile-addr .user-addr{
  display: flex;
  width: 100%;
  align-items: flex-start;
}
.profile .profile-data .tab-content .tab-pane .profile-addr input[type='radio'] {
  width: 20px;
  height: 20px;
  position: relative;
  top: 2px;
}
.profile .profile-data .tab-content .tab-pane .profile-addr input[type='radio']:checked {
  accent-color: var(--main-color) ;
}
.profile .table {
  text-align: center;
}
.profile .table  .table-active {
  --bs-table-bg-state: #F8F8F8  !important;
}
.profile .table td img{
  width: 200px;
  height: 120px;
  object-fit: cover;
  border-radius: 15px;
}



.login-root {
padding: 80px 0;
background: #fff;
display: flex;
width: 100%;
min-height: 100%;
overflow: hidden;
position: relative;
}
.loginbackground {
    min-height: 692px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
}
.flex-flex {
    display: flex;
}
.align-center {
  align-items: center; 
}
.center-center {
  align-items: center;
  justify-content: center;
}
.box-root {
    box-sizing: border-box;
}
.flex-direction--column {
    -ms-flex-direction: column;
    flex-direction: column;
}
.loginbackground-gridContainer {
    display: -ms-grid;
    display: grid;
    /* -ms-grid-columns: [start] 1fr [left-gutter] (86.6px)[16] [left-gutter] 1fr [end]; */
    grid-template-columns: [start] 1fr [left-gutter] repeat(16,86.6px) [left-gutter] 1fr [end];
    /* -ms-grid-rows: [top] 1fr [top-gutter] (64px)[8] [bottom-gutter] 1fr [bottom]; */
    grid-template-rows: [top] 1fr [top-gutter] repeat(8,64px) [bottom-gutter] 1fr [bottom];
    justify-content: center;
    margin: 0 -2%;
    transform: rotate(-12deg) skew(-12deg);
}
.box-divider--light-all-2 {
    box-shadow: inset 0 0 0 2px #e3e8ee;
}
.box-background--blue {
    background-color: var(--secon-color);
}
.box-background--white {
  background-color: #ffffff; 
}
.box-background--blue800 {
    background-color: var(--main-color);
}
.box-background--gray100 {
    background-color: #e3e8ee;
}
.box-background--cyan200 {
    background-color: var(--main-color);
}
.padding-top--64 {
  padding-top: 64px;
}
.padding-top--24 {
  padding-top: 24px;
}
.padding-top--48 {
  padding-top: 48px;
}
.padding-bottom--24 {
  padding-bottom: 24px;
}
.padding-horizontal--48 {
  padding: 48px;
}
.padding-bottom--15 {
  padding-bottom: 15px;
}


.flex-justifyContent--center {
  -ms-flex-pack: center;
  justify-content: center;
}

.formbg {
    margin: 0px auto;
    width: 100%;
    max-width: 448px;
    background: white;
    border-radius: 4px;
    transition: .4s;
    box-shadow: rgba(60, 66, 87, 0.12) 0px 7px 14px 0px, rgba(0, 0, 0, 0.12) 0px 3px 6px 0px;
}
.formbg-inner{
  position: relative;
}
.formbg-inner img{
  content: "";
  position: absolute;
  display: flex;
  width: 100%;
  height: calc(100% - 40px);
  object-fit: cover;
  left: -129px;
  top: 20px;
  border-radius: 10px;
  z-index: -1;
  transition: .4s;
}
.formbg:hover .formbg-inner img{
  transform: translate(70%);
}
.formbg span {
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #1a1f36;
}
.formbg label {
    margin-bottom: 10px;
}
.formbg .reset-pass a,.formbg label {
    font-size: 14px;
    font-weight: 600;
    display: block;
}
.formbg .reset-pass > a {
    text-align: right;
    margin-bottom: 10px;
}
.grid--50-50 {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
}

.formbg .field input {
  font-size: 16px;
  line-height: 28px;
  padding: 8px 16px;
  width: 100%;
  min-height: 44px;
  border: unset;
  border-radius: 4px;
  outline-color: rgba(8, 20, 80, 0.5);
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
              rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
              rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
              rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, 
              rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
              rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
              rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}

.formbg input[type="submit"] {
    background-color: var(--main-color);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, 
                var(--main-color) 0px 0px 0px 1px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(60, 66, 87, 0.08) 0px 2px 5px 0px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}


.animationRightLeft {
  animation: animationRightLeft 8s ease-in-out infinite;
}
.animationLeftRight {
  animation: animationLeftRight 8s ease-in-out infinite;
}
.tans3s {
  animation: animationLeftRight 9s ease-in-out infinite;
}
.tans4s {
  animation: animationLeftRight 10s ease-in-out infinite;
}
.formbg .total {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 8px 16px;
  width: 100%;
  min-height: 44px;
  border-radius: 4px;
  outline-color: rgba(8, 20, 80, 0.5);
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}
.formbg .total span{
  font-size: 16px;
  line-height: 28px;

}

@keyframes animationLeftRight {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(1300px);
  }
  100% {
    transform: translateX(0px);
  }
} 

@keyframes animationRightLeft {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-1300px);
  }
  100% {
    transform: translateX(0px);
  }
} 


/* --------------------- media ------------------------- */
@media (min-width: 767.8px) {
  .profile-nav-sm{
      display: none;
  }
}

@media (max-width:991.8px){
  .profile-pic{
      background-color: var(--main-color);
  }
}

@media (max-width:767.8px){
  .profile .profile-nav{
    position: fixed;
    top: 0;
    width: 400px;
    transform: translate(400px);
    background: #fff;
    bottom: 0;
    padding: 3rem 1rem;
    max-width: 80%;  
    z-index: 999;
    transition: .4s;
  }
  .profile-nav.profile-nav-toggle {
    transform: translate(0);
   }
  .profile .table td img{
    width: 100px;
    height: 70px;
  }
  .img-location {
      display: none;
  }
}


/*--main-color: #0064AD;*/
/*  --white: #fff;*/
/*  --black: #000000;*/
/*  --dark-bink: #B03959;*/
/*  --purple: #692B7A;*/
/*  --limon: #6AB845;*/
/*  --secon-color: #F6881F;*/
/*  --dark-secon: #D85726;*/
/*  --gray-color: #2a2a2a;*/
/*  --text-color: #b1b1b1;*/
  
@keyframes gradient {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.wave {
    background: rgb(255 255 255 / 25%);
    border-radius: 1000% 1000% 0 0;
    position: absolute;
    width: 200%;
    height: 12em;
    animation: wave 10s -3s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.wave:nth-of-type(2) {
    bottom: -1.25em;
    animation: wave 18s linear reverse infinite;
    opacity: 0.8;
}

.wave:nth-of-type(3) {
    bottom: -2.5em;
    animation: wave 20s -1s reverse infinite;
    opacity: 0.9;
}

@keyframes wave {
    2% {
        transform: translateX(1);
    }

    25% {
        transform: translateX(-25%);
    }

    50% {
        transform: translateX(-50%);
    }

    75% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(1);
    }
}

.special{
    padding-top: 35px;
    padding-bottom: 14em;
    text-align: start;
    position: relative ;
    overflow: hidden;
    /*background: linear-gradient(315deg, rgba(101,0,94,1) 3%, rgba(60,132,206,1) 38%, rgba(48,238,226,1) 68%, rgba(255,25,25,1) 98%);*/
    /*background: linear-gradient(315deg, rgb(187 4 174) 3%, rgb(59 130 203) 38%, rgba(48,238,226,1) 68%, rgb(223 83 83) 98%);*/
     /*background-color: rgb(241, 174, 48);*/
    background: #6AB84550;
    animation: gradient 15s ease infinite;
    background-size: 400% 400%;
    background-attachment: fixed;
}
.special-event{
    padding-top: 100px;
}
.special .event-cover{
  border-radius: 20px;
  max-height: 480px ;
  overflow: hidden;
  margin-bottom: 2rem;
   position: relative;
   z-index: 3;
}
.special .event-cover img{
  object-fit: cover;
}
.special .event-name{
  font-size: 45px;
  font-weight: bold;
  margin: 1rem 0;
}
/*.special .event-data{*/
/*  width: 50%;*/
/*}*/

.special .event-date ,.special .event-location ,.special .event-desc{
  display: flex;
  gap: 10px;
  margin: 1rem 0
}
.special .icon{
  font-size: 14px !important
}
.special a.viewmore-btn{
    color: var(--main-color) !important;
}
.home-featured-event-section-title {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    right: -1.4rem;
    left: 0;
    text-align: center;
    top: -0.75rem;
    opacity: 0.5;
    font-weight: 800;
    font-size: 9.778rem;
    line-height: 12.778rem;
    color: #fff;
    width: max-content;
    letter-spacing: -0.375vw;
    min-width: 100vw;
}


@media(max-width: 991.8px){
    .navbar .collapse:not(.show) {
        display: block;
    }
    .navbar-toggler{
        border: none !important;
    }
    #menuToggle
     {
       display: block;
       position: relative;
       z-index: 1; 
       -webkit-user-select: none;
       user-select: none;
       
     }
     
     #menuToggle a
     {
       text-decoration: none;
       color: #232323;
       
       transition: color 0.3s ease;
     }
     
     #menuToggle a:hover
     {
       color: var(--secon-color);
     }
     #menuToggle input
     {
       display: block;
       width: 40px;
       height: 32px;
       position: absolute;
       top: -7px;
       right: -5px;
       
       cursor: pointer;
       
       opacity: 0; /* hide this */
       z-index: 2; /* and place it over the hamburger */
       
       -webkit-touch-callout: none;
     }
     
     /*
      * Just a quick hamburger
      */
     #menuToggle span {
        display: block;
        width: 26px;
        height: 3px;
        margin-bottom: 5px;
        position: relative;
        background: var(--secon-color);
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
    }
     
     #menuToggle span:first-child
     {
       transform-origin: 0% 0%;
     }
     
     #menuToggle span:nth-last-child(2)
     {
       transform-origin: 0% 100%;
     }
     
     /* 
      * Transform all the slices of hamburger
      * into a crossmark.
      */
     #menuToggle input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-4px, -12px);
        background: var(--secon-color);
    }
     
     /*
      * But let's hide the middle one.
      */
     #menuToggle input:checked ~ span:nth-last-child(2) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }
     /*
      * Ohyeah and the last one should go the other direction
      */
    #menuToggle input:checked ~ span:nth-last-child(3) {
        transform: rotate(-45deg) translate(-10px, 15px);
    }
     
     /*
      * Make this absolute positioned
      * at the top left of the screen
      */
     .navbar-collapse
     {
       display: block;
       position: fixed;
       width: 350px;
       margin: 10px 0;
       padding: 50px 30px;
       padding-top: 25px;
       /*left: calc(50% - 175px);*/
       list-style-type: none;
       -webkit-font-smoothing: antialiased;
       transform-origin: 0% 0%;
       transform: translate(-50%, -150%);
       
       transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
       background: #FFFFFF 0% 0% no-repeat padding-box;
      border-radius: 32px;
      bottom: 40%;
      left: 50%;
      box-shadow: 1px 1px 13px #0000001c;
     }
     
     .navbar-collapse li
     {
      font-size: 20px;
      text-align: center;
      padding-top: 14px;
     } 
     .navbar-collapse li button {
         margin: auto;
     }
     .navbar-collapse li:not(:last-child){
      padding: 14px 0;
      border-bottom: 2px dotted #e3e3e3;
     }
     .navbar-collapse li .nav-link{
         color: var(--main-color) !important;
     }
     .filter-option {
    flex-wrap: wrap;
}
     .select-filter {
    width: 30%;
}
     
     .main-menu-sub-level.close-dropdown-menubar {
         bottom: 0;
         border-radius: 25px;
        padding: 20px;
     }
     
     /*
      * And let's slide it in from the left
      */
     #menuToggle input:checked ~ ul
     {
       transform: none;
     }
     
    .special .event-data {
        width: 100%;
    }
    .special .event-name {
        font-size: 32px;
    }
    .home-featured-event-section-title {
        font-size: 7.778rem;
    }
    
    .single-testimonial::after {
    content: "";
    position: absolute;
    right: -14px;
    bottom: -23px;
    background: url(../images/quote.png) no-repeat var(--white);
    background-size: 82%;
    width: 50px;
    height: 50px;
    background-position: center center;
    }
    .single-testimonial::before {
    content: "";
    position: absolute;
    left: -14px;
    top:  -23px;
    background: url(../images/quote.png) no-repeat var(--white);
    background-size: 82%;
    width: 50px;
    height: 50px;
    transform: rotate(180deg);
    background-position: center center;
    }
    .testimonial-block .text {
    font-size: 14px;
    line-height: 1.4rem;
    }
    .single-testimonial {
    border: 3px solid var(--limon);
    border-radius: 25px;
    padding: 30px;
    }
    .testimonial-block .inner-box {
    padding: 30px;
    }
    .testimonial-block:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -24px;
    border-top: 25px solid var(--limon);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(45deg);
    z-index: 3;
    }
    .testimonial-block:after {
        content: "";
        position: absolute;
        top: -4px;
        left: -24px;
        border-top: 25px solid var(--limon);
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        transform: rotate(135deg);
        z-index: 3;
    }
    .testimonial-block {
    padding-left: 0px;
    }
    .testimonial-block .info-box .thumb {
        height: 85px;
        width: 85px;
    }
    .testimonial-block .info-box {
        padding-right: 20px;
    }
    .testimonial-section .testimonial-carousel {
        position: relative;
        float: left;
        max-width: 100%;
        margin: 0px;
    }
    .best .best-paragraph {
        align-items: center;
        display: flex;
        gap: 10px;
    }
}

@media (max-width:576px){
    #wizard {
        padding: 0.5rem !important;
    }
    #wizard .step {
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
    .step .bi {
        padding: 12px !important;
        width: 24px;
        height: 24px;
    }
    #wizard .step.active::after, #wizard .step.finish::after {
        width: 65% !important;
        top: 45px !important;
        bottom: unset !important;
        right: 77.5% !important;
    }
        .login-box form .submit {
        min-width: 155px;
        width: max-content;
    }
    .product-details .cart-product-item {
        padding: 2rem 1.5rem;
    }
    /*.ticket {*/
    /*    background-repeat: no-repeat !important;*/
    /*    background-position: top !important;*/
    /*    background-size: cover !important;*/
    /*    background-color: #04030C;*/
    /*    width: 300px;*/
    /*    height: 700px;*/
    /*}*/
/*    .navbar-brand {*/
/*    width: 155px;*/
/*}*/
    .profile-pic {
    width: 170px;
    height: 170px;
    }
    .slid_about {
    padding: 30px;
    min-width: 50vh;
    }
    .offer .card-detail {
    width: 93%;
    padding: 15px;

    }
    .offer .card-detail p{
        width: auto;
    }
    
    .single-img {
    margin-bottom: 1rem;
    }
    header .video-hero--content .nav-pills .nav-link{
        font-size: 12px;
    }
    .home-featured-event-section-title {
        right: -0.4rem;
        font-size: 3.778rem !important;
    }
    .special-event {
        padding-top: 70px;
    }
    .testimonial-block .inner-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
    }
    #ul-parent li {
    position: absolute;
    width: 94%;
    left: 3%;
    }
    #ul-parent img {
    border-radius: 20px;
    height: 310px;
    }
    .social-media {
    gap: 5px;
    }
    .social-media .icon {
        width: 30px;
        height: 30px;
    }
    .gallery-tabs .nav-link {
    padding: 0.85rem 2rem;
    }
}

/*.event-date{*/
/*    display: flex;*/
/*    gap: 5px*/
/*}*/

.nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.nav-header *{
    color: var(--main-color);
    font-weight: bold;
}