
/*@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";*/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,900&display=swap');

html {
    scroll-behavior: smooth;  
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    font-family: 'Jost', sans-serif;
    background: #ffffff;
    color: #443636;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    scroll-behavior: smooth;  
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

p {
    line-height: 1.7em;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s linear;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

.header_area {
    position: fixed;
    padding: 0px;
    width: 100%;
    top: 0px;
    left: 0;
    z-index: 20;
    background-color: #000000;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header_area:before {
    content: "";
    width: 50%;
    height: 5px;
    display: block;
    background-color: #9e5bd1;
    position: absolute;
    top: -5px;
    left: 0px;
}

.header_area .header_top {
    padding: 8px 0px;    
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

header.navbar_fixed .header_top {
    padding: 6px 0px;
    font-size: 15px;
}

.header_area ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.header_area .city_link .dropdown-menu {
    left: auto !important;
    right: 0px;
    top: 100% !important;
}

.header_area .header_main {
    padding: 0px 10px;
    /*background-color: #ffffff;*/
    -webkit-box-shadow: 0px 4px 20px 0px rgba(12, 0, 46, 0.4);
    box-shadow: 0px 4px 20px 0px rgba(12, 0, 46, 0.4);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

header.header_area.navbar_fixed {
    position: fixed;
}

header.navbar_fixed .header_main {
    background-color: #000000;
}

/*.header_area .header_main a.navbar-brand {
    color: #fff;
    width: 170px;
    border: 2px solid #fff;
    border-radius: 4px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}*/
    
.header_area a.navbar-brand {
    font-weight: 700;
    position: absolute;
    top: 0px;  
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    background-color: #000;
    padding: 10px;
    border-radius: 5px;
    width: 270px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

header.header_area.navbar_fixed a.navbar-brand {
    width: 230px;
}

.header_area .navbar ul.navbar-nav li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.header_area .navbar ul.navbar-nav li.nav-item + li.nav-item {
    margin-left: 20px;
}

.header_area .navbar-nav a.nav-link {
    color: #fff;
    vertical-align: middle;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    padding: 25px 10px;
    font-size: 18px;
}

.header_area .navbar-nav a.nav-link:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    top: calc(50% - 2px);
    background-color: #9e5bd1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.header_area .navbar-nav a.nav-link:hover:before {
    left: 0;
    right: 0;
}

header.navbar_fixed .navbar-nav a.nav-link {
    padding: 20px 10px;
}


header.header_area.navbar_fixed a.nav-link {
    color: #ffffff !important;
}

li.nav-item.getToken {
    margin-right: 40px;
}

li.nav-item.getToken:after {
    content: "";
    width: 1px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.50);
    position: absolute;
    right: -25px;
}

#sub_header {
    position: relative;
    overflow: hidden;
    background-image: url('../images/slide-06.jpg');
    background-size: cover;
    background-position: center;    
    padding: 12rem 0 10rem;
}

#sub_header:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #222;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.2;
    z-index: 0;
}

#sub_header h1.sub_heading {
    position: relative;
    display: inline-block;
    color: #fff;
    margin: 0px;
    font-size: 3.5rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-weight: 600;
}

#sub_header h1.sub_heading:before,
#sub_header h1.sub_heading span:before {
    content: "";
    width: 35px;
    position: absolute;
    left: -55px;
    top: 50%;
    transform: translateY(-50%);
}

#sub_header h1.sub_heading:after,
#sub_header h1.sub_heading span:after {
    content: '';
    width: 3px;
    height: 50px;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

#sub_header h1.sub_heading:after {
    left: auto;
    right: -20px;
}

#sub_header h1.sub_heading span:before {
    left: auto;
    right: -55px;
}

#sub_header ul.breadcrumbs {
    padding: 15px 10px;
    margin: 0px;
    list-style: none;
    position: absolute;
    bottom: -10rem;
    width: 100%;
    left: 0;
    background-color: #333;
}

#sub_header ul.breadcrumbs li {
    display: inline-block;
    position: relative;
}

#sub_header ul.breadcrumbs li,
#sub_header ul.breadcrumbs li a {
    color: rgb(255 255 255 / 75%);
}

#sub_header ul.breadcrumbs li:hover,
#sub_header ul.breadcrumbs li a:hover,
#sub_header ul.breadcrumbs li:last-child {
    color: #fff;
}

#sub_header ul.breadcrumbs li + li {
    margin-left: 30px;
}

#sub_header ul.breadcrumbs li + li:before {
    content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #fff;
}

.hero-section {
    padding-top: 80px;
    padding-bottom: 54px;
}

.hero-slider .hs-item {
    position: relative;
    height: 700px;
}

.hero-slider .hs-item:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #000;
    opacity: 0.5;
    z-index: 0;
}

.hero-slider .hs-item span {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 5px;
    display: block;
    position: relative;
    top: 50px;
    opacity: 0;
}

.hero-slider .hs-item h2 {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    top: 50px;
    opacity: 0;
}

.hero-slider .hs-item p {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 35px;
    position: relative;
    top: 100px;
    opacity: 0;
}

.hero-slider .hs-item .site-btn {
    position: relative;
    top: 50px;
    opacity: 0;
}

.hero-slider .hs-item .sb-line {
    margin-right: 5px;
}

.hero-slider .hs-item .container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.hero-slider .hs-item .offer-card {
    position: absolute;
    right: 0;
    top: 226px;
    width: 162px;
    height: 162px;
    border-radius: 50%;
    background: #f51167;
    text-align: center;
    padding-top: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}

.hero-slider .hs-item .offer-card:after {
    position: absolute;
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #f96790;
    left: 5px;
    top: 5px;
    border-radius: 50%;
}

.hero-slider .hs-item .offer-card span {
    font-size: 18px;
    text-transform: lowercase;
    position: relative;
    top: 50px;
    opacity: 0;
}

.hero-slider .hs-item .offer-card h2 {
    font-size: 72px;
    font-weight: 400;
    line-height: 1;
}

.hero-slider .hs-item .offer-card p {
    text-transform: uppercase;
    line-height: 1;
    font-size: 14px;
}

.hero-slider .slider-nav-warp {
    display: flex;
    justify-content: center;
    max-width: 85%;
    bottom: 42px;
    margin: -80px auto 0;
}

.hero-slider .slider-nav {
    display: inline-block;
    padding: 0 38px;
    position: relative;
}

.hero-slider .owl-dots {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 9px;
}

.hero-slider .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 15px;
    margin-right: 10px;
    opacity: 0.25;
}

.hero-slider .owl-dots .owl-dot.active {
    opacity: 1;
}

.hero-slider .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.hero-slider .owl-nav button.owl-next,
.hero-slider .owl-nav button.owl-prev {
    font-size: 16px !important;
    position: absolute;
    color: #fff !important;
    opacity: 0.5;
    bottom: -10px;
    -webkit-transition: all 0.5s ease 0.2s;
    -o-transition: all 0.5s ease 0.2s;
    transition: all 0.5s ease 0.2s;
}

.hero-slider .owl-nav button.owl-next:hover,
.hero-slider .owl-nav button.owl-prev:hover {
    opacity: 1;
}

.hero-slider .owl-nav button.owl-next {
    right: 0;
}

.hero-slider .owl-nav button.owl-prev {
    left: 0;
}

.hero-slider .owl-item.active .hs-item h2,
.hero-slider .owl-item.active .hs-item span,
.hero-slider .owl-item.active .hs-item p,
.hero-slider .owl-item.active .hs-item .site-btn {
    top: 0;
    opacity: 1;
}

.hero-slider .owl-item.active .hs-item span {
    -webkit-transition: all 0.5s ease 0.2s;
    -o-transition: all 0.5s ease 0.2s;
    transition: all 0.5s ease 0.2s;
}

.hero-slider .owl-item.active .hs-item h2 {
    -webkit-transition: all 0.5s ease 0.4s;
    -o-transition: all 0.5s ease 0.4s;
    transition: all 0.5s ease 0.4s;
}

.hero-slider .owl-item.active .hs-item p {
    -webkit-transition: all 0.5s ease 0.6s;
    -o-transition: all 0.5s ease 0.6s;
    transition: all 0.5s ease 0.6s;
}

.hero-slider .owl-item.active .hs-item .site-btn {
    -webkit-transition: all 0.5s ease 0.8s;
    -webkit-transition: all 0.5s ease 0.8s;
    -o-transition: all 0.5s ease 0.8s;
    transition: all 0.5s ease 0.8s;
}

.hero-slider .owl-item.active .hs-item .offer-card {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease 1s;
    -webkit-transition: all 0.5s ease 1s;
    -o-transition: all 0.5s ease 1s;
    transition: all 0.5s ease 1s;
}

.slide-num-holder {
    display: none!important;
    float: right;
    z-index: 1;
    color: #fff;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-top: -22px;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.slide-num-holder span:first-child {
    margin-right: 41px;
}

.slide-num-holder:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 1px;
    background: #fff;
    left: 50%;
    top: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

#home_silder .carousel {
    position: relative;
    overflow: hidden;
}

#home_silder .carousel .carousel-item:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #000;
    opacity: 0.2;
    z-index: 0;
}

#home_silder .carousel .carousel-item .carousel-caption {
    top: 55%;
    transform: translateY(-50%);
    -webkit-animation: cs_descrWrapper 10800ms infinite 2270ms ease;
    animation: cs_descrWrapper 10800ms infinite 2270ms ease;
}

#home_silder .carousel .carousel-item .carousel-caption h1.cs_title {
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    background: #000;
    background-color: rgba(0,0,0,0.6);
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90degx);
    -webkit-transition: 750ms opacity 945ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms -webkit-transform 945ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms visibility 945ms ease;
    transition: 750ms opacity 945ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms -webkit-transform 945ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms transform 945ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms visibility 945ms ease;
    -webkit-animation: cs_title 10800ms infinite 2270ms ease;
    animation: cs_title 10800ms infinite 2270ms ease;
}

#home_silder .carousel .carousel-item .carousel-caption h1.cs_title .cs_wrapper {
    -webkit-animation: cs_title_text 10800ms infinite 2480ms ease;
    animation: cs_title_text 10800ms infinite 2480ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 750ms opacity 1420ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms -webkit-transform 1420ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition: 750ms opacity 1420ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms -webkit-transform 1420ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms transform 1420ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

#home_silder .carousel .carousel-item .carousel-caption h5.cs_descr {
    -webkit-animation: cs_descr 10800ms infinite 2270ms ease;
    animation: cs_descr 10800ms infinite 2270ms ease;
    text-align: left;
    font-size: 80%;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    background-color: #1c9b26;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: 750ms opacity 720ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms -webkit-transform 570ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms visibility 570ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition: 750ms opacity 720ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms -webkit-transform 570ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms transform 570ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms visibility 570ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

#home_silder .carousel .carousel-item .carousel-caption h5.cs_descr .cs_wrapper {
    -webkit-animation: cs_descr_text 10800ms infinite 2480ms ease;
    animation: cs_descr_text 10800ms infinite 2480ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 750ms opacity 1645ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms -webkit-transform 1645ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition: 750ms opacity 1645ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms -webkit-transform 1645ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 750ms transform 1645ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

@-webkit-keyframes arrow {
  0%, 33.32333333333334% { opacity: 1; z-index: 5; }
  33.333333333333336%, 100%  { opacity: 0; z-index: -1; }
}

@keyframes arrow {
  0%, 33.32333333333334% { opacity: 1; z-index: 5; }
  33.333333333333336%, 100%  { opacity: 0; z-index: -1; }
}

@-webkit-keyframes fade {
  0%, 50.925925925925924%, 100%  { opacity: 0; }
  17.59259259259259%, 33.333333333333336%  { opacity: 1; }
  0%, 33.33233333333334%  { z-index: 2; }
  33.33433333333333%, 100%  { z-index: 1; }
}

@keyframes fade {
  0%, 50.925925925925924%, 100%  { opacity: 0; }
  17.59259259259259%, 33.333333333333336%  { opacity: 1; }
  0%, 33.33233333333334%  { z-index: 2; }
  33.33433333333333%, 100%  { z-index: 1; }
}

@-webkit-keyframes bullet {
  0%, 33.32333333333334%  { background-color: #289DCC; }
  33.333333333333336%, 100% { background: #000; background-color: rgba(0,0,0,0.6); }
}

@keyframes bullet {
  0%, 33.32333333333334%  { background-color: #289DCC; }
  33.333333333333336%, 100% { background: #000; background-color: rgba(0,0,0,0.6); }
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
@-webkit-keyframes cs_descrWrapper {
  3.4027777777777772%, 38.19444444444444%  { z-index: 2; }
  38.20444444444444%, 100%  { z-index: 0; }
}

@keyframes cs_descrWrapper {
  3.4027777777777772%, 38.19444444444444%  { z-index: 2; }
  38.20444444444444%, 100%  { z-index: 0; }
}


@-webkit-keyframes cs_title {
  3.4027777777777772%, 29.920555555555556%  {
    opacity: 1;
    z-index: 2;
    visibility: visible;
    -webkit-transform: rotateX(-9deg);
    transform: rotateX(-9deg);
  }
  4.861111111111111%, 28.462222222222223%  {
    opacity: 1;
    z-index: 2;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  33.333333333333336%  {
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  33.343333333333334%, 100%  { z-index: 0; }
}
@keyframes cs_title {
  3.4027777777777772%, 29.920555555555556%  {
    opacity: 1;
    z-index: 2;
    visibility: visible;
    -webkit-transform: rotateX(-9deg);
    transform: rotateX(-9deg);
  }
  4.861111111111111%, 28.462222222222223%  {
    opacity: 1;
    z-index: 2;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  33.333333333333336%  {
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  33.343333333333334%, 100%  { z-index: 0; }
}


@-webkit-keyframes cs_descr {
  6.8055555555555545%, 25.059444444444445%  {
    opacity: 1;
    z-index: 1;
    visibility: visible;
    -webkit-transform: rotateX(9deg);
    transform: rotateX(9deg);
  }
  9.722222222222221%, 23.601111111111113%  {
    opacity: 1;
    z-index: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  33.333333333333336%  {
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
  33.343333333333334%, 100%  { z-index: 0; }
}
@keyframes cs_descr {
  6.8055555555555545%, 25.059444444444445%  {
    opacity: 1;
    z-index: 1;
    visibility: visible;
    -webkit-transform: rotateX(9deg);
    transform: rotateX(9deg);
  }
  9.722222222222221%, 23.601111111111113%  {
    opacity: 1;
    z-index: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  33.333333333333336%  {
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
  33.343333333333334%, 100%  { z-index: 0; }
}

@-webkit-keyframes cs_title_text {
  3.4027777777777772%, 29.920555555555556%  {
    opacity: 1;
    -webkit-transform: translateX(-1%);
    transform: translateX(-1%);
  }
  4.861111111111111%, 28.462222222222223%  {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  33.333333333333336%  {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes cs_title_text {
  3.4027777777777772%, 29.920555555555556%  {
    opacity: 1;
    -webkit-transform: translateX(-1%);
    transform: translateX(-1%);
  }
  4.861111111111111%, 28.462222222222223%  {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  33.333333333333336%  {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-webkit-keyframes cs_descr_text {
  6.8055555555555545%, 25.059444444444445%  {
    opacity: 1;
    -webkit-transform: translateX(1%);
    transform: translateX(1%);
  }
  9.722222222222221%, 23.601111111111113%  {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  33.333333333333336%  {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes cs_descr_text {
  6.8055555555555545%, 25.059444444444445%  {
    opacity: 1;
    -webkit-transform: translateX(1%);
    transform: translateX(1%);
  }
  9.722222222222221%, 23.601111111111113%  {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  33.333333333333336%  {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

#header_bottom {
    min-height: 100vh;
    background-color: #17c7bd;
    background: linear-gradient(220deg,#4a62ff 0,#871fff); 
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 40px;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    z-index: 0;
}

#header_bottom:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: url(../images/slide_bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

#content {
    position: relative;
    width: 100%;
    min-width: 300px;
    /*padding-top: 70px;*/
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#about_section,
#header_bottom .heading_content,
#gallery_section,
#tour_section,
#contact_section {
    position: relative;
    padding: 80px 0px;
}

#home_packages {
    padding-bottom: 80px;
}

#home_packages .heading_one,
#home_packages h6 {
    color: #fff;
}

#home_packages .package_row {
    background-color: #222;
    margin: 0;
    color: #ffffff;
/*    border-radius: 5px;
    overflow: hidden;*/
}

#home_packages .container .package_row:nth-child(even) {
    background-color: #444;
}

#home_packages .package_row .txt_content {
    font-size: 16px;
}

#home_packages .package_row [class*="col-"] img.shape_img {
    display:none!important;
    position: absolute;
    opacity: 0.2;
    width: 90%;
    top: 0px;
    left: 5%;
}

.about_page #about_section img.shape_img,
#tour_section img.shape_img {
    display:none!important;
    position: fixed;
    width: 80%;
    height: 100%;
    top: 50%;
    left: 10%;
    z-index: -1;
    transform: translateY(-50%);
}

#home_packages .package_row .txt_content .title {
    font-size: 2rem;
    text-transform: uppercase;
    border: 4px solid #fff;
    display: inline-block;
    padding: 3px 10px;
    margin: 0px;
}

#home_packages .package_row .txt_content p.desc {
    margin: 15px 0px;
}

#home_packages .package_row .txt_content p.desc strong {
    font-size: 1.5rem;
    font-weight: 500;
}

#home_packages .package_row .txt_content .person_no {
    background-color: #ffffff;
    font-size: 1.2rem;
    padding: 5px 5px;
    color: #1c9b26;
    border-radius: 4px;
}

#home_packages .container .package_row:nth-child(even) .txt_content .person_no {
    color: #1b8f27;
}

#home_packages .container .package_row:nth-child(even) .txt_content .btn_reverse {
    color: #222 !important;
}

#home_packages .container .package_row:nth-child(even) .txt_content .btn_reverse:hover {
    background-color: #222 !important;
    color: #ffffff !important;
}

.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.anim-icons .icon {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
}

.anim-icons .icon-circle-blue {
    width: 300px;
    height: 300px;
    background-image: url(../images/icons/circle-blue.png);
    background-size: contain;
    right: -150px;
    bottom: -150px;
    opacity: .70;
    -webkit-animation: fa-spin 30s infinite;
    -moz-animation: fa-spin 30s infinite;
    -ms-animation: fa-spin 30s infinite;
    -o-animation: fa-spin 30s infinite;
    animation: fa-spin 30s infinite;
}

.anim-icons .icon-dots {
    width: 72px;
    height: 60px;
    background-image: url(../images/icons/icon-dots.png);
    left: 50%;
    top: 30%;
}

.anim-icons .icon-circle-1 {
    width: 500px;
    height: 500px;
    background-image: url(../images/icons/icon-circle-1.png);
    background-size: 100%;
    left: -200px;
    top: -200px;
    opacity: .05;
}

#about_section .inner-column {
    position: relative;
    /*padding-right: 80px;*/
}

#about_section .list-style-one,
.check_list {
    margin-bottom: 30px;
    padding-left: 0px;
    position: relative;
}

#about_section .list-style-one li,
.check_list li {
    position: relative;
    list-style-type: none;
    padding-left: 30px;
}

#about_section .list-style-one li + li,
.check_list li + li {
    margin-top: 10px;
}

#about_section .list-style-one li:before,
.check_list li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    content: "\f05d";
    font-family: 'FontAwesome';
    color: #e1137b;
}

#about_section .image-box {
    position: relative;
    padding-left: 80px;
}

#about_section .image {
    position: relative;
    margin-bottom: 0;
}

#about_section .image:before {
    position: absolute;
    right: -10%;
    top: -10%;
    height: 120%;
    width: 120%;
    background-image: url(../images/icons/shape-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    -webkit-animation: dizzling 10s infinite;
    -moz-animation: dizzling 10s infinite;
    -ms-animation: dizzling 10s infinite;
    -o-animation: dizzling 10s infinite;
    animation: dizzling 10s infinite;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    content: "";
}

@keyframes dizzling{
    0%{
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    50%{
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    100%{
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}

#about_section .image-box img {
    position: relative;
    z-index: 1;
    border-radius: 50%;
    border: 15px solid #ffffff;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1em;
    color: #ff8a01;
    font-weight: 500;
    background: rgb(247,0,104);
    background: -moz-linear-gradient(to left, rgba(247,0,104,1) 0%, rgba(68,16,102,1) 25%, rgba(247,0,104,1) 75%, rgba(68,16,102,1) 100%);
    background: -webkit-linear-gradient(to left, rgba(247,0,104,1) 0%,rgba(68,16,102,1) 25%,rgba(247,0,104,1) 75%,rgba(68,16,102,1) 100%);
    background: linear-gradient(to left, rgba(247,0,104) 0%,rgba(68,16,102,1) 25%,rgba(247,0,104,1) 75%,rgba(68,16,102,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F70068', endColorstr='#441066',GradientType=1 );
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 15px;
}

.home_boxes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-right: -15px; */
    /* margin-left: -15px; */
    justify-content: space-between;
}

p.box {
    border: 1px solid #EDEDED;
    padding: 20px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    text-align: left;
    background-color: #FCFCFC;
    box-shadow: 0px 12px 12px -6px rgb(0 0 0 / 20%);
    border-radius: 5px;
}

p.box_three {
    background-color: #c72c41;
    box-shadow: 0px 12px 12px -6px rgb(0 0 0 / 20%);
    border-radius: 5px;
    color: #fff;
    padding: 20px;
    margin-bottom: 30px;
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 0;
}
.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
    background-image: url("../images/package_bg.jpg");
    background-size: cover;
    background-position: center;
    /*background-image: linear-gradient(to top, #86377b 20%, #27273c 80%);*/
}

.bgTop {
    z-index: 15;
    opacity: 0.5;
}
.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}
.bgBottom {
    z-index: 5;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.waveTop {
    background-size: 50% 100px;
}
.waveAnimation .waveTop {
  animation: move-wave 3s;
   -webkit-animation: move-wave 3s;
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
}
.waveMiddle {
    background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}
.waveBottom {
    background-size: 50% 100px;
}
.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}

.inner-box {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    border: 10px solid #ffffff;
    box-shadow: 0 30px 30px rgb(0 0 0 / 40%);
    max-width: 300px;
    margin: 0 auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 500ms ease;
}

.image-box {
    position: relative;
}

.image-box .image {
    position: relative;
    margin-bottom: 0;
}

.image-box .image img {
    display: block;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.info-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    background-color: rgba(28,139,210,.70);
    background-color: rgba(237,23,127,.90);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.info-box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 40px;
}

.info-box .name {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 5px;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 300ms ease;
}

.info-box .name a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.info-box .designation {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 15px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 300ms ease;
}

.inner-box:hover .info-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    opacity: 1;
}

.inner-box:hover .info-box .name {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.inner-box:hover .info-box .designation {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

#testimonial_section {
    background-image: url('../images/testimonial_bg.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 100px 0px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

#testimonial_section:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    z-index: 0;
    opacity: 0.3;
}

#testimonial_section .container {
    position: relative;
    z-index: 1;
}

#testimonial_section .heading_one {
    color: #ffffff;
}

#testimonials_slider .product-item {
    margin: 0px 10px;
}

#testimonials_slider .product-item .c_quote {
    background-color: #fff;
    color: #000;
    padding: 30px;
    font-size: 16px;
}

#testimonials_slider .product-item .c_quote p.c_name {
    font-size: 16px;
    margin: 0;
}

#testimonials_slider .product-item .c_quote ul.star_rating {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#testimonials_slider .product-item .c_quote ul.star_rating li {
    display: inline-block;
    letter-spacing: -2px;
}

#testimonials_slider .product-item .c_quote ul.star_rating li i.fa {
    font-size: 14px;
    color: #ffa127;
}

#testimonials_slider .product-item .c_quote a.trip_link {
    font-weight: 500;
}

#testimonials_slider .product-item .c_quote a.trip_link:hover {
    text-decoration: underline;
}

#testimonials_slider ul.slick-dots {
    padding: 20px 0px 10px;
    margin: 0px;
    list-style: none;
    text-align: center;
}

#testimonials_slider ul.slick-dots li {
    display: inline-block;
}

#testimonials_slider ul.slick-dots li + li {
    margin-left: 5px;
}

#testimonials_slider ul.slick-dots li button {
    width: 12px !important;
    height: 12px !important;
    display: block;
    text-indent: -999px;
    overflow: hidden;
    border: 2px solid #fff;
    background: transparent;
    padding: 0;
    border-style: solid;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

#testimonials_slider ul.slick-dots li.slick-active button {
    background-color: #ffffff;
}

#gallery_section .row {
    margin-right: -10px; 
    margin-left: -10px; !important;
}

#gallery_section .row [class*="col-"] {
    padding: 10px !important;
}

#gallery_section .lightbox img {
    width: 100%;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


#gallery_section .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

#gallery_section img {
    border-radius: 4px;
}

#gallery_section .baguetteBox-button {
    background-color: transparent !important;
}

#home_enquiry {
    background-image: url(../images/form_bg.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 100px 0px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

#home_enquiry:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    z-index: 0;
    opacity: 0.8;
}

#home_enquiry .container {
    position: relative;
    z-index: 1;
}

#home_enquiry form.enquiry_form .form-group {
    margin-bottom: 30px;
}

#home_enquiry form.enquiry_form .form-control {
    background-color: transparent;
    border: 0;
    border-bottom: 1px dashed #fff;
    border-radius: 0px;
    color: #fff;
    padding: 10px 10px;
}

#home_enquiry form.enquiry_form .form-control:focus {
    border-style: solid;
}

#home_enquiry form.enquiry_form .form-control::placeholder {
    color: #fff;
}

#home_enquiry form.enquiry_form .form-row {
    margin-right: -15px;
    margin-left: -15px;
}

#home_enquiry form.enquiry_form .form-row>.col,
#home_enquiry form.enquiry_form .form-row>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}

#home_enquiry form.enquiry_form .btn_one {
    background-color: #fff;
    border-color: #fff;
    color: #000;
    margin: 0 auto;
    display: block;
}

#home_enquiry form.enquiry_form .btn_one:hover {
    background-color: transparent;
    color: #fff;
}

#footer {
    background-color: #222222;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}

#footer iframe {
    border-radius: 5px;
    background-color: #fff;
    padding: 1px !important;
}

#footer a {
    color: #ffffff;
}

#footer .footer_top {
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
}

.footer_top:before {
    content: "";
    width: 90%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 5%;
    background-image: url(../images/worldMap.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.footer_top:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #111111;
    opacity: 0.9;
}

#footer .footer_top .container {
    position: relative;
    z-index: 1;
}

#footer .footer_top .footerHeading {
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#footer .footer_top .footerHeading:after {
    content: "";
    width: 60px;
    height: 3px;
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background-color: #e40178;
}

#footer .footer_top .main_menu li {
    display: inline-block;
}

#footer .footer_top .main_menu li a.nav-link {
    padding: 5px 8px;
}

#footer .footer_top .f_logo {
    width: 250px;
}

#footer .footer_top .heading_subscribe {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
}

#footer .footer_top .newsletter_form {
    margin: 20px 0px 0px;
}

#footer .footer_top .newsletter_form .btn_one {
    height: 46px;
    padding: 5px 55px 5px 25px;
    border: 2px solid #e40178;
}

#footer .footer_top .newsletter_form .btn_one i {
    top: 3px;
    right: 3px;
    width: 36px !important;
    height: 36px !important;
}

#footer .footer_top .newsletter_form .input-group {
    border-radius: 50px;
    overflow: hidden;
    border: 2px solid #666;
}

#footer .footer_top .newsletter_form .input-group input.form-control {
    border: 0px !important;
    padding: 10px 10px 10px 30px;
}

#footer .footer_top .newsletter_form .input-group .input-group-append .input-group-text {
    background: white !important;
    border: 0px !important;
    padding: 3px;
}

#footer .footer_bottom {
    /*background: linear-gradient(180deg,#852bff 10%,#0534af);*/
    background-color: #222;
    font-size: 14px;
    line-height: 14px;
    padding: 10px 0px;
    color: #fff;
}

#footer ul.f_menu,
#footer ul.social_links {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

#footer .footer_bottom ul.f_menu li, #footer ul.social_links li {
    display: inline-block;
    margin: 0px 10px 0px 0px;
}

#footer .footer_bottom .poweredBy {
    font-size: 14px;
    margin: 0px;
}


#footer .footer_bottom .poweredBy span {
    font-weight: 300;
}

/* ---------------------------------------------------
    SIDEBAR
----------------------------------------------------- */

.sidebar_left {
    border: 1px solid #e3e3e3;
    padding: 0px;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0px 12px 12px -6px rgb(0 0 0 / 40%);
}

.sidebar .sidebar_heading {
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px 5px 0px 0px;
    font-weight: 600;
    margin-bottom: 20px;
}

.sidebar ul.filter_list,
.sidebar ul.inner_list {
    padding: 0px 5px;
    list-style: none;
    margin: 0px;
    position: relative;
}

.sidebar ul.filter_list li + li,
.sidebar ul.inner_list li + li {
    margin-top: 5px;
}

.sidebar ul.filter_list li strong {
    display: block;
    color: #d00171;
    margin-bottom: 5px;
}

#sideBar_content {
    padding: 0px 20px 20px;
}

#sideBar_content .bus_item .item_inner {
    border-bottom: 1px solid #a1a1a1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#sideBar_content .bus_item .item_inner:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#sideBar_content .bus_item .item_inner h5 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #8665ae;
    text-transform: capitalize;
}

#sideBar_content .bus_item .item_inner ul {
    list-style: none;
    padding: 0px;
    margin: 0;
    font-size: 16px;
}

#sideBar_content .bus_item .item_inner a i { 
    margin-right: 5px;
}

#sideBar_content .bus_item .item_inner a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: underline;
}

#sideBar_content .owl-dots {
    text-align: center;
}

#sideBar_content .owl-dots button.owl-dot span {
    width: 10px;
    height: 10px;
    background-color: #acacac;
    border-radius: 50%;
    display: block;
    margin: 0px 3px;
}

#sideBar_content .owl-dots button.owl-dot.active span {
    background-color: #000000;
}

/* ---------------------------------------------------
    SIDEBAR FIXED
----------------------------------------------------- */

#sidebar.stick {
    position: fixed;
    z-index: 10;
    width: 350px;
    height: 100%;
    overflow: auto;
}


/* ---------------------------------------------------
    ABOUT PAGE
----------------------------------------------------- */


.about_page .txt_content p strong {
    color: #1c9b26;
}



#contact_section .h3 {
    margin-bottom: 25px;
}

ul.contact_address {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.contact_address li {
    display: block;
    margin-bottom: 10px;
}

ul.contact_address li i.fa {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 18px;
    background: linear-gradient(90deg, #832bfe 0, #0534b0);
    background-color: #7F00FF;
    vertical-align: text-top;
    text-align: center;
    line-height: 35px;
    color: #fff;
    margin-right: 10px;
}

ul.contact_address li span {
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: text-top;
}

/* ---------------------------------------------------
    TOURS PAGE
----------------------------------------------------- */

#tour_section .tour_box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    position: relative;
}

#tour_section .tour_box:last-child {
    margin-bottom: 0px !important;
}

#tour_section .tour_box:before {
    content: "";
    width: 90%;
    height: 100%;
    border: 3px solid #333;
    display: block;
    position: absolute;
    right: 0;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 12px 12px 12px -6px rgb(0 0 0 / 40%);
}

#tour_section .tour_box:nth-child(even):before {
    left: 0px;
    right: auto;
    box-shadow: -12px 12px 12px -6px rgb(0 0 0 / 40%);
    border: 3px solid #333;
}

#tour_section .tour_box .card_img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 300px;
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex-item-align: center!important;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: -12px 12px 12px -6px rgb(0 0 0 / 40%);
    align-self: center!important;
}

#tour_section .tour_box:nth-child(even) .card_img {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
    box-shadow: 12px 12px 12px -6px rgb(0 0 0 / 40%);
}

#tour_section .tour_box .card_content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: calc(100% - 300px);
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex-item-align: center!important;
    align-self: center!important;
    padding: 40px;
}

#tour_section .tour_box .card_content h4.title {
    font-size: 2rem;
    text-transform: uppercase;
}

#tour_section .tour_box .card_content ul {
    padding: 0px;
    margin: 15px 0px 20px;
    list-style: none;
}

#tour_section .tour_box .card_content ul li strong {
    color: #1b8f27;
}

#tour_section .tour_box:nth-child(even) .card_content ul li strong {
    color: #1b8f27;
}

#tour_section .tour_box:nth-child(even) .btn_one {
    background-color: #333;
    border: 2px solid #333;
}

#tour_section .tour_box:nth-child(even) .btn_one:hover {
    background-color: #ffffff;
    color: #222;
}

.tourDetail_page #tour_section .tour_box .card_img {
    max-width: 200px;
}

.tourDetail_page #tour_section .tour_box .card_content {
    max-width: calc(100% - 200px);
}

.tourDetail_page #tour_section .tour_box .card_content {
    padding: 30px;
}

.tourDetail_page #tour_section .tour_box .card_content h4.title {
    font-size: 1.5rem;
}

.tourDetail_page #tour_section .tour_box .card_content ul {
    margin: 10px 0px 0px;
}


/* ---------------------------------------------------
    Featured-box  ( only contents )
----------------------------------------------------- */

.google_map iframe {
    width: 100%;
    height: 500px;
    position: relative;
    bottom: -8px;
}

.featured-box { position: relative;}

.featured-title h5{ font-size: 24px; line-height: 30px;}

.featured-box .featured-icon {
    margin-bottom: 20px;
}


/*.featured-box .featured-icon .ttm-icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    position: relative;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    box-sizing: content-box;
    position: relative;
    margin-bottom: 25px;
}

.featured-box .featured-icon .ttm-icon i.fa {
    font-size: 50px;
    color: #dc0176;
}*/

.featured-box .featured-icon .ttm-bg {
    position: relative;
    height: 100%;
    z-index: 9;
}

.featured-box .featured-content iframe {
    display: block;
    height: 25px;
    width: auto;
}

.col-bg-img-three.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/formBg-01.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.layer-content {
    position: relative;
    z-index: 9;
    height: 100%;
}

.box-shadow {
    -webkit-box-shadow: 0px 12px 12px -6px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 12px 12px -6px rgb(0 0 0 / 40%);
    box-shadow: 0px 12px 12px -6px rgb(0 0 0 / 40%);
}

.contactform label i {
    position: absolute;
    left: 20px;
    top: 14px;
    opacity: .9;
    font-size: 16px;
    line-height: 16px;
    z-index: 1;
    padding: 0;
    color: #9e5bd1;
}

.contactform .form-control {
    background-color: transparent;
    border: none;
    border-radius: 0;

    padding: 10px 10px 10px 35px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

.contactform select.form-control {
    height: 45px !important;
}

/* ---------------------------------------------------
    DETAILS PAGE
----------------------------------------------------- */

.myaccordion {
  margin: 50px auto 0px;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background: transparent;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #d00171;
  padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}

/* ---------------------------------------------------
    RESERVATION CSS
----------------------------------------------------- */

.reservation_form {
    background-image: url(../images/testimonial_bg.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border: 2px solid #9754ca;
    border-radius: 5px;
    padding: 20px;
    color: #fff;
}

.reservation_form:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    z-index: 0;
    opacity: 0.3;
}

.reservation_form form {
    position: relative;
    z-index: 1;
}

.reservation_form .form_section {
    position: relative;
    background-color: rgb(255 255 255 / 20%);
    border: 2px solid #c4c4c4;
    display: block;
    padding: 20px 20px 10px;
    border-radius: 5px;
    margin-bottom: 30px;
    color: #fff;
}

.reservation_form .form_section .text-muted {
    color: #ffffff!important;
}

.reservation_form h4 {
    margin-bottom: 20px;
    /*background-color: #fff;
    color: #000;
    padding: 10px;
    position: absolute;*/
}

.reservation_form #total_price h5 {
    background-color: #9754ca;
    color: #ffffff;
    padding: 10px;
    margin: 0;
    border-radius: 4px;
    font-weight: 400;
    font-size: 18px;
}

.reservation_form .form-group label {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 5px;
}

.reservation_form hr.divider {
    border-top: 2px dashed #ffffff;
    margin: 15px 0px 30px !important;
}

.reservation_form .btn_submit {
    display: inline-block;
    background-color: #9754ca;
    color: #ffffff;
    border: 2px solid #9754ca;
    font-weight: 500;
    text-transform: uppercase;
}

.reservation_form .btn_submit:hover {
    background-color: #ffffff;
    color: #9754ca;
}


/* ---------------------------------------------------
    FAQ's CSS
----------------------------------------------------- */

#main #faq .card {
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #333333;
    background: transparent;
}

#main #faq .card:last-child {
    border-bottom: 0px;
}

#main #faq .card .card-header {
    border: 0;
    border-radius: 2px;
    padding: 0;
    background: transparent;
    /*border-bottom: 2px solid #333333;*/
}

#main #faq .card .card-header .faq_link {
    position: relative;
    display: block;
    text-align: left;
    color: #333333;
    padding: 20px 40px 20px 20px;
    box-shadow: none;
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-weight: 500;
    width: 100%;
    white-space: break-spaces;
}

#main #faq .card .card-header .faq_link:after {
    content: "\f068";
    font-family: 'FontAwesome';
    font-weight: 400;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

#main #faq .card .card-header .faq_link.collapsed:after {
    content: "\f067";
}

#main #faq .card .card-body {
    padding: 0px 20px 20px;
}

#reservation_popup {
    max-width: 900px;
    max-height: 90vh;
    overflow: hidden;
    margin: 0 auto;
    width: calc(100% - 30px);
    cursor: auto;
    flex-direction: column;
    background-color: #fff;
    border-radius: 8px;
    top: 5vh;
    padding: 0px !important;
}

#reservation_popup .modal-dialog {
    max-width: 100%;
    width: 100%;
    /*max-height: 80vh;*/
    /*overflow: auto;*/
    margin: 0px;
}

#reservation_popup .modal-dialog .modal-body {
    max-width: 100%;
    width: 100%;
    max-height: calc(100vh - 105px);
    margin: 0px;
    padding: 0px;
}

#reservation_popup .modal-dialog .modal-body iframe {
    width: 100%;
    height: calc(100vh - 105px);
    max-height: 80vh;
}



/* ---------------------------------------------------
    COMMON CSS
----------------------------------------------------- */


.btn_one {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 18px;
    height: 52px;
    padding: 10px 30px;
    background-color: #333;
    line-height: 26px;
    color: #ffffff;
    border: 2px solid #333;
    font-weight: 600;
    border-radius: 30px;
    text-transform: capitalize;
    transition: all 500ms ease;
    cursor: pointer;
    z-index: 1;
}

.btn_one:hover {
    background-color: #ffffff;
    color: #222;
}

.btn_reverse {
    background-color: #ffffff;
    color: #222;
    border: 2px solid #ffffff;
}

.btn_reverse:hover {
    background-color: #222;
    color: #ffffff;
}

.btn_reverse:hover i {
    background-color: #e40178;
    color: #ffffff;
}

.btn_deposit {
    background-color: #01fafb;
    border-color: #01fafb!important;
    color: #1533b9!important;
    width: calc(100% - 20px);
    margin-left: 10px;
    text-align: left!important;
    padding-left: 13px!important;
    font-size: 14px!important;
    border-radius: 50px!important;
    font-weight: 700;
}

.btn_deposit .fa-plus {
    margin-right: 10px;
    font-size: 10px!important;
}

.btn_botHistory {
    background-color: #fff!important;
    font-size: 14px!important;
    border: 1px solid #17047f!important;
    color: #17047f!important;
    position: relative;
    padding: 5px 10px!important;
    width: 110px;
    display: block;
    white-space: break-spaces;
    font-weight: 500;
}

.btn-botClone {
    border: 1px solid #26e59c!important;
    color: #ffffff!important;
    background-color: #28d1d8!important;
    background: linear-gradient(315deg, #28d1d8, #2b33e8);
}

.btn_botHistory .fa-history,
.btn_botHistory .fa-copy {
    margin-right: 5px;
}

.heading_one {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.2em;
    color: #1e1f36;
    font-weight: 600;
    margin: 0px 0px 20px;
}

.heading_img {
    width: 220px;
}

h2.heading_one:before {
/*    content: "";
    width: 25px;
    height: 85px;
    display: block;
    position: absolute;
    top: -20px;
    left: -70px;
    background-image: url(../images/bottel-01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(-90deg);*/
}

/*.heading_three {
    position: relative;
    overflow: hidden;
    font-size: 24px;
    font-weight: 600;
    border-left: 8px solid #e40178;
    padding: 5px 5px 5px 25px;
}


.heading_three:before,
.heading_three:after {
    content: "";
    width: 5px;
    height: 100%;
    background-color: #e40178;
    position: absolute;
    left: 4px;
    top: 0px;
}*/

.heading_three {
    position: relative;
    overflow: hidden;
    font-size: 24px;
    font-weight: 600;
    /* border-left: 8px solid #e40178; */
    padding: 0;
    background: linear-gradient(to left, #ffffff 0%, #dc0176 70%);
    /* color: #e40178; */
}

.heading_three span {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    border-right: 8px solid #ffffff;
    background-color: #fff;
}

.heading_three span:before,
.heading_three span:after {
    content: "";
    width: 5px;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    right: -18px;
    top: 0px;
}

.heading_three span:after {
    right: -26px;
    width: 3px;
}

.heading_four {
    font-size: 22px;
    line-height: 30px;
    margin: 0px;
}

.red_txt {
    color: #df0000;
}

.width150 {
    width: 150px;
}

.padding_tb80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.margin_b80 {
    margin-bottom: 80px;
}

.form-control:focus,
button:focus {
    outline: 0;
    box-shadow: none;
}

@keyframes banner {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(20deg)
    }
    100% {
        transform: rotate(0deg)
    }
}
    
@-webkit-keyframes banner {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(20deg)
    }
    100% {
        transform: rotate(0deg)
    }
}

@-moz-keyframes banner {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(20deg)
    }
    100% {
        transform: rotate(0deg)
    }
}

    ul.step_list {
        list-style: none;
        padding: 0px;
        margin: 0px;
        color: #444444;
        font-size: 16px;
        line-height: 1.5;
    }
    
    ul.step_list li {
        position: relative;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        word-break: break-word;
    }
    
    ul.step_list li + li {
        padding-top: 15px;
    }
    
    ul.step_list li:before {
        content: " ";
        width: 2px;
        height: 100%;
        display: block;
        background-color: #ebeef3;
        position: absolute;
        top: 0px;
        left: 119px;
    }
    
    ul.step_list li time.list_time {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 80px;
        position: relative;
        width: 100%;
        min-height: 1px;
        text-align: right;
    }
    
    ul.step_list li time.list_time span:first-child {
        font-size: 14px;
        color: #888;
        display: block;
    }
    
    ul.step_list li time.list_time span:last-child {
        font-size: 18px;
        display: block;
        font-weight: 600;
    }
    
    ul.step_list li .list_icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 50px;
        position: relative;
        min-height: 1px;
        display: block;
        margin: 0px 15px;
        width: 50px;
        height: 50px;
        line-height: 44px;
        font-weight: 500;
        background-color: #fff;
        font-size: 24px;
        color: #f93;
        border-radius: 50%;
        border: 2px solid #999;
        text-align: center;
    }
    
    ul.step_list li .list_label {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: calc(100% - 160px);
        position: relative;
        width: 100%;
        min-height: 1px;
        background-color: #eef3f7;
        padding: 20px;
        border-radius: 5px;
    }
    
    ul.step_list li .list_label:before {
        right: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-right-color: #eef3f7;
        border-width: 10px;
        top: 15px;
    }
    
    ul.step_list li .list_label h4 {
        line-height: 20px;
        font-size: 18px;
        margin: 0px 0px 5px;
    }
    
    ul.step_list li .list_label p {
        line-height: 20px;
        font-size: 14px;
        margin: 0;
        font-weight: 400;
    }


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {

    .google_map iframe {
        height: 530px;
        bottom: -7px;
    }

    #sidebar.stick {
        width: 290px;
    }


}


@media only screen and (max-width: 991.98px) {    

    .navbar-toggler {
        padding: 5px 8px;
        background-color: #000000;
        border: 2px solid #ffffff;
        margin: 10px 0px;
    }

    .navbar-toggler span.navbar-icon {
        width: 25px;
        height: 2px;
        display: block;
        padding: 1px;
        margin: 5px 0px;
        background-color: #ffffff;
    }

    .header_area a.navbar-brand {
        position: relative;
        padding: 5px;
        width: 220px;
    }

    #navbarSupportedContent {
        background-color: #ffffff;
        padding: 5px 10px;
        top: 100%;
        left: 0px;
        position: absolute;
        width: 100%;
        z-index: 999;
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.5);
        border-radius: 0px 0px 5px 5px;
    }

    .header_area .navbar ul.navbar-nav li.nav-item + li.nav-item {
        margin-left: 0px;
    }

    .header_area #navbarSupportedContent .navbar-nav a.nav-link {
        color: #333333 !important;
        padding: 5px !important;
        font-size: 16px;
    }

    .header_area .navbar-nav a.nav-link:before {
        display: none;
    }

    #sub_header {
        padding: 5rem 0 7.5rem;
    }

    #sub_header h1.sub_heading,
    .hero-slider .hs-item h2 {
        font-size: 2rem;
    }

    #sub_header h1.sub_heading:after,
    #sub_header h1.sub_heading span:after {
        height: 35px;
    }

    #sub_header h1.sub_heading:before,
    #sub_header h1.sub_heading span:before {
        width: 30px;
    }

    #sub_header h1.sub_heading:before {
        left: -50px;
    }

    #sub_header h1.sub_heading span:before {
        right: -50px;
    }

    #sub_header ul.breadcrumbs {
        bottom: -7.5rem;
    }
    
    .hero-section {
        padding-top: 75px;
    }

    .hero-slider .hs-item span,
    .hero-slider .hs-item p {
        font-size: 1.2rem;
    }

    .ttm-bg {
        height: auto;
    }

    #home_packages .package_row .txt_content .title {
        font-size: 1.5rem;
        border: 3px solid #fff;
    }

    #home_packages .package_row .txt_content p.desc strong,
    #home_packages .package_row .txt_content .duration {
        font-size: 1.2rem;
    }

    #home_packages .package_row .txt_content .person_no {
        font-size: 1rem;
    }

    #about_agency .about_content,
    #about_section,
    #header_bottom .heading_content,
    #testimonial_section,
    #home_enquiry,
    #gallery_section,
    #tour_section,
    #contact_section {
        padding: 50px 0px;
    }

    #tour_section .tour_box:before {
        width: 100%;
        height: 90%;
        bottom: 0;
        box-shadow: 12px 12px 12px -6px rgb(0 0 0 / 40%);
    }

    #tour_section .tour_box .card_img,
    .tourDetail_page #tour_section .tour_box .card_img {
        max-width: 80%;
        margin-left: 0%;
        box-shadow: 0px 12px 12px -6px rgb(0 0 0 / 40%);
    }

    #tour_section .tour_box:nth-child(even):before,
    #tour_section .tour_box:nth-child(even) .card_img {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: 0;
        order: 0;
        box-shadow: 0px 12px 12px -6px rgb(0 0 0 / 40%);
    }

    #tour_section .tour_box .card_content,
    .tourDetail_page #tour_section .tour_box .card_content {
        max-width: 100%;
        text-align: center;
        padding: 20px;
    }

    #tour_section .tour_box .card_content h4.title,
    .tourDetail_page #tour_section .tour_box .card_content h4.title {
        font-size: 1.5rem;
    }

    #tour_section .tour_box .card_content ul {
        margin: 10px 0px 15px;
    }

    .google_map iframe {
        height: 300px;
        bottom: 0px;
    }


}


@media only screen and (min-width: 768px) and (max-width: 991.98px) {

    .hero-slider .hs-item {
        height: 600px;
    }

    #home_packages .package_row [class*="col-"] > a {
        height: 450px;
        display: block;
        width: 100%;
    }

    #home_packages .package_row [class*="col-"] a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    /*#home_silder .slide_content h1.slide_title,*/
    #header_bottom .heading_content h1.page_heading,
    .heading_one {
        font-size: 32px;
        line-height: 32px;
    }

    #howItWork_section .icon_box .icon_image {
        width: 110px;
        height: 110px;
        line-height: 70px;
        padding: 20px;
    }

    /*#home_silder .slide_content h6,*/
    #about_agency .about_content h6,
    /*#home_silder .slide_content h5,*/
    #about_agency .about_content h5,
    #howItWork_section .icon_box h4 {
        font-size: 18px;
    }

    #howItWork_section,
    #about_agency,
    #donate_section,
    #currencyConvertor_section,
    #mobile_section,
    #team_section {
        padding: 70px 0px;
        font-size: 16px;
    }

    #home_packages {
        padding-bottom: 70px;
    }

    #footer .footer_top {
        padding: 60px 0px;
    }

    #footer .footer_bottom ul.social_links li {
        width: 36px;
        margin: 0px 2px;
    }

    .margin_b80 {
        margin-bottom: 60px;
    }

    .btn_one {
        font-size: 16px;
        height: 46px;
        padding: 8px 20px;
    }

}


@media only screen and (min-width: 768px) {

    #team_section .row .teamBox {
        padding: 5px;
    }

}


@media only screen and (max-width: 767.98px) {

    body, p, ul, ul li {
        font-size: 16px;
    }

    .width150 {
        width: auto;
    }

    .header_area a.navbar-brand span {
        font-size: 26px;
    }

    #sub_header h1.sub_heading {
        font-size: 1.5rem;
        line-height: 2.2rem;
    }

    .txt_content p {
        margin-bottom: 0px !important;
    }

    .hero-section {
        padding-bottom: 22px;
    }

    .hero-slider .hs-item {
        height: 450px;
    }

    .hero-slider .slider-nav-warp {
        max-width: 85%;
        margin: -50px auto 0;
    }

    .hero-slider .hs-item h2 {
        font-size: 1.8rem;
    }

    .hero-slider .hs-item span,
    .hero-slider .hs-item p {
        font-size: 1rem;
    }

    #home_packages {
        padding-bottom: 50px;
    }

    #about_section .inner-column,
    #about_section .image-box {
        padding: 0;
    }

    #about_section .image {
        padding: 20px 0px;
    }

    #about_section .image:before {
        right: 0%;
        top: 0%;
        height: 100%;
        width: 100%;
    }

    #about_section .image-box img {
        width: 80%;
        margin: 0 auto;
    }

    #gallery_section .row {
        margin-right: -5px; 
        margin-left: -5px; !important;
    }

    #gallery_section .row [class*="col-"] {
        padding: 5px !important;
    }

    /*#home_silder .slide_content h1.slide_title,*/
    #header_bottom .heading_content h1.page_heading,
    .heading_one {
        font-size: 32px;
        line-height: 32px;
        display: inline-block;
    }

    .margin_b80 {
        margin-bottom: 40px;
    }

    #testimonials_slider .product-item .c_quote {
        padding: 15px;
    }

    #home_enquiry form.enquiry_form .form-group {
        margin-bottom: 15px;
    }

    #footer .footer_top {
        padding: 60px 0px;
    }

    #footer .footer_bottom ul.social_links li {
        width: 36px;
        margin: 0px 2px;
    }

    .loginPage #login_section {
        padding: 80px 0px;
    }

    .margin_b80 {
        margin-bottom: 40px;
    }

    .btn_one {
        font-size: 16px;
        height: 40px;
        padding: 5px 20px;
    }

    #main #faq .card .card-header .faq_link {
        padding: 15px 30px 15px 15px;
        font-size: 1rem;
        line-height: 1.2rem;
    }

    #main #faq .card .card-header .faq_link:after {
        font-size: 14px;
    }
    
    ul.step_list li:before {
    			left: 90px;
    		}
    	
	ul.step_list li time.list_time {
		max-width: 63px;
	}

	ul.step_list li time.list_time span:first-child {
		font-size: 13px;
	}
	
	ul.step_list li time.list_time span:last-child {
		font-size: 14px;
	}
	
	ul.step_list li .list_icon {
		max-width: 40px;
		margin: 0px 10px 0px 7px;
		width: 40px;
		height: 40px;
		line-height: 34px;
		font-size: 18px;
	}
	
	ul.step_list li .list_label {
		max-width: calc(100% - 120px);
		padding: 15px;
	}
	
	ul.step_list li .list_label:before {
		border-width: 7px;
		top: 12px;
	}
	
	ul.step_list li .list_label h4 {
		line-height: 18px;
		font-size: 16px;
	}
	
	ul.step_list li .list_label p {
		line-height: 16px;
		font-size: 12px;
	}

}


@media only screen and (max-width: 575.98px) {

    body, p, ul, ul li {
        font-size: 14px;
    }

    .header_area a.navbar-brand {
        width: 180px;
        position: relative;
        margin: 0px;
    }

    .header_area {
        /*padding: 10px;*/
    }

    .header_area nav.navbar {
        padding: .5rem 0.5rem;
    }

    li.nav-item.getToken {
        margin-right: 20px;
    }

    li.nav-item.getToken:after {
        height: 36px;
        right: -15px;
    }

    #sub_header {
        padding: 8rem 0 6.5rem;
    }

    #sub_header ul.breadcrumbs {
        bottom: -6.5rem;
        padding: 10px 10px;
    }

    #sub_header h1.sub_heading:after,
    #sub_header h1.sub_heading span:after {
        height: 30px;
        left: -10px;
    }

    #sub_header h1.sub_heading:before,
    #sub_header h1.sub_heading span:before {
        width: 25px;
    }

    #sub_header h1.sub_heading:before {
        left: -35px;
    }

    #sub_header h1.sub_heading span:after {
        right: -10px;
        left: auto;
    }

    #sub_header h1.sub_heading span:before {
        right: -35px;
    }
    
    .hero-section {
        padding-top: 60px;
    }

    .hero-slider .hs-item {
        height: 400px;
    }

    .home_img {
        width: 100%;
    }

    /*#home_silder .slide_content h1.slide_title,*/
    #header_bottom .heading_content h1.page_heading,
    .heading_one {
        font-size: 24px;
        margin-bottom: 15px !important;
    }

    #howItWork_section, #about_agency,
    #donate_section,
    #currencyConvertor_section,
    #mobile_section,
    #team_section {
        padding: 40px 0px;
        font-size: 15px;
    }

    #home_packages {
        padding-bottom: 40px;
    }

    .navbar-toggler {
        padding: 3px 5px;
    }
    .navbar-toggler span.navbar-icon {
        width: 20px;
        height: 1.5px;
        margin: 3.5px 0px;
    }

    #footer .footer_top {
        padding: 40px 0px;
    }

    #footer .footer_top .f_logo {
        width: 200px;
    }

    #footer .footer_top h1.heading_one {
        margin-bottom: 16px !important;
        font-size: 21px !important;
    }

    #footer .footer_top .newsletter_form {
        margin: 20px 0px 0px;
    }

    #footer .footer_top .newsletter_form .input-group input.form-control {
        padding: 10px 10px 10px 20px;
    }

    #footer .footer_top .newsletter_form .input-group .input-group-append .input-group-text {
        padding: 3px;
    }

    #footer .footer_top .newsletter_form .input-group .input-group-append .input-group-text .btn_one {
        line-height: 26px;
        padding: 7px 45px 7px 15px;
    }

    #footer .footer_top .newsletter_form .input-group .input-group-append .input-group-text .btn_one i {
        top: 5px;
        right: 5px;
        width: 30px !important;
        height: 30px !important;
        padding: 8px;
    }

    .loginPage #login_section .card {
        padding: 25px;
    }

    .loginPage #login_section .card .form-group {
        margin-bottom: 20px;
    }

    .loginPage #login_section .card .form-control {
        padding: 6px 20px;
        line-height: 24px;
    }

    .loginPage #login_section .card .form-check,
    .loginPage #login_section .card .form-row .form-text {
        text-align: left;
    }

    .loginPage #login_section .card .btn_one {
        margin: 20px 0px;
    }

    .btn_one {
        font-size: 14px;
    }

}

