/**
* Template Name: Logis
* Updated: Jul 27 2023 with Bootstrap v5.3.1
* Template URL: https://bootstrapmade.com/logis-bootstrap-logistics-website-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
# Learn more about CSS variables at https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
--------------------------------------------------------------*/
/* Fonts */
:root {
  --font-default: "gothamregular", system-ui, -apple-system, "Arial Regular", sans-serif, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "gothamregular", sans-serif, "Arial Regular", sans-serif;
  --font-secondary: "gothamlight", sans-serif, "Arial Regular", sans-serif;
}

/* Colors */
:root {
  --color-default: #231f20;
  --color-primary: #f05a22;
  --color-secondary: #0e1d34;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
}
body {
  background-color: #eee;
  color: #3C4858;
  font-weight: 300;
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: #ffc107;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

.button-hoder {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.btn-primary {
	background-color: #f05a22;
}
.btn {
	border-color: #f05a22;
	/*padding: 15px 30px;*/
}
.btn:hover, .btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
	background-color: #ffcb05;
	border-color: #ffcb05;
}
.btn:focus-visible {
  background-color: #ffcb05;
  border-color: #ffcb05;
  outline: 0;
  box-shadow: rgba(255, 242, 0, 0.5) 0px 0px 0px 4px;
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 80px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #f58220;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #f05a22;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-header span {
  position: absolute;
  top: 46px;
  color: rgba(14, 29, 52, 0.06);
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 56px;
  text-transform: uppercase;
  line-height: 0;
}

.section-header p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 640px) {
  .section-header h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-header span {
    font-size: 38px;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs .page-header {
  padding: 140px 0 80px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumbs .page-header:before {
  content: "";
  background-color: rgba(14, 29, 52, 0.8);
  position: absolute;
  inset: 0;
}

.breadcrumbs .page-header h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-secondary);
}

.breadcrumbs .page-header p {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumbs nav {
  background-color: #f3f6fc;
  padding: 20px 0;
}

.breadcrumbs nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-secondary);
}

.breadcrumbs nav ol a {
  color: var(--color-primary);
  transition: 0.3s;
}

.breadcrumbs nav ol a:hover {
  text-decoration: underline;
}

.breadcrumbs nav ol li+li {
  padding-left: 10px;
}

.breadcrumbs nav ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4278cc;
  content: "/";
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 30px;
  bottom: 120px;
  z-index: 99999;
  background: #f05a22;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: rgba(255, 242, 0, 0.8);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  animation-delay: -0.5s;
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.top-bar {
  padding: 6px 0;
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 997;
}
.top-bar-link {
  font-size: 15px;
}

.top-bar-link a {
  display:inline-flex;
  color:#f05a22;
  font-size: 15px;
}
.top-bar-link a:hover {
  color: #fff200;
}
.top-bar-link a i {
  margin-right: 5px;
}

.help-icon a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0;
	color: #ed1c24;
	background-color: #fffddf;
	padding: 0;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}
.help-icon a:hover {
  color:#f05a22;
}
.help-icon a i {
  margin-right: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  background-color: white;
  border-top: 1px solid gray;
}

.header.sticked {
  top: 0px !important;
  /* background: rgba(240, 90, 34, 0.9); */
  background:#fff;
  box-shadow: 0px 2px 20px rgba(14, 29, 52, 0.1);
  border-top: none !important;
}

.header .logo img {
  max-height: 60px;
  margin-right: 6px;
  transition: all 0.3s ease-in-out;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: #fff;
  font-family: var(--font-primary);
}

.header.fixed-top {
  top: 40px;
}
/* .header.sticked img {
  opacity: 0;
  visibility: hidden;
} */
.header.sticked img.sticke-logo {
  opacity: 1;
  visibility: visible;
}
.header .logo {
  position: relative;
}
.header img.sticke-logo {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.introduce-text {
  display: flex;
  position: relative;
  right: -10px;
}
.introduce-text .vertical-line::before {
  content: "";
	display: flex;
  border: 1px solid #ed1c24;
  width: 1px;
  height: 60px;
}
.introduce-text p {
  font-size: 15px;
  color: #000;
  display: flex;
  align-items: center;
  margin: 0;
}
.sticked .introduce-text p {
  color: #ed1c24;
}
.vertical-line {
  margin-right: 10px;
}
@media (max-width: 1399px) {
	.introduce-text {
		right: -10px;
	}
}

@media (max-width: 640px) {

  .top-bar-link a {
    display:inline-flex;
    color:#f05a22;
    font-size: 15px;
  }
  .header.sticked {
    top: 0px !important;
    border-top: none !important;
  }
  .header .logo {
    flex-direction: column;
  }
  .introduce-text {
    position: absolute;
    right: 0;
    top: 80px;
   display:none;
  }
  .header .logo img {
    max-height: 40px;
  }
  .introduce-text {
      right: auto;
      left: 0;
  }
  .introduce-text .vertical-line::before {
    width: 100px;
    height: 1px;
    position: absolute;
    top: -5px;
  }
  .vertical-line {
    margin-right: 0;
  }
  .hero {
    padding: 0 0 60px 0;
  }
}
/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
    padding: 10px 0 10px 30px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 0;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    color: #f05a22;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus {
    color: #fff200;
  }

  .sticked .navbar a:hover, 
  .sticked .navbar .active, 
  .sticked .navbar .active:focus, 
  .sticked .navbar li:hover > a {
    color: #faa61a;
  }

  .navbar .get-a-quote,
  .navbar .get-a-quote:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
  }

  .navbar .get-a-quote:hover,
  .navbar .get-a-quote:focus:hover {
    color: #fff;
    background: #2756ff;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    /*background: #fff;*/
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
    padding: 0;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    color: var(--color-secondary);
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-primary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    padding: 5px 0 10px 0;
    background: rgba(240, 90, 34, 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .get-a-quote,
  .navbar .get-a-quote:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    border-radius: 4px;
    margin: 15px;
    color: #fff;
  }

  .navbar .get-a-quote:hover,
  .navbar .get-a-quote:focus:hover {
    color: #fff;
    background: rgba(13, 66, 255, 0.8);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: none;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: #000;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-left: 100px;
  }
  .sticked .mobile-nav-show {
    color: #f05a22;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(35, 31, 12, 0.8);
    z-index: 9996;
  }

  .navbar .mega-menu {
    display: none;
  }
}

@media (min-width: 1280px) {
	.mobile-only {
    display: none;
  }
}

/*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/
.featured-services .service-item {
  position: relative;
  height: 100%;
  margin-bottom: 20px;
}

.featured-services .service-item .icon {
  margin-right: 20px;
}

.featured-services .service-item .icon i {
  color: #f05a22;
  font-size: 48px;
  transition: 0.3s;
}

.featured-services .service-item:hover .icon {
  background: #fff;
}

.featured-services .service-item:hover .icon i {
  color: var(--color-primary);
}

.featured-services .service-item .title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 20px;
  color: var(--color-secondary);
  transition: 0.3s;
}

.featured-services .service-item .description {
  font-size: 15px;
  color: #132848;
  margin-bottom: 10px;
}

.featured-services .service-item .readmore {
  display: flex;
  align-items: center;
  color: var(--color-secondary);
  transition: 0.3s;
  font-weight: 700;
  font-size: 14px;
}

.featured-services .service-item .readmore i {
  margin-left: 8px;
}

.featured-services .service-item:hover .title,
.featured-services .service-item:hover .readmore,
.featured-services .service-item:hover .icon i {
  color: #f58220;
}

/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 32px;
  font-family: var(--font-secondary);
  color: #f58220;
}

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

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}

.about .content ul i {
  flex-shrink: 0;
  font-size: 48px;
  color: #f05a22;
  margin-right: 20px;
  line-height: 0;
}

.about .content ul h5 {
  font-size: 18px;
  font-weight: 700;
  color: #f58220;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-primary) 50%, rgba(240, 90, 34, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(240, 90, 34, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.about .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .card {
  border: 1px solid rgba(14, 29, 52, 0.15);
  background: #fff;
  position: relative;
  border-radius: 0;
  height: 100%;
}

.services .card .card-img {
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 0;
}

.services .card .card-img img {
  transition: 0.3s ease-in-out;
}

.services .card h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
  padding: 10px 30px;
  text-transform: uppercase;
  z-index:4;
}

.services .card a {
  color: #f58220;
  transition: 0.3;
}

.services .card a:hover {
  color: #f05a22;
}

.services .card p {
  padding: 0 30px;
  margin-bottom: 30px;
  color: var(--color-secondary);
  font-size: 15px;
}

.services .card:hover .card-img img {
  transform: scale(1.1);
}

.world-map-img {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  background: linear-gradient(rgba(14, 29, 52, 0.6), rgba(14, 29, 52, 0.8)), url("../img/cta-bg.jpg") center center;
  background-size: cover;
  padding: 60px 0;
}

@media (min-width: 1365px) {
  .call-to-action {
    background-attachment: fixed;
  }
}

.call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.call-to-action p {
  color: #fff;
}

.call-to-action .cta-btn {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.call-to-action .cta-btn:hover {
  background: #ffcb05;
  border: 2px solid #ffcb05;
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features {
  padding-top: 80px;
}

.features .features-item+.features-item {
  margin-top: 100px;
}

@media (max-width: 640px) {
  .features .features-item+.features-item {
    margin-top: 40px;
  }
}

.features .features-item h3 {
  font-weight: 600;
  font-size: 26px;
  color: #f58220;
}

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

.features .features-item ul li {
  padding-bottom: 10px;
}

.features .features-item ul li:last-child {
  padding-bottom: 0;
}

.features .features-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #f05a22;
}

.features .features-item p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing .pricing-item {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(108, 117, 125, 0.15);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}

.pricing h3 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
  color: var(--color-secondary);
}

.pricing h4 {
  font-size: 48px;
  color: var(--color-primary);
  font-weight: 400;
  font-family: var(--font-primary);
  margin-bottom: 25px;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: rgba(108, 117, 125, 0.8);
  font-size: 18px;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #6c757d;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.pricing ul i {
  color: #059652;
  font-size: 24px;
  padding-right: 3px;
}

.pricing ul .na {
  color: rgba(108, 117, 125, 0.5);
}

.pricing ul .na i {
  color: rgba(108, 117, 125, 0.5);
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 4px;
  color: var(--color-primary);
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-primary);
  transition: 0.3s;
  border: 1px solid var(--color-primary);
}

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

.pricing .featured {
  border-top-color: var(--color-primary);
}

.pricing .featured .buy-btn {
  background: var(--color-primary);
  color: #fff;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions Section
--------------------------------------------------------------*/
.faq {
  padding-top: 80px;
}

.faq .accordion-item {
  border: 0;
  margin-bottom: 10px;
}

.faq .accordion-collapse {
  border: 0;
}

.faq .accordion-button {
  padding: 15px 30px 20px 60px;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: var(--color-default);
  text-align: left;
  background: rgba(14, 29, 52, 0.03);
  border-radius: 5px;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
  color: #f05a22;
  border-bottom: 0;
  box-shadow: none;
}

.faq .question-icon {
  position: absolute;
  top: 14px;
  left: 25px;
  font-size: 20px;
  color: #f05a22;
}

.faq .accordion-button:after {
  position: absolute;
  right: 15px;
  top: 15px;
}

.faq .accordion-body {
  padding: 0 30px 25px 60px;
  border: 0;
  background: rgba(14, 29, 52, 0.03);
  border-radius: 5px;
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(14, 29, 52, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.6);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
.stats-counter .stats-item {
  padding: 30px;
  width: 100%;
}

.stats-counter .stats-item span {
  font-size: 48px;
  display: block;
  color: var(--color-secondary);
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.stats-counter .stats-item span:after {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.stats-counter .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 500;
  color: var(--color-secondary);
}

/*--------------------------------------------------------------
# Our Team Section
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid rgba(14, 29, 52, 0.15);
}

.team .member img {
  margin: -1px -1px 30px -1px;
}

.team .member .member-content {
  padding: 0 20px 30px 20px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #6c757d;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #6c757d;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: rgba(14, 29, 52, 0.5);
  transition: 0.3s;
}

.team .member .social a:hover {
  color: var(--color-primary);
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Horizontal Pricing Section
--------------------------------------------------------------*/
.horizontal-pricing .pricing-item {
  box-shadow: 0 3px 20px -2px rgba(108, 117, 125, 0.15);
  padding-bottom: 30px;
  background: #fff;
  height: 100%;
  position: relative;
}

.horizontal-pricing h3 {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 24px;
  color: var(--color-secondary);
}

.horizontal-pricing h4 {
  font-size: 48px;
  color: var(--color-primary);
  font-weight: 400;
  font-family: var(--font-primary);
  margin-bottom: 25px;
  text-align: center;
}

.horizontal-pricing h4 sup {
  font-size: 28px;
}

.horizontal-pricing h4 span {
  color: rgba(108, 117, 125, 0.8);
  font-size: 18px;
}

.horizontal-pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #6c757d;
  text-align: left;
  line-height: 20px;
}

.horizontal-pricing ul li {
  padding-top: 15px;
  display: flex;
  align-items: center;
}

.horizontal-pricing ul i {
  color: #059652;
  font-size: 24px;
  padding-right: 3px;
}

.horizontal-pricing ul .na {
  color: rgba(108, 117, 125, 0.5);
}

.horizontal-pricing ul .na i {
  color: rgba(108, 117, 125, 0.5);
}

.horizontal-pricing ul .na span {
  text-decoration: line-through;
}

.horizontal-pricing .buy-btn {
  display: inline-block;
  padding: 12px 40px;
  border-radius: 4px;
  color: #fff;
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
  transition: none;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
  font-family: var(--font-primary);
}

.horizontal-pricing .buy-btn:hover {
  background: #406aff;
  border-color: #406aff;
}

.horizontal-pricing .featured {
  background: var(--color-primary);
}

.horizontal-pricing .featured h3,
.horizontal-pricing .featured h4,
.horizontal-pricing .featured h4 span,
.horizontal-pricing .featured ul,
.horizontal-pricing .featured ul .na,
.horizontal-pricing .featured ul i,
.horizontal-pricing .featured ul .na i {
  color: #fff;
}

.horizontal-pricing .featured .buy-btn {
  background: var(--color-primary);
  color: #fff;
  border-color: #fff;
}

.horizontal-pricing .featured .buy-btn:hover {
  background: #fff;
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Get a Quote Section
--------------------------------------------------------------*/
.get-a-quote .quote-bg {
  min-height: 500px;
  background-size: cover;
  background-position: center;
}

.get-a-quote .php-email-form {
  background: #f3f6fc;
  padding: 40px;
  height: 100%;
}

@media (max-width: 575px) {
  .get-a-quote .php-email-form {
    padding: 20px;
  }
}

.get-a-quote .php-email-form h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.get-a-quote .php-email-form h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px 0 0 0;
}

.get-a-quote .php-email-form p {
  font-size: 14px;
  margin-bottom: 20px;
}

.get-a-quote .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.get-a-quote .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.get-a-quote .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.get-a-quote .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}

.get-a-quote .php-email-form input,
.get-a-quote .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.get-a-quote .php-email-form input:focus,
.get-a-quote .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.get-a-quote .php-email-form input {
  padding: 12px 15px;
}

.get-a-quote .php-email-form textarea {
  padding: 12px 15px;
}

.get-a-quote .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.get-a-quote .php-email-form button[type=submit]:hover {
  background: rgba(13, 66, 255, 0.8);
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item+.info-item {
  margin-top: 40px;
}

.contact .info-item i {
  font-size: 20px;
  background: var(--color-primary);
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--color-secondary);
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: rgba(14, 29, 52, 0.8);
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

.contact .php-email-form button[type=submit]:hover {
  background: rgba(13, 66, 255, 0.8);
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .services-list {
  
  padding: 10px 5px;
 
  border: 1px solid #d3dff3;
  margin-bottom: 20px;
}

.service-details .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid #c2cbdf;
  margin: 20px 0;
  color: var(--color-secondary);
  transition: 0.3s;
}

.services-pagination{ padding: 0.375rem 0.75rem; border: 1px solid #c2cbdf; display: flex;
    
    list-style: none;}



.services-pagination a {display: block;
  line-height: 1; 
  margin: 20px 0;
  color: var(--color-secondary);
  transition: 0.3s;   }


.service-details .services-list a.active {
  font-weight: 700;
  border-color: var(--color-primary);
}

.service-details .services-list a:hover {
  border-color: var(--color-primary);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-secondary);
}

.service-details h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-secondary);
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 75vh;
  /* background-color: var(--color-secondary); */
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 0 0 60px 0;
  margin: 46px 0 0;
  color: rgba(255, 255, 255, 0.8);

}
.hero::after {
  content: "";
  /* background-color: rgba(0,0,0,0.7); */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero .container {
  z-index: 2;
}

.hero h2 {
  margin-bottom: 20px;
  padding: 0;
  font-size: 46px;
  font-weight: 700;
  color: #000;
}
.hero h4 {
  margin-bottom: 20px;
  padding: 0;
  font-size: 26px;
  font-weight: 700;
  color: #000;
}

@media (max-width: 575px) {
  .hero h2 {
    font-size: 30px;
  }
}

.hero p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #2f2d2d;
}

.hero form {
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #fff;
}

.hero form .form-control {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  margin-right: 10px;
  border: none !important;
  background: none !important;
}

.hero form .form-control:hover,
.hero form .form-control:focus {
  outline: none;
  box-shadow: none;
}

.hero form .btn-primary {
  background-color: #f05a22;
  border-color: #f05a22;
  padding: 2px 20px;
  margin-left: auto;
}

.hero form .btn-primary:hover {
  background-color: #ffcb05;
  border-color: #ffcb05;
}

.hero .stats-item {
  padding: 10px;
  width: 100%;
  color: #000;
}

.hero .stats-item span {
  font-size: 32px;
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}

.hero .stats-item span:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 3px;
  background: #f05a22;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.hero .stats-item p, .hero .stats-item a {
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 600;
  color: #000;
  display: flex;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.hero .stats-item a:hover {
  color: #f05a22;
}

.content-center {
  /*max-width: 700px;*/
  margin: 3.5rem auto 0;
}
.search-by {
  margin: 0;
}
.hero .search-by a {
  color: #f05a22;
}
.hero .search-by .stats-item a:hover {
  color: #fff200;
}
.browse-by {
	display: flex;
  justify-content: center;
}
.hero .browse-by p {
	margin-right: 20px;
}
.hero .stats-item .by-country {
  margin-right: 15px;
}
@media (max-width: 480px) {
  .browse-by {
    flex-direction: column;
    align-items: center;
  }
  .hero .browse-by p {
    margin: 0 0 5px;
  }
  .hero .stats-item .by-country {
    margin: 0 0 5px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 15px;
  background-color:#fff;
  padding: 15px 0;
  color: #f05a22;
}

.footer .footer-info .logo {
  line-height: 0;
  margin-bottom: 25px;
}

.footer .footer-info .logo img {
  max-height: 85px;
  margin-right: 6px;
}

.footer .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  font-family: var(--font-primary);
}

.footer .footer-info p {
  font-size: 14px;
  font-family: var(--font-primary);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #f05a22;
  font-size: 16px;
  color:  #f05a22;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #ffcb05;
  border-color: #ffcb05;
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

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

.footer .footer-links ul i {
  padding-right: 2px;
  color: rgba(13, 66, 255, 0.8);
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: rgb(255, 255, 255);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: #fff200;
}

.footer .footer-contact p {
  line-height: 26px;
  color: black;
}

.footer .copyright {
  text-align: center;
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}

.footer .credits a {
  color: #fff;
}
.footer .footer-info .logo img {
  max-height: 85px;
}
.footer-info .logo {
  max-width: 280px;
}
.footer-info p {
  max-width: 380px;
}
.form-horizontal .send-button {
  background-color: #ed1c24;
  border-color: #ed1c24;
}
.form-horizontal .send-button:hover {
background-color: #ffcb05;
  border-color: #ffcb05;
}
.form-horizontal .send-text {
margin-left: 8px;
}
.form-horizontal .send-text a {
  color: #fff;
}
.form-control::placeholder {
  opacity: 0.5;
}
.form-horizontal textarea.form-control {
  height: 130px;
  resize: none;
}
.footer-contact p a {
  color: black;
}
.footer-contact p a:hover {
  color: #ffcb05;
}
/*--------------------------------------------------------------
# Social Icon
--------------------------------------------------------------*/
.social-media-header {
  display: flex;
  margin-left: 20px;
}
.social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  color: #f05a22;
  background-color: #fff;
  padding: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #f05a22;
}
.social-icon:last-child {
  margin: 0;
}
.social-icon:hover {
  color: #ff9800;
}

/*--------------------------------------------------------------
# News Updates
--------------------------------------------------------------*/
.news-updates-section .swiper {
  padding-bottom: 40px;
}
.news-updates-section .swiper-slide {
	display: flex;
	height: auto;
  background-color: white;
}
.news-updates-section .swiper-wrapper {
  height: auto;
}
.news-updates-item {
  display: flex;
  flex-direction: column;
  box-shadow: 8px 8px 10px -10px rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(14, 29, 52, 0.15);
  width: 100%;
}
.news-updates-content {
  display: flex;
  flex-direction: column;
  text-align: justify !important;
}
.news-updates-item .news-updates-img {
  display: flex;
  flex: 1 0 auto;
  object-fit: cover;
  max-width: 410px;
}
.news-updates-content h3 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 5px;
  padding: 20px 20px;
  color: #f58220 !important;
}
.news-updates-content p {
    padding: 0 20px;
    margin-bottom: 30px;
    color: var(--color-secondary);
    font-size: 15px;
}
.news-updates-section .container {
	position: relative;
}
.news-updates-section .swiper-button-next, 
.news-updates-section .swiper-button-prev {
	background-color: #f05a22;
  width: 35px;
  height: 40px;
}
.news-updates-section .swiper-button-next::after, 
.news-updates-section .swiper-button-prev::after {
	font-size: 28px;
}
.news-updates-section .swiper-button-next, 
.news-updates-section .swiper-button-prev {
	color: #f4f2f1;
}
.news-updates-section .swiper-button-next:hover, 
.news-updates-section .swiper-button-prev:hover {
  color: #f9f5f6;
}
@media only screen and (max-width: 1399px) {
	.news-updates-item .news-updates-img {
		max-width: 350px;
	}
}
@media only screen and (max-width: 1199px) {
	.news-updates-item .news-updates-img {
		max-width: 290px;
	}
}
@media only screen and (max-width: 991px) {
	.news-updates-item .news-updates-img {
		max-width: 336px;
	}
}
@media only screen and (max-width: 767px) {
  .news-updates-item {
    box-shadow: 0px 8px 10px -10px rgba(0, 0, 0, 0.7);
  }
	.news-updates-item .news-updates-img {
		max-width: 514px;
	}
}
/*--------------------------------------------------------------
# Mega Menu
--------------------------------------------------------------*/
.navbar .mega-menu {
  padding: 0px 0 0px 30px;
}
.navbar .mega-menu > a {
  justify-content: center;
  border: 1px solid #e4e9ec;
  border-radius: 2px;
  /*background-color: #fff;*/
  width: 32px;
  height: 32px;
  padding: 0;
}
.navbar .mega-menu a:hover, .navbar .mega-menu .active, .navbar .mega-menu .active:focus {
  color: #faa61a;
}
.navbar .mega-menu > a:focus {
  padding: 0;
  justify-content: center;
}
.navbar .mega-menu a .mega-menu-icon {
  font-size: 28px;
  margin: 0;
}
.navbar .mega-menu a i, .navbar .mega-menu a i:focus {
  font-size: 28px;
  margin: 0;
}
.navbar .mega-menu-holder {
  position: fixed;
  top: 126px;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-top: 1px solid #e4e9ec;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px 0;
  background: rgba(255, 255, 255, 0.98);
  transition: all 0.3s ease-in-out;
  min-height: 25%;
  opacity: 0;
  visibility: hidden;
}
.navbar .mega-menu-active {
  opacity: 1;
  visibility: visible;
}
.sticked .navbar .mega-menu-holder {
  top: 85px;
}
.navbar .mega-menu-holder::before {
  content: '';
  position: absolute;
  border-left: 8px solid transparent;
  border-top-color: #e4e9ec;
  border-bottom: 8px solid #e4e9ec;
  border-right: 8px solid transparent;
  right: 16%;
  top: -8px;
  transform: translateX(-50%);
}
.navbar .mega-menu-holder::after {
  background-color: transparent;
  background-image: linear-gradient(to top,transparent, rgba(0, 0, 0, 0.1));
  content: '';
  float: left;
  height: 20px;
  opacity: 0;
  transition: all 0.1s ease-in-out;
  width: 100%;
  bottom: -20px;
  position: absolute;
  z-index: 0;
}
.mega-menu-holder .about .content ul {
  flex-direction: column;
}
.mega-menu-holder .about .content ul li {
  padding: 0;
}
.header.mega-menu-show {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 2px 20px rgba(14, 29, 52, 0.1);
}
.header.mega-menu-show .active {
  color: #faa61a;
}
.header.mega-menu-show .navbar li a:hover {
	color: #faa61a;
}
.mega-menu .about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-primary) 50%, rgba(240, 90, 34, 0.4) 52%);
  border-radius: 50%;
  border: none;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.mega-menu .about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(240, 90, 34, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.mega-menu .about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.mega-menu .about .play-btn:hover::after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}
.mega-menu .about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}
.navbar .mega-menu .mega-menu-ul {
	flex-direction: column;
  align-items: flex-start;
  margin: 20px 0 0 0;
}
.navbar .mega-menu .mega-menu-ul li {
  padding: 0;
}
.navbar .mega-menu .mega-menu-ul li a {
	padding: 5px 0 5px 0;
  font-weight: 500;
}
.mega-menu-show .introduce-text p {
  color: #ed1c24;
}

.content .container-fluid, .container .container-fluid{
	margin-top:200px;
}

.search-result-meta{
	font-weight:bold;
	color:#333;
}
.highlight{
	background-color:yellow;
}
/*--------------------------------------------------------------
# Country & Theme list
--------------------------------------------------------------*/
.ct-list {
column-count: 2;
}

/*
@media (max-width: 768px) {
.ct-list {
column-count: 1;
}
*/

/* year-range filter */
  .filter-range {
      width: 100%;
      border: 0;
      padding: 0;
      margin: 0;
      background-color: #f05a22;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: 0 0 20px;
    }

    .range-title {
      position: relative;
      color: #fff;
      font-size: 14px;
      line-height: 1.2em;
      font-weight: 400;
    }

    .range-field {
      position: relative;
      width: 100%;
      height: 36px;
      box-sizing: border-box;
      background: rgba(248, 247, 244, 0.2);
      padding: 10px 10px;
      border-radius: 3px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .range-field input[type=range] {
      position: absolute;
    }

    /* Reset style for input range */
    .range-field input[type=range] {
      width: 188px;
      height: 2px;
      border: 0;
      outline: 0;
      box-sizing: border-box;
      border-radius: 5px;
      pointer-events: none;
      -webkit-appearance: none;
    }

    .range-field input[type=range]::-webkit-slider-thumb {
      -webkit-appearance: none;
    }

    .range-field input[type=range]:active,
    .range-field input[type=range]:focus {
      outline: 0;
    }

    .range-field input[type=range]::-ms-track {
      width: 188px;
      height: 2px;
      border: 0;
      outline: 0;
      box-sizing: border-box;
      border-radius: 5px;
      pointer-events: none;
      background: transparent;
      border-color: transparent;
      color: transparent;
      border-radius: 5px;
    }

    /* Style toddler input range */

    .range-field input[type=range]::-webkit-slider-thumb {
      /* WebKit/Blink */
      position: relative;
      -webkit-appearance: none;
      margin: 0;
      border: 0;
      outline: 0;
      border-radius: 50%;
      height: 10px;
      width: 10px;
      margin-top: -4px;
      background-color: #fff;
      cursor: pointer;
      cursor: pointer;
      pointer-events: all;
      z-index: 100;
    }

    .range-field input[type=range]::-moz-range-thumb {
      /* Firefox */
      position: relative;
      appearance: none;
      margin: 0;
      border: 0;
      outline: 0;
      border-radius: 50%;
      height: 10px;
      width: 10px;
      margin-top: -5px;
      background-color: #fff;
      cursor: pointer;
      cursor: pointer;
      pointer-events: all;
      z-index: 100;
    }

    .range-field input[type=range]::-ms-thumb {
      /* IE */
      position: relative;
      appearance: none;
      margin: 0;
      border: 0;
      outline: 0;
      border-radius: 50%;
      height: 10px;
      width: 10px;
      margin-top: -5px;
      background-color: #fff;
      cursor: pointer;
      cursor: pointer;
      pointer-events: all;
      z-index: 100;
    }

    /* Style track input range */

    .range-field input[type=range]::-webkit-slider-runnable-track {
      /* WebKit/Blink */
      width: 188px;
      height: 2px;
      cursor: pointer;
      background: #fff;
      border-radius: 5px;
    }

    .range-field input[type=range]::-moz-range-track {
      /* Firefox */
      width: 188px;
      height: 2px;
      cursor: pointer;
      background: #fff;
      border-radius: 5px;
    }

    .range-field input[type=range]::-ms-track {
      /* IE */
      width: 188px;
      height: 2px;
      cursor: pointer;
      background: #fff;
      border-radius: 5px;
    }

    /* Style for input value block */

    .range-wrap {
      display: flex;
      justify-content: center;
      color: #fff;
      font-size: 14px;
      line-height: 1.2em;
      font-weight: 400;
      margin: 8px 0;
      width: 100%;
    }

    .range-wrap-1,
    .range-wrap-2 {
      display: flex;
    }

    .range-title {
      margin-right: 5px;
      background-color: #d58e32;
    }

    .range-wrap_line {
      margin: 0 10px;
    }

    .range-wrap .lower,
    .range-wrap .upper {
      width: 40px;
      text-align: right;
      margin: 0;
      padding: 0;
      margin-right: 4px;
      background: 0;
      border: 0;
      outline: 0;
      color: #fff;
      font-size: 14px;
      line-height: 1.2em;
      font-weight: 400;
    }

    .range-wrap label {
      text-align: right;
    }

    /* Style for active state input */

    .range-field input[type=range]:hover::-webkit-slider-thumb {
      box-shadow: 0 0 0 0.5px #fff;
      transition-duration: 0.3s;
    }

    .range-field input[type=range]:active::-webkit-slider-thumb {
      box-shadow: 0 0 0 0.5px #fff;
      transition-duration: 0.3s;
    }

  /* checkbox labels on the search page */
	.form-check-label{
		display:inline;
	}

  /* remove the bg of navbar */

  .navbar{
	background-color:none !important;
	box-shadow:none !important;
  }

  /*Beautification of pages*/
   .beautify
  {
    text-align: justify;
    padding: 0 30px 0 30px;
  }
.pagination{
	max-width:50%;
	overflow-x:scroll;
	margin:auto;
}

.current-page{
	background-color:#ccc;
}

/*--------------------------------------------------------------
# Countrys & Themes list
--------------------------------------------------------------*/
.ct-list {
  column-count: 3 !important;
  }

  .ct-uppercase{
    text-transform:uppercase !important;
  }

  .ct-sub{
    padding-left: 30px !important;
  }
 

  .ct-num{
    list-style-type:square !important;
    color: #f35a0e !important;
  }
  
  @media (max-width: 768px) {
  .ct-list {
  column-count: 1 !important;
  }
  
  }

  .c-icon{
    font-size: x-large !important;
    color: #f35a0e !important;
    }
    .ct-geo{
    padding-left: 5px !important;
    }
    .ct-sub{
    padding-left: 30px !important;
    }
    
    .ct-subs{
      padding-left: 8px !important;
      }

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  opacity:80%;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
/*form input color*/
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #f05a22;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(253 124 13 / 25%);
  }
  input.form-control{
  background-image: linear-gradient(to top, #f05a22 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}

padding-left: 44px;
    width:0;
    height: 70px;
    background-image: url('./chatbot-1-01.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    z-index: 100;
    animation: myAnim 15s ease 0s infinite forwards;
}

