:root {
  --body-font: 'intervar', sans-serif;
  --heading-font: 'ubuntubold', sans-serif;
  --font-style: 'manropevar', sans-serif;
  --theme-color: #800000;
  --theme-color2: #c18242;
  --theme-bg-light: #F6F6F6;
  --theme-color-light: rgba(0, 152, 255, .1);
  --theme-color-light2: rgba(0, 152, 255, .25);
  --body-text-color: #757F95;
  --color-white: #ffffff;
  --color-dark: #000;
  --color-green: #15D4C9;
  --color-blue: #0049D0;
  --color-skyblue: #00BFFF;
  --color-yellow: #FBA707;
  --color-gray: #ECECEC;
  --color-red: #F05454;
  --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
  --transition: all .5s ease-in-out;
  --transition2: all .3s ease-in-out;
  --border-info-color: rgba(0, 0, 0, 0.08);
  --border-info-color2: rgba(0, 0, 0, 0.05);
  --border-white-color: rgba(255, 255, 255, 0.08);
  --border-white-color2: rgba(255, 255, 255, 0.05);
  --footer-bg: #03204B;
  --footer-text-color: #F5FAFF;
  --bs-white-rgb: 255,255,255;
}

/*====================
3. General css
======================*/

*, *:before, *:after {
  box-sizing: inherit;
}
* {
  scroll-behavior: inherit !important;
}
html, body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: var(--body-font);
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
  color: var(--body-text-color);
  line-height: 1.8;
}
a {
  color:  var(--color-dark);
  display: inline-block;
}
a, a:active, a:focus, a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}
a:hover {
  color: var(--color-blue);
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  color:  var(--color-dark);
  margin: 0px;
  font-weight: 600;
  font-family: var(--heading-font);
  line-height: 1.2;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 20px;
}
p {
  margin: 0px;
}
.img, img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto;
}
label {
  color: #999;
  cursor: pointer;
  font-weight: 400;
}
*::-moz-selection {
  background: #d6b161;
  color: var(--color-white);
  text-shadow: none;
}
::-moz-selection {
  background: #555;
  color: var(--color-white);
  text-shadow: none;
}
::selection {
  background: #555;
  color: var(--color-white);
  text-shadow: none;
}
*::-moz-placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}
*::placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}

/*-------------  breadcrumb  ------------------*/
.section-top {
    text-align: inherit;
    background: url(../../images/images/others/br.png);
    padding: 80px 70px;
    background-size: cover;
    background-repeat: no-repeat;
}
.about_title, .product_title, .gallery_title, .contact_title, .services_title {
    color: #fff;
    font-size: 30px;
    font-family: var(--heading-font);
    text-transform: uppercase;
    font-weight: 900;
}

/*----------------  header_top  ---------------*/

.navigation-area {
    background: unset;
    padding: 15px 0;
}
.header-top {
    background: var(--theme-color);
    display: none;
}
.phone {
    color: #ffffff;
    font-size: 16px;
    font-family: var(--title-font);
    font-weight: 400;
}
.header-top i.fa {
    color: #ffffff;
    margin-right: 15px;
}
.mail {
    color: #ffffff;
    font-size: 16px;
    font-family: var(--title-font);
    font-weight: 400;
}
.top-bar {
    padding: 8px 0;
}
.nav.navbar-nav li {
    display: inline-block;
    margin-right: 0px;
    padding: 26px 0px;
}
.nav.navbar-nav li a {
    color: var(--thm-black) !important;
    font-family: var(--body-font);
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 10px;
}
.navbar-nav li.active a, .navbar-nav li:hover a {
    color: var(--theme-color) !important;
    background: unset;
}
.dropdown_menu li a {
    padding: 15px !important;
}
.dropdown_menu {
    background-color: #f4f4f4;
    width: 250px;
}
.dropdown_menu li a:hover {
    background: var(--thm-base);
    color: var(--color-white) !important;
    border-bottom: 1px solid;
}
.dropdown_menu li {
    border-bottom: 1px solid var(--thm-base);
    padding: 0 !important;
}
.bg-overlay:after {
    opacity: 0;
}
#home-slider .teashop-btn {
    display: none;
}
.navbar-header h1 img {
    width: 450px;
    height: 100px;
}
#home-slider .container{
    display: none;
}
.ScrollToTop a {
    border: 1px solid var(--theme-color);
    color: var(--theme-color2);
}
.ScrollToTop a:hover {
    background: var(--thm-base);
}
.qc-social-list .qc-social .social:hover {
    background: var(--theme-color2);
}
.qc-social-list .qc-social .social:hover i {
    color: var(--color-white);
}
.dropdown_menu li a {
    padding: 10px !important;
    font-size: 16px !important;
}
.nav.navbar-nav li:last-child {
    border-bottom: none;
}

/*=================================================  start  ========================================================*/
.space, .space-bottom {
    padding-bottom: var(--section-space);
}
.space, .space-top {
    padding-top: var(--section-space);
}
.position-relative {
    position: relative!important;
}
.overflow-hidden {
    overflow: hidden!important;
}

/*-=-=-=-=-=-  title  -=-=-=-=-=-=-*/

/*====================
11. Site title css
======================*/

.site-heading {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.site-title-tagline {
  display: inline-block;
  color: var(--color-white);
  font-weight: 500;
  text-transform: capitalize;
  font-size: 18px;
  background: var(--theme-color);
  border-radius: 50px;
  padding: 2px 15px 2px 15px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.site-title-tagline::before{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: var(--theme-color2);
  border-radius: 0 50px 50px 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%);
  z-index: -1;
}

.site-title-tagline.light{
  background: var(--color-white);
}
.site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 46px;
    color: var(--color-dark);
    margin-bottom: 0;
    font-family: var(--heading-font);
}
.site-title span{
  color: var(--theme-color2);
}
.site-heading p {
  margin-top: 15px;
}
.heading-divider {
  display: inline-block;
  position: relative;
  border-bottom: 4px solid var(--theme-color);
  width: 90px;
  height: 4px;
  border-radius: 50px;
}
.heading-divider:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  height: 6px;
  width: 15px;
  border-radius: 0px;
  background-color: var(--color-white);
  -webkit-animation: heading-move 5s infinite linear;
  animation: heading-move 5s infinite linear;
}
@-webkit-keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(75px);
  }
  100% {
    transform: translateX(-1px);
  }
}
@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(75px);
  }
  100% {
    transform: translateX(-1px);
  }
}
/*====================
5. Margin & padding
======================*/
.mt-lg-5 {
    margin-top: 5rem!important;
}
.px-0 {
    padding-right: 0!important;
    padding-left: 0!important;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-110 {
  padding-top: 110px;
}
.pt-120 {
  padding-top: 120px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pb-120 {
  padding-bottom: 120px;
}
.py-80 {
  padding: 80px 0;
}
.py-90 {
  padding: 90px 0;
}
.py-100 {
  padding: 100px 0;
}
.py-110 {
  padding: 110px 0;
}
.py-120 {
  padding: 120px 0;
}
.mt-0 {
  margin-top: 0px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-120 {
  margin-top: 120px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mb-120 {
  margin-bottom: 120px;
}
.my-80 {
  margin: 80px 0;
}
.my-90 {
  margin: 90px 0;
}
.my-100 {
  margin: 100px 0;
}
.my-110 {
  margin: 110px 0;
}
.my-120 {
  margin: 120px 0;
}

/*====================
12. Theme button
======================*/

.theme-btn,
.theme-btn2 {
  font-size: 16px;
  color: var(--color-white);
  padding: 10px 20px;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  border-radius: 18px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  border: none;
  background: var(--theme-color);
  box-shadow: var(--box-shadow);
  z-index: 1;
}

.theme-btn::before,
.theme-btn2::before {
  content: "";
  height: 300px;
  width: 300px;
  background: var(--color-dark);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.theme-btn:hover{
  color: var(--color-white);
}

.theme-btn:hover::before,
.theme-btn2:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.theme-btn i,
.theme-btn2 i{
  margin-left: 8px;
  transform: rotate(-40deg);
  transition: var(--transition2);
}

.theme-btn:hover i,
.theme-btn2:hover i{
  transform: rotate(0deg);
}

.theme-btn span,
.theme-btn2 span {
  margin-right: 5px;
}

.theme-btn2{
  background: var(--theme-color2);
  color: var(--color-white);
}

.theme-btn2::before {
  background: var(--color-dark);
}

.theme-btn2:hover{
  color: var(--color-white);
}

/*----------------------------------------------  home_welcome  ----------------------------------------------------*/

/* ===================
22. About css 
====================== */

.about-left{
  position: relative;
  margin-right: 20px;
}
.about-img .img-1{
  margin-top: -8%;
  border-radius: 70px 70px 0px 70px;
}
.about-img .shape {
    border-radius: 0;
    position: absolute;
    left: 0;
    bottom: -60%;
    width: 100%;
}
.about-img .img-2{
  margin-bottom: -8%;
  border-radius: 0px 70px 70px 70px;
}
.about-right {
  position: relative;
  display: block;
}
.about-experience{
  background: var(--theme-color);
  padding: 14px 25px;
  border-radius: 100px 100px 100px 0;
  text-align: center;
  width: 150px;
  height: 150px;
  position: relative;
  margin-bottom: 25px;
}
.about-experience::before{
  content: "";
  position: absolute;
  inset: 5px;
  border: 2px dashed var(--color-white);
  border-radius: 100px 100px 100px 0;
}
.about-experience h5{
  color: var(--color-white);
  font-size: 40px;
  margin-top: 15px;
}
.about-experience p{
  color: var(--color-white);
  font-weight: 600;
  line-height: 1.2;
}
.about-content {
    background: var(--theme-color-light);
    border-radius: 30px;
    padding: 25px;
    margin-top: 25px;
    margin-bottom: 35px;
}
.about-item{
  display: flex;
  gap: 12px;
}
.about-item .icon{
  width: 75px;
  height: 75px;
  line-height: 70px;
  text-align: center;
  background: var(--theme-color);
  border-radius: 50px;
}
.about-item .icon img{
  width: 45px;
  filter: brightness(0) invert(1);
}
.about-item .content{
  flex: 1;
}
.about-item .content h6 {
    color: var(--color-dark);
    margin-bottom: 5px;
    font-family: var(--body-font);
    font-weight: 700;
}
.about-text{
  color: var(--body-text-color);
}

@media all and (max-width: 991px) {
  .about-left{
    margin-top: 150px;
  }
  .about-right {
    margin-top: 180px;
  }
}
@media all and (max-width: 767px) {
  .about-title {
    font-size: 30px;
  }
  .about-left{
    margin-top: 0px;
    margin-right: 0px;
  }
  .about-img .img-1{
    margin-top: 0;
  }
  .about-right {
    margin-top: 100px;
  }
}

/*-----------------------------------------------------  home_video  -------------------------------------------------*/

/* ===================
38. Video css 
====================== */

.video-area {
    position: relative;
    width: 100%;
}
.video-content {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 500px;
  border-radius: 0px;
}
.video-content::before {
  content: "";
  position: absolute;
  background: var(--theme-color-light2);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0px;
}
.video-content .play-btn {
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 991px) {
  .video-content {
    position: relative;
    width: 100%;
    height: 350px;
  }
}
/*===================
10. Play btn
=====================*/

.play-btn {
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  line-height: 75px;
  font-size: 20px;
  text-align: center;
  background: var(--theme-color);
  color: var(--color-white) !important;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

.play-btn i::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--theme-color);
  border-radius: 50px;
  animation: ripple-wave 1s linear infinite;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

@keyframes ripple-wave {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

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

/*-----------------------------------------------------  home_feature  -------------------------------------------------*/

/*====================
24. Feature css 
======================*/

.feature-area{
  position: relative;
}
.feature-negative{
  margin-top: -120px;
  z-index: 1;
}
.feature-item{
  display: flex;
  gap: 20px;
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  border-radius: 0px 40px 40px 40px;
  padding: 20px;
  position: relative;
  transition: var(--transition);
}
.feature-item:hover{
  transform: translateY(-10px);
}
.feature-item::before{
  content: "";
  position: absolute;
  left: 100px;
  right: 100px;
  bottom: 0;
  border-bottom: 3px solid var(--theme-color);
  border-radius: 50px;
}
.feature-item .count{
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 45px;
  line-height: 35px;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 2px var(--theme-color);
}
.feature-icon{
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 75px;
  text-align: center;
  background: var(--theme-color2);
  border-radius: 0 50px 50px 50px;
  margin-bottom: 18px;
  z-index: 1;
}
.feature-icon::before{
  content: "";
  position: absolute;
  inset: -5px;
  border: 2px dashed var(--theme-color2);
  border-radius: 0 50px 50px 50px;
}
.feature-icon img{
  width: 50px;
  filter: brightness(0) invert(1);
}
.feature-content{
  flex: 1;
}
.feature-content h4{
  color: var(--color-dark);
}
.feature-content p{
  color: var(--color-dark);
  margin-top: 10px;
}
@media all and (max-width: 991px){
  .feature-negative{
    margin-top: -70px;
  }
}


/*------------------------------------------------------  home_service  ----------------------------------------------------*/

/* ===================
25. Visa css 
====================== */

.visa-area{
  position: relative;
}
.visa-item {
    position: relative;
    padding: 20px;
    background: var(--color-white);
    box-shadow: var(--box-shadow);
    border-radius: 0 70px 70px 70px;
    margin: 15px 0;
}
.visa-item .count{
  position: absolute;
  top: 90px;
  left: 20px;
  font-weight: 800;
  font-size: 70px;
  font-family: var(--heading-font);
  color: transparent;
  -webkit-text-stroke: 1px var(--theme-color2);
  opacity: .2;
}
.visa-icon{
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 0 50px 50px 50px;
  background: var(--theme-color);
  margin-bottom: 30px;
  box-shadow: 8px 8px 0 var(--theme-color-light);
  transition: var(--transition);
  position: relative;
}
.visa-item:hover .visa-icon{
  box-shadow: 0px 0px 0 var(--theme-color-light);
}
.visa-icon img{
  width: 50px;
  filter: brightness(0) invert(1);
}
.visa-content{
  display: flex;
  gap: 20px;
}
.visa-info{
  flex: 1;
}
.visa-content h4 a{
  color: var(--color-dark);
}
.visa-content h4 a:hover{
  color: var(--theme-color);
}
.visa-content p{
  color: var(--body-text-color);
  margin-top: 5px;
  margin-bottom: 10px;
}
.visa-content .theme-btn{
  padding: 3px 15px;
}
.visa-img{
  margin-top: 25px;
  overflow: hidden;
  border-radius: 0 50px 50px 50px;
}
.visa-img img{
  border-radius: 0 50px 50px 50px;
}
.visa-item:hover .visa-img img{
  transform: scale(1.1);
}

/*---------------------------------------------------  home_counter  ------------------------------------------------*/

/* ===================
36. Counter css 
====================== */

.counter-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.counter-wrap{
  background: var(--theme-color);
  padding: 40px 0;
}
.counter-wrap .shape{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  width: 80%;
  opacity: .15;
}
.counter-box {
  display: flex;
  gap: 12px;
  position: relative;
  padding: 15px 10px 15px 15px;
  border-radius: 50px 50px 50px 0;
  background: var(--color-white);
  border: 2px solid var(--border-white-color);
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  z-index: 1;
}
.counter-box .icon {
  width: 80px;
  height: 80px;
  line-height: 70px;
  font-size: 35px;
  border-radius: 50px 50px 50px 0;
  text-align: center;
  color: var(--color-white);
  background: var(--theme-color2);
}
.counter-box .icon img{
  width: 50px;
  filter: brightness(0) invert(1);
}
.counter-box .info{
  display: flex;
  gap: 2px;
}
.counter-box .counter {
    display: block;
    line-height: 1;
    color: var(--theme-color);
    font-size: 50px;
    font-weight: 900;
    -webkit-text-stroke-width: thin;
    -webkit-text-fill-color: #00366300;
}
.counter-box .unit{
  font-size: 25px;
  color: var(--color-dark);
  font-weight: 500;
  line-height: 1;
  margin: 3px 0 0 3px;
}
.counter-box .title {
  color: var(--color-dark);
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

/*-------------------------------------------------  home_whychoose  -------------------------------------------------*/

/* ===================
41. Choose css 
====================== */

.choose-area{
  position: relative;
}
.choose-content{
  margin-top: 30px;
}
.choose-item {
    background: var(--color-white);
    border-radius: 0 50px 50px 50px;
    padding: 25px 10px 25px 25px;
    position: relative;
    margin-bottom: 25px;
    box-shadow: var(--box-shadow);
}
.choose-item .count{
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 45px;
  line-height: 35px;
  font-weight: 700;
  font-family: var(--heading-font);
  color: transparent;
  -webkit-text-stroke: 2px var(--theme-color);
}
.choose-item:last-child{
  margin-bottom: 0;
}
.choose-item-icon{
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 73px;
  background: var(--theme-color);
  text-align: center;
  border-radius: 0 50px 50px 50px;
  margin-bottom: 15px;
  box-shadow: 5px 5px 0 var(--theme-color-light);
}
.choose-item-icon img{
  width: 50px;
  filter: brightness(0) invert(1);
}
.choose-item-info{
  flex: 1;
}
.choose-item-info h4{
  color: var(--color-dark);
  margin-bottom: 8px;
  font-weight: 600;
}
.choose-item-info p{
  color: var(--body-text-color);
}
.choose-img{
  position: relative;
  margin-top: 25px;
}
.choose-img::before{
  content: "";
  position: absolute;
  inset: 10px;
  border: 8px double var(--color-white);
  border-radius: 150px 150px 150px 0;
}
.choose-img img{
  border-radius: 150px 150px 150px 0;
}
#homewhychoosesec-id .choose-item {
    margin-top: 30px;
}
/*---------------------------------------------------  home_country  ------------------------------------------------*/

/* ===================
27. Country css 
====================== */

.country-bg{
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 500px;
}
.country-bg::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color-dark);
  opacity: .75;
}
.country-wrap{
  position: relative;
  background: var(--color-white);
  border-radius: 60px;
  padding: 30px;
}
.country-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: var(--theme-color-light);
    border-radius: 40px;
    padding: 15px 16px;
    margin: 15px 0;
}
.country-img{
  width: 100px;
}
.country-item:hover .country-img img{
  transform: rotate(360deg);
}
.country-content{
  flex: 1;
}
.country-content h4 {
    color: var(--color-dark);
    font-size: 25px;
}
.country-content h4 a:hover{
  color: var(--theme-color);
}
.country-content p{
  margin: 5px 0 7px 0;
}
.country-item .theme-btn{
  padding: 4px 12px;
}
.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;
}
/*---------------------------------------------------  home_process  -----------------------------------------------------*/

/* ===================
29. Process css 
====================== */

.process-item {
    padding: 10px;
    text-align: center;
    position: relative;
}
.process-item .count{
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  font-family: var(--heading-font);
  color: transparent;
  -webkit-text-stroke: 1px var(--theme-color);
  opacity: .4;
}
.process-icon{
  width: 100px;
  height: 100px;
  line-height: 95px;
  background: var(--theme-color);
  border-radius: 50%;
  margin: 0 auto 25px auto;
  position: relative;
}
.process-icon::before{
  content: "";
  position: absolute;
  inset: -10px;
  border: 2px dashed var(--theme-color);
  border-radius: 50%;
}
.process-icon img{
  width: 60px;
  filter: brightness(0) invert(1);
}
.process-content h4{
  color: var(--color-dark);
  margin-bottom: 8px;
}

/*---------------------------------------------------  home_form  --------------------------------------------------------*/

/*====================
39. Quote css 
======================*/

.quote-bg{
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 540px;
  width: 100%;
  padding-top: 150px;
  z-index: 1;
}
.quote-bg::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 70%;
  height: 100%;
  background: var(--theme-color);
  opacity: .5;
  z-index: -1;
}
.quote-form {
    background: var(--color-white);
    padding: 35px;
    box-shadow: var(--box-shadow);
    position: relative;
    border-radius: 50px;
    margin-top: 90px;
    z-index: 1;
}
.quote-header{
  border-bottom: 1px solid var(--border-info-color);
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.quote-header p{
  margin-top: 8px;
}
.quote-img{
  position: relative;
  z-index: 1;
}
.quote-img img{
  border-radius: 20px;
  width: 100%;
}
.ms-auto {
    margin-left: auto!important;
}
#homeformsec-id .row {
    display: flex;
    flex-wrap: wrap;
}
#homegallerysec-id .visa-area.py-100 {
    padding: 0 0 10px 0;
}



.input_field .theme-btn::before, .input_field .theme-btn2::before {
    width: 100%;
    border-radius: 0%;
}
/*---------------------------------------------------  home_gallery  -----------------------------------------------------*/

.gallery-item {
    margin: 10px;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.gallery-item img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-item a {
  position: relative;
  display: block;
}
.gallery-item a:after, .gallery-item a:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'FontAwesome';
  color: #ffffff;
  font-size: 42px;
  content: "\f067";
}
.gallery-item a:after {
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 10px;
    height: auto;
    width: auto;
    background: var(--theme-color);
}
.gallery-item a:hover:after, .gallery-item a:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.gallery-item a:hover:after {
  opacity: 0.9;
}
.gallery-item:hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  border-radius: 10px;
}
.featurs-navigation {
    display: none;
}
.gall-content {
    display: none;
}

/*======================================================  about_pg  ======================================================*/

/*** 

====================================================================
        About Section
====================================================================

***/
.about-section {
  position: relative;
  padding: 120px 0 70px;
}

.about-section .content-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.about-section .content-column .inner-column {
  position: relative;
}
.about-section .content-column .sec-title {
  margin-bottom: 25px;
}
.about-section .content-column .sec-title h4 {
  color: var(--theme-color2);
  font-weight: 500;
  margin-top: 35px;
}
.about-section .content-column .sec-title .text {
  margin-top: 35px;
}
.about-section .content-column .text-block .inner {
    padding-top: 10px;
    margin-bottom: 30px;
}

/* About Block */
.about-block {
    position: relative;
    margin-bottom: 35px;
    margin-top: 15px;
}
@media only screen and (max-width: 1023px) {
  .about-block {
    margin-bottom: 20px;
  }
}
.about-block .inner {
    position: relative;
    padding: 10px 0;
    padding-left: 90px;
    min-height: 68px;
}
.about-block .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 40px;
    color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    line-height: 80px;
}
.about-block:hover .icon {
  color: var(--theme-color1);
  -webkit-transform: rotateY(-190deg);
          transform: rotateY(-190deg);
}
.about-block .title {
  position: relative;
  margin-bottom: 0;
}
.about-section .image-column {
    position: relative;
    margin-bottom: 35px;
    margin-top: 80px;
}
.about-section .image-column .inner-column {
  position: relative;
}
.about-section .image-column .inner-column .row {
  margin: 0 -15px;
}
.about-section .image-column .inner-column .row > div {
  padding: 0 15px;
}
.about-section .image-column .image-box {
  position: relative;
}
.about-section .image-column .map {
  position: absolute;
  left: -40px;
  top: -12px;
  right: -15px;
}
@media only screen and (max-width: 1023px) {
  .about-section .image-column .map {
    left: 20px;
  }
}
.about-section .image-column .image-1 {
  position: relative;
  max-height: 270px;
  max-width: 270px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 30px;
}
.about-section .image-column .image-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-section .image-column .image-2 {
  margin-bottom: 0;
}
.about-section .image-column .image-2 img {
  width: 100%;
}
.about-section .image-column .image-3 {
  margin-bottom: 0;
}
.about-section .image-column .image-3 img {
  width: 100%;
}

.about-section .experience {
    position: absolute;
    right: -95px;
    bottom: 50px;
    min-width: 290px;
    background: var(--theme-color);
    border: 10px solid #fff;
    -webkit-box-shadow: 0 15px 60px rgb(68 67 67 / 8%);
    box-shadow: 0 15px 60px rgb(68 67 67 / 8%);
    border-radius: 5px;
}
@media only screen and (max-width: 1439px) {
  .about-section .experience {
    right: auto;
    left: -100px;
    bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-section .experience {
    position: relative;
    left: 0;
    bottom: 0;
    -webkit-animation: none;
            animation: none;
    margin-top: 30px;
  }
}
.about-section .experience .inner {
  position: relative;
  min-height: 100px;
  padding-right: 100px;
  padding-top: 10px;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-section .experience .icon {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 70px;
    width: 70px;
    background-color: var(--theme-color2);
    font-size: 28px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
}
.about-section .experience .text {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #c5e2ff;
  font-weight: 400;
}
.about-section .experience strong {
  position: relative;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  display: block;
  margin-bottom: 2px;
}
.overlay-anim:after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}
.overlay-anim:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

/*=====================================================  MICE_pg  =====================================================*/

.pro_title {
    color: var(--theme-color);
    font-size: 25px;
    margin: 0 0 10px 0;
    font-weight: 600;
    font-family: var(--heading-font);
    line-height: 1.2;
}
.globalservpg-cont h3 {
    margin: 10px 0 10px 0;
    font-size: 25px;
}
.globalservpg-cont li {
    padding: 3px;
}

/*===================================================  transport_page  ===================================================*/

/*** 

====================================================================
    Why Choose Us Two
====================================================================

***/
.why-choose-us-two {
  position: relative;
  padding: 100px 0;
  background-color: var(--bg-theme-color4);
}
.why-choose-us-two .bg-image {
  max-width: 670px;
}
@media only screen and (max-width: 1199px) {
  .why-choose-us-two .bg-image {
    display: none;
  }
}
.why-choose-us-two .title-column .inner-column {
    position: relative;
    height: 100%;
    /* background-image: url(https://html.kodesolution.com/2023/immigro-html/images/icons/shape-6.jpg); */
    background-color: #c39f79;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 45px 60px 60px;
    border-radius: 5px 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .why-choose-us-two .title-column .inner-column {
    padding: 30px 30px 30px;
  }
}
.why-choose-us-two .title-column .sec-title {
    margin-bottom: 15px;
}
.why-choose-us-two .title-column .sec-title h2:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .why-choose-us-two .title-column .sec-title {
    margin-bottom: 30px;
  }
}
.why-choose-us-two .content-column .row {
  height: 100%;
}

.feature-block-three .inner-box {
    position: relative;
    padding: 45px 40px 40px;
    background-color: #fff;
    overflow: hidden;
    height: 100%;
    -webkit-box-shadow: 0 10px 60px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 60px rgb(0 0 0 / 10%);
}
@media only screen and (max-width: 599px) {
  .feature-block-three .inner-box {
    padding: 40px 30px 30px;
  }
}
.feature-block-three .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  background-color: var(--bg-theme-color2);
  background-image: url(../images/icons/shape-1.png);
  background-repeat: no-repeat;
  background-position: center left;
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-three .inner-box:hover .icon {
  -webkit-transform: scale(-1) rotate(180deg);
          transform: scale(-1) rotate(180deg);
}
.feature-block-three .inner-box:hover .title {
  color: var(--theme-color3);
}
.feature-block-three .icon {
    width: 70px;
    height: 70px;
    position: absolute;
    right: 40px;
    top: 20px;
    color: var(--color-white);
    font-size: 28px;
    line-height: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
    z-index: 2;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    justify-content: center;
}
@media only screen and (max-width: 599px) {
  .feature-block-three .icon {
    right: 30px;
    top: 30px;
  }
}
.feature-block-three .bg-icon {
  position: absolute;
  right: -25px;
  bottom: -25px;
  color: #ebeef5;
  font-size: 134px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.feature-block-three .title {
  position: relative;
  margin-bottom: 25px;
}
.feature-block-three .text {
  position: relative;
  font-size: 15px;
  line-height: 26px;
  color: #6a6f78;
  margin-bottom: 0;
}
.feature-block-three {
    padding: 0;
}
.bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.title-column {
    padding: 0;
}
.transservpg-p {
    color: #fff;
}
/*===================================================  contact_page  =====================================================*/

.contact-form {
    margin: 0px 0 40px 0;
    text-align: center;
    text-transform: uppercase;
    padding: 30px 0 0px 0;
}
.contact-form h4 {
    font-family: var(--font-head);
    font-size: 28px;
    font-weight: bold;
}

.icon:before {
    content: "";
    position: absolute;
    inset: 5px;
    border: 2px dashed var(--color-white);
    border-radius: 50px;
}
.icon {
    font-size: 35px;
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50px;
    background: var(--theme-color);
    position: relative;
}
.souqdisplay {
    display: flex;
    gap: 20px;
}
.ccont2 {
    display: flex;
    gap: 20px;
    align-items: center;
}
.contact-one_info-list li {
    margin: 20px 0;
}
.souqdisplay span {
    color: var(--theme-color2);
    font-size: 20px;
}


/*-----  footer  -------*/

.footer-content .quicklinks li a:hover {
    color: var(--theme-color2) !important;
}
.sunfootcc-h4.heading4 {
    text-transform: uppercase;
    margin-bottom: 10px;
    color: var(--theme-color2);
}
#qcfooter-block:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: overlay;
    opacity: 0.2;
    background: url(../../images/images/others/footbg.png);
}
#qcfooter-block h3 {
    font-size: 18px;
    font-family: var(--thm-b-font);
    text-transform: uppercase;
    font-weight: 800;
    border-bottom: 2px solid #ddd;
    width: 140px;
    color: var(--color-white);
    margin: 0 0 20px 0;
}
.block-1 h3 {
    display: none;
}
.footer-content i {
    color: var(--theme-color2);
}
/*QC FOOTER STYLE START*/
#qcfooter-block {
    padding: 40px 0px 20px 0;
    color: #fff;
    background: #000000ed;
    position: relative;
}
.footer-content {margin: 5px 0px;}
.footer-content .qc-brand {
    height: auto;
    display: block;
    margin: 10px 0;
    background: #fff;
    padding: 7px;
    border-radius: 20px;
}
.footer-content .qc-brand img {height: 100%;}
.footer-content p {
    font-size: 16px !important;
    line-height: 2;
    text-align: inherit;
    margin: 0;
}
.footer-content .quicklinks {margin: 0; padding: 0;}
.footer-content .quicklinks li {list-style: none; display: block;}
.footer-content .quicklinks li a:hover {
    color: var(--thm-text);
}
.footer-content .quicklinks li a {
    padding: 5px 0px;
    display: block;
    color: #fff;
    font-family: var(--heading-font);
    font-size: 16px;
    text-transform: uppercase;
}
.footer-content .quicklinks li i {margin-right: 5px;}
.footer-content .social-links .qc-social-list {margin: 10px 0px; padding: 0; color: #ddd; font-size: 15px;}
.footer-content .social-links .qc-social-list li {display: inline-block; margin-right: 10px;}
.qc-social-list .qc-social .social {width: 40px;height: 40px;background: #fff;border-radius: 50%;line-height: 40px;text-align: center;display: block;font-size: 16px;color: #009688;}
.footer-content .mobile-apps {display: flex; padding: 10px 0px;}
.footer-content .mobile-apps .mobApp {padding-right: 5px;}
#qcfooter-copyrights {
    padding: 10px 0;
    border-top: 1px solid #ddd;
    background: var(--theme-color);
    text-align: center;
}
#qcfooter-copyrights .copyright {font-size: 14px; color: #fff;}
#qcfooter-copyrights .developer {color: #fff; text-decoration: underline;}

/*QC FOOTER STYLE END*/

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-  responsive  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


@media (max-width: 767px){
#sticky-wrapper {
    height: unset !important;
}



.navbar-collapse.collapse.in {
    max-height: 200px;
}

.top-bar.text-right {
    text-align: center;
}

.single-slide-item {
    padding: 67px 0;
}

.counter-box.mt-lg-5 {
    margin-bottom: 30px;
}

.nav.navbar-nav li {
    display: block;
}

.navigation-area {
    position: relative;
}
.pro-content img {
    width: 100% !important;
    margin: 10px 0;
}
.feature-block-three .icon {
    right: 30px;
    top: 30px;
}
.navigation-area {
    padding: 0px 0;
}
.globabflexro {
    display: flex;
}
.about-img .shape {
    left: 10px;
    bottom: 0%;
    width: 90%;
}
.about-item {
    margin: 10px 0;
}
.site-title {
    font-size: 40px;
}
.section-top {
    padding: 30px 30px;
    background-repeat: no-repeat;
}
.header-top span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-top span:after {
    display: none;
}
.navbar-header h1 {
    margin: 10px 0;
}
.navbar-toggle.collapsed {
    margin-top: 32px;
}
.shop-cart-box {
    padding: 0 30px;
}
#home-slider {
    margin: 20px 0;
}
.py-100 {
    padding: 60px 0;
}
.about-section {
    position: relative;
    padding: 60px 0 20px;
}
.nav.navbar-nav li {
    padding: 0px 0 0 0;
    border-bottom: 1px solid var(--border-info-color2);
}
.navbar-header h1 img {
    width: 100%;
    height: auto;
    margin: 0px;
}
.ccont2 {
    gap: 10px;
}
.souqdisplay {
    gap: 10px;
}



}
.contact-one_info-list .icon {
    font-size: 18px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    background: var(--theme-color);
    position: relative;
}
.qc-call-now-button {
    display: block !important;
    bottom: 140px !important;
    left: 5px !important;
}
.qc-call-now-button p{
    display: none !important;
}
.df {
    display: flex;
}






/*------------------------------------- Disktop 1400----------------------------------------------------------*/
@media (min-width:1400px) and (max-width:1500px) {
    .single-slide-item {
        padding: 260px 0 !important;
    }
}
/*------------------------------------- Disktop 1500----------------------------------------------------------*/
@media (min-width:1500px) and (max-width:1600px) {
    .single-slide-item {
        padding: 280px 0 !important;
    }
}
/*------------------------------------- Disktop 1600----------------------------------------------------------*/
@media (min-width:1600px) and (max-width:1700px) {
    .single-slide-item {
        padding: 300px 0 !important;
    }
}
/*------------------------------------- Disktop 1700----------------------------------------------------------*/
@media (min-width:1700px) and (max-width:1800px) {
    .single-slide-item {
        padding: 320px 0 !important;
    }
}
/*------------------------------------- Disktop 1800----------------------------------------------------------*/
@media (min-width:1800px) and (max-width:1900px) {
    .single-slide-item {
        padding: 340px 0 !important;
    }
    .container {
    width: 1420px !important;
}
}
/*------------------------------------- Disktop 1900----------------------------------------------------------*/
@media (min-width:1900px) and (max-width:2000px) {
    .single-slide-item {
        padding: 360px 0 !important;
    }
    .container {
    width: 1450px !important;
}
}



