/*==============================================
 Website Name: Peer Connect
    Description: Online petrol sale and purchase
    Version: 1.0.0
    Author: Fusion Informatis
================================================*/

/*=============================================
Rubik Font Family
===============================================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*=============================================
Global Declaration
===============================================*/

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

body {
  margin: 0;
  padding: 0;
  padding-top: 118px;
  font-style: normal;
  font-size: 0.9rem;
  font-family: 'Poppins', sans-serif;
  color: #2D2D2D;
  /* background-color: #E2E2E2; */
}

a {
  text-decoration: none;
  transition: all 500ms ease;
  color: #f60404;
  cursor: pointer;
}

a:hover {
  color: #f60404;
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
}

.text-muted {
  color: #9a9a9a !important;
}

section {
  padding-top: 40px;
  padding-bottom: 40px;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.unorder {
  padding-left: 16px;
  margin-bottom: 15px;
}

ul.unorder li {
  list-style-type: disc;
  margin-bottom: 5px;
}

.w-50 {
  width: 50%;
}

.width50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.body-gray {
  background-color: #E5E5E5;
}

.pl-16 {
  padding-left: 16px;
}

.desktop-hide {
  display: none;
}

.dtext-end {
  text-align: right;
}

.block {
  display: block !important;
  width: 100% !important;
}

figcaption {
  margin-top: 5px;
}

.table thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid hsl(0, 0%, 87%);
}

.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
.box-shadow{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
/*==============================
Margin / padding / listign class Css
================================*/
.mrtb-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.m-0 {
  margin: 0px;
}

.mr-1 {
  margin-right: 0.8rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mr-3 {
  margin-right: 3rem;
}

.mr-4 {
  margin-right: 4rem;
}

.mr-5 {
  margin-right: 5rem;
}

.ml-1 {
  margin-left: 0.8rem;
}

.ml-2 {
  margin-left: 2rem;
}

.ml-3 {
  margin-left: 3rem;
}

.ml-4 {
  margin-left: 4rem;
}

.ml-5 {
  margin-left: 5rem;
}

.ml-8-5 {
  margin-left: 8.5rem;
}

.fw-400 {
  font-weight: 400 !important;
}

.title-case {
  text-transform: capitalize !important;
}

.pe-6 {
  padding-right: 6rem !important;
}

.p-left-6 {
  padding-left: 6rem;
}

.p-right-6 {
  padding-right: 6rem;
}

.min-height-342 {
  min-height: 342px;
}

ul.circle-list {
  padding-left: 20px;
}

ul.circle-list li {
  list-style-type: disc;
  font-size: 16px;
  margin-top: 5px;
}

.graybg {
  background-color: #FBFBFB;
}

.orangebg {
  background-color: #FF8D10;
}

.inline-block {
  display: inline-block;
}

.background-attach {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.min-height-965 {
  min-height: 965px;
}

.min-height370 {
  min-height: 370px;
}

.bg-gray {
  background-color: #FBFBFB;
}

.bg-gray2 {
  background-color: #F8FCFF;
}

.page-header {
  background-color: #ededed;
  padding: 10px 0;
}

.section-gradient {
  background: linear-gradient(0deg, #F8FCFF 0%, rgba(250, 253, 255, 0) 100%);
}

.mob-display {
  display: none;
}

ul.lnline li {
  display: inline-block !important;
}

ul.tickbullet {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.tickbullet li {
  list-style-type: none;
  margin-bottom: 30px;
  position: relative;
  padding-left: 50px;
  display: block;
  padding-top: 10px;
}

ul.tickbullet li::before {
  content: "\F270";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  color: #f60404;
  font-family: "bootstrap-icons";

}

ul.tickbullet1 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.tickbullet1 li {
  list-style-type: none;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  width: 24.50%;
  display: inline-block;
}

ul.tickbullet1 li::before {
  content: "\F26A";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  color: #F58000;
  font-family: "bootstrap-icons";

}

.img-thumbnail-1 {
  padding: 1rem;
  background-color: #F4F4F4;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  max-width: 100%;
  height: auto;
}

.text-justify {
  text-align: justify;
}

.imground-tl-bl {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.min-height150 {
  min-height: 150px;
}

ul.searchby li {
  margin-right: 15px;
  list-style-type: none;
  display: inline-block;
}

ul.searchby li a {
  padding: 15px;
  text-align: center;
  display: inline-block;
  box-shadow: 0px 15px 44px rgb(13 15 28 / 12%);
  border-radius: 6px;
  min-width: 160px;
  color: #000F22;
}

ul.searchby li a i {
  font-size: 3rem;
  color: #F48C06;
}

ul.searchby li a:hover {
  color: #FFF;
  background-color: #F48C06;
}

ul.searchby li a:hover i {
  color: #FFF;
}

ul.googleresult li {
  list-style-type: none;
  border-bottom: 1px solid #E4E4E4;
  padding: 8px 0;
}

ul.googleresult li p {
  margin-bottom: 0;
  font-size: 14px;
}

.f-h-1 {
  height: 0.25rem !important;
}

.text-success {
  color: #1BBB93 !important;
}

.bg-success,
.bg-success-hover:hover {
  background-color: #19b8a2 !important;
}

.fw-bolder {
  font-weight: 500 !important;
}

/*====================================
Header and responsive mobile menu
======================================*/
header {
  background: #FFFFFF;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
}

@media (min-width : 992px) {
  /* .offcanvas {
    visibility      : visible;
    position        : relative;
    background      : none;
    border          : none;
    justify-content : end;
    color           : red;
  } */
}

@media (max-width : 992px) {
  .offcanvas {
    width: 336px !important;
    background-color: #FFF;
  }

  .offcanvas-start-lg {
    top: 0;
    left: 0;
    border-right: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(-100%);
  }

}

.navbar-dark {
  background-color: #142733;
}

.navbar-dark .navbar-nav li a {
  color: #FFF !important;
  font-size: 14px;
  font-weight: 400;
}

.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  cursor: pointer;
}

.hamburger div {
  -ms-flex-item-align: end;
  align-self: flex-end;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 2px;
}

.hamburger .meat {
  width: 75%;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.hamburger .bottom-bun {
  width: 100%;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.hamburger:hover div,
.hamburger.active div {
  width: 100%;
}

.hamburger:hover .top-bun,
.hamburger.active .top-bun {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate;
  animation: burger-hover 1s infinite ease-in-out alternate;
}

.hamburger:hover .meat,
.hamburger.active .meat {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
  animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}

.hamburger:hover .bottom-bun,
.hamburger.active .bottom-bun {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
  animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

@-webkit-keyframes burger-hover {
  0% {
    width: 100%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 100%;
  }
}

@keyframes burger-hover {
  0% {
    width: 100%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 100%;
  }
}

.navbar {
  border-top: 1px solid #DFDFDF;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 1);
  border-color: transparent;
  margin-right: 15px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.top-header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #001a3d;
}

ul.top-nav li {
  display: inline-block;
}

ul.top-nav li a {
  display: block;
  color: #FFF;
  padding-left: 10px;
  padding-right: 10px;
}

.header-social-link {
  position: relative;
  display: flex;
  align-items: center;
}

.header-social-link .title {
  position: relative;
  display: block;
}

.header-social-link .title h6 {
  color: #ffffff;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0px;
}

.header-social-link .social-link {
  position: relative;
  display: block;
  padding-left: 30px;
}

.header-social-link .social-link ul {
  overflow: hidden;
}

.header-social-link .social-link ul li {
  position: relative;
  display: block;
  float: left;
  margin-right: 25px;
  line-height: 30px;
}

.header-social-link .social-link ul li a {
  color: rgba(255, 255, 255, 0.50);
  font-size: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-light .navbar-nav .nav-link {
  color: #1D1D1D;
  display: block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-weight: 500;
  font-size: 1rem;
}

.navbar-light .navbar-nav .nav-link i {
  margin-right: 0.25rem;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #f60404;
}

.navbar-light .navbar-nav .nav-link.active.dropdown-toggle::after {
  transform: rotate(270deg);
}

.pipe {
  color: #D9D9D9;
}

.navbar-expand-lg .navbar-nav .dropdown-toggle::after {
  font-family: "bootstrap-icons";
  content: "\F282";
  /* chevron down */
  font-size: 0.8em;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  position: relative;
  top: 4px;
  font-weight: bolder;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  border: none;
  padding: 10px 15px;
  min-width: 240px;
  background-color: #f60404;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
  color: #FFF;
  position: relative;
  font-size: 14px;
  padding: 8px 15px 8px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #FFF;
  background-color: transparent;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover::after {
  content: "";
  position: absolute;
  width: 8px;
  border-radius: 100%;
  height: 8px;
  top: 15px;
  left: 0;
  background-color: #FFF;
}

.navbar-nav.dropdown:hover ul.dropdown-menu {
  display: block;
}

ul.top-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
}

ul.top-menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  position: relative;
}

ul.top-menu li::before {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 4px;
  width: 1px;
  background: #ffffff;
  opacity: 0.20;
}

ul.top-menu li:last-child:before {
  display: none;
}

ul.top-menu li a {
  display: block;
  padding: 0rem 1rem;
  color: #FFF;
  font-size: 0.8rem;
}

ul.top-menu li a i {
  font-size: 1rem;
  margin-right: 0.50rem;
}

ul.top-menu li .dropdown>.btn {
  color: #FFF;
}

.notification-dropdown .indicator,
ul.top-menu li a .indicator {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  top: -4px;
  background-color: #1BBB93;
  right: -4px;
  text-align: center;
  font-size: 0.6rem;
  line-height: 18px;
}


/* @media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
} */
@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}

/*===========================
Button CSS
============================*/
.btn-primary {
  color: #fff !important;
  border-color: #f60404;
  background: #f60404;
  border-radius: 5px;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #f60404;
  border-color: #f60404;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #f60404;
  border-color: #f60404;
  box-shadow: 0 0 0 0.25rem rgba(237, 32, 43, 0.5);
}

.btn-secondary {
  color: #fff !important;
  border-color: #2f4c84;
  background: #2f4c84;
  border-radius: 5px;
}

.btn-secondary:hover {
  color: #fff !important;
  background-color: #2f4c84;
  border-color: #2f4c84;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
  color: #fff;
  background-color: #2f4c84;
  border-color: #2f4c84;
  box-shadow: 0 0 0 0.25rem rgba(111, 149, 224, 0.5);
}

.btn-dark {
  color: #fff;
  border-color: #142733;
  background: #142733;
  border-radius: 5px;
  padding: 0.75rem 0.75rem !important;
}

.btn-dark:hover {
  color: #fff !important;
  background-color: #0d191f;
  border-color: #0d191f;
}

.searchbtn {
  background: #008060;
  color: #FFF;
  padding: 0.75rem 1.2rem;
}

.searchbtn:hover {
  color: #FFF;
}

.arrow-btn {
  color: #FFF;
  background-color: #f60404;
  width: 52px;
  height: 52px;
  border-radius: 100px;
  font-size: 32px;
  text-align: center;
  padding: 0;
  line-height: 52px;
}

/* brown Shadow */
@-moz-keyframes brown {

  0%,
  100% {
    -moz-box-shadow: 1px 0px 19px 4px rgba(80, 57, 214, 0.7), inset 0px 0px 10px rgba(255, 255, 255, 0.5);
    box-shadow: 1px 0px 19px 4px rgba(80, 57, 214, 0.7), inset 0px 0px 10px rgba(255, 255, 255, 0.5);
  }

  50% {
    -moz-box-shadow: 0px 0px 0px 0px rgba(201, 65, 47, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 0px rgba(201, 65, 47, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes brown {

  0%,
  100% {
    -webkit-box-shadow: 1px 0px 19px 4px rgba(80, 57, 214, 0.7), inset 0px 0px 10px rgba(255, 255, 255, 0.5);
    box-shadow: 1px 0px 19px 4px rgba(80, 57, 214, 0.7), inset 0px 0px 10px rgba(255, 255, 255, 0.5);
  }

  50% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(201, 65, 47, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 0px rgba(201, 65, 47, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
  }
}

@-o-keyframes brown {

  0%,
  100% {
    box-shadow: 1px 0px 19px 4px rgba(80, 57, 214, 0.7), inset 0px 0px 10px rgba(255, 255, 255, 0.5);
  }

  50% {
    box-shadow: 0px 0px 0px 0px rgba(201, 65, 47, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
  }
}

@keyframes brown {

  0%,
  100% {
    box-shadow: 1px 0px 19px 4px rgba(80, 57, 214, 0.7), inset 0px 0px 10px rgba(255, 255, 255, 0.5);
  }

  50% {
    box-shadow: 0px 0px 0px 0px rgba(201, 65, 47, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
  }
}

/* brown Background */
.brown {
  background-image: -webkit-linear-gradient(top, #f60404, #e46d6d);
  background-image: -moz-linear-gradient(top, #f60404, #f60404);
  background-image: -o-linear-gradient(top, #f60404, #f60404);
  background-image: linear-gradient(to bottom, #f60404, #f60404);
  -webkit-animation: #4c2fb3 2s infinite;
  -moz-animation: #4c2fb3 2s infinite;
  -o-animation: #4c2fb3 2s infinite;
  animation: #4c2fb3 2s infinite;
}

.arrow-link-btn::after {
  display: inline-block;
  padding-left: 8px;
  content: "➞";
  transition: transform 0.3s ease-out;
}

.arrow-link-btn:hover {
  color: #FFF;
  color: #0F74B6;
}

.arrow-link-btn:hover::after {
  transform: translateX(4px);
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 0.85rem 1rem;
  font-size: 1rem;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 0.25rem 0.5rem !important;
  font-size: 0.875rem !important;
  border-radius: 0.2rem !important;
}

.btn-link,
.btn-link:hover {
  font-weight: 500;
  color: #008060;
  text-decoration: none;
}

.btn-outline-primary {
  color: #008060;
  border-color: #008060;
  font-size: 13px;
}

.btn-outline-primary:hover {
  color: #FFF;
  border-color: #008060;
  background-color: #008060;
}

.btn-default {
  color: #000;
  background-color: #F1F1F1;
  border-color: #dfdfdf;
}

.full-rounded {
  border-radius: 100px;
}

/*=============================
Heading Styles
===============================*/
.dark-green {
  color: #004C3F;
}

.light-green {
  color: #008060;
}

.text-dark {
  color: #000;
}

.darkgreen-bg {
  background-color: #004C3F;
}

.p-11 {
  font-size: 11px;
}

.p-12 {
  font-size: 12px;
}

.p-13 {
  font-size: 13px;
}

.p-14 {
  font-size: 14px;
}

.p-16 {
  font-size: 16px;
}

.p-18 {
  font-size: 18px !important;
}

.p-20 {
  font-size: 20px;
}

.p-22 {
  font-size: 22px !important;
}

.p-24 {
  font-size: 24px !important;
}

.p-28 {
  font-size: 28px;
}

.p-32 {
  font-size: 32px;
}

.p-44 {
  font-size: 44px;
}

.p-3 {
  font-size: 3.5rem;
}

.p-400 {
  font-weight: 400;
}

.p-500 {
  font-weight: 500;
}

.p-600 {
  font-weight: 600;
}

.p-800 {
  font-weight: 800;
}

.capital-txt {
  text-transform: uppercase;
}

.text-elpsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.verticle-twoline-textelpsis {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 34px;
  margin: 0 auto;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.verticle-twoline-textelpsis1 {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 48px;
  margin: 0 auto;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.verticle-twoline-textelpsis2 {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 44px;
  margin: 0 auto;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.w-180 {
  width: 180px !important;
}

.sec-title h1,
.sec-title h2,
.sec-title h3,
.sec-title h4,
.sec-title h5,
.sec-title h6 {
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 800;
  text-transform: none;
}

/*=================================
Hero section
==================================*/
.hero {
  position: relative;
  /* background-image: url("../img/Fusion-hero.svg");
  background-position: right 160%;
  background-repeat: no-repeat;*/
  min-height: 81vh;
  padding: 0px;
}

.hero .hero-image-slider {
  position: absolute;
  top: 10%;
  right: 0;
}

#carouseHeroslider .carousel-caption {
  position: absolute;
  right: 15%;
  top: 10%;
  left: 8%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #f60404;
  text-align: left;
  z-index: 1;
}

#carouseHeroslider .carousel-caption .caption-title {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #FFF;
}

#carouseHeroslider .carousel-caption p {
  color: #FFF;
}

#carouseHeroslider .carousel-caption h5 {
  color: #FFF;
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 1.5rem;
}

#carouseHeroslider img {
  height: 81vh;
}

.carousel-control-prev-icon {
  background-image: url("../img/slider-left-arrow.svg");
}

.carousel-control-next-icon {
  background-image: url("../img/slider-right-arrow.svg");
}

.carousel-inner:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.0) 100%);
  top: 0px;
  right: 0px;
  z-index: 1;
  opacity: 1;
}
.carousel-control-prev, .carousel-control-next{
  width: 8%;
}

/*===============================
icon box and bg colors
==================================*/
.circle-icon-box {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
}

.bg-lightred {
  background: #fde8e9;
}

.bg-lightyellow {
  background: #fbf4d8;
  ;
}

.bg-dark {
  background-color: #1f2021;
}

.color-red {
  color: #f60404 !important;
}

.color-yellow {
  color: #e7bd1a !important;
}

.outline-box {
  position: relative;
  display: block;
  padding: 15px 22px;
  border: 1px solid #f60404;
  border-radius: 8px;
}

.count-text {
  font-size: 32px;
  font-weight: 600;
  color: #e7bd1a;
}

/*=============================
List Styling
===============================*/
ul.list li {
  position: relative;
  display: inline-block;
  float: left;
  width: 50%;
  padding-left: 30px;
  font-size: 15px;
  color: #c6c6c6;
  margin-bottom: 12px;
}

ul.list li:before {
  position: absolute;
  content: "\F26B";
  font-family: "bootstrap-icons";
  font-size: 16px;
  left: 0px;
  top: 0px;
  color: #FF1818 !important;
}

ul.list.style-two li {
  width: 100%;
}

ul.bullet-list li {
  position: relative;
  display: block;
  padding-left: 15px;
  margin-bottom: 12px;
}

ul.bullet-list li:before {
  position: absolute;
  content: "\F582";
  font-family: "bootstrap-icons";
  font-size: 6px;
  left: 0px;
  top: 10px;
  color: #241366 !important;
}

ul.bullet-list.style-two li {
  width: 100%;
}


/*==============================
About us Section
===============================*/
.aboutus-section {
  position: relative;
}

.aboutus-section>.elementor-background-overlay {
  background-image: url(https://gaviaspreview.com/wp/gowilds/wp-content/uploads/2022/12/bg-shape-02.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  opacity: .86;
}

.aboutus-section .elementor-background-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
ul.aboutus li{
  display: inline-block;
  padding: 15px 30px;
  text-align: center;
  border-right: 1px solid #E4E4E4;
}
ul.aboutus li h4{
  font-size: 3rem;
  color: #ef4c43;
  font-weight: 600;
}
ul.aboutus li:last-child{
  border-right: none
}
.CompanyFeatures{
  position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;   
    border-radius: 1rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 1px;
}
.CompanyFeatures .card-body{
  padding:3rem;
}

.CompanyFeatures img{
 margin-bottom: 1rem;
}
.CompanyFeatures h4{
  color: #241366;
}
.C-first-child{
  padding-top: 7rem;
  padding-bottom: 7rem;
}

/*=============================
Our Team
=============================*/
.ourteam-card{
  position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;   
    border-radius: 1rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 24px;
}
.ourteam-card .card-body{
  padding:3rem;
}
.ourteam-card .teamavtar{
  width: 165px;
  height: 165px;
  margin: auto;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
.ourteam-card .teamavtar img{
 width: 100%;
 height: 100%;
 border-radius: 1rem;
}
.ourteam-card h5{
  color: #241366;
  font-size: 1rem;
}
.ourteam-card  .team-role{
  margin: auto;
  display: inline-block;
  background-color: #ddd8ef;
  border-radius: 10px;
  padding: 6px 15px;
  color: #f60404;
}
.career-card{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 1rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 24px;
    width: 80%;
    margin: auto;
}
.career-card .card-body{
  padding:2rem;
}

/*=============================
Achivement section
===============================*/
.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.video-bg-section {
  position: relative;
}

.video-bg-section:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(87 85 96);
  mix-blend-mode: multiply;
  z-index: -1;
}

.z-1 {
  z-index: 1;
}

.pb-210 {
  padding-bottom: 210px;
}

.pt-140 {
  padding-top: 140px;
}

.fun-wrapper {
  position: relative;
  border-radius: 10px;
  box-shadow: rgb(13 21 55 / 6%) 0 5px 50px;
  border: 2px solid #f7f9fc;
  background: #FFF;
}

.mt-minus-100 {
  margin-top: -100px;
}

.light-gray-bg {
  background-color: #fbfaff;
}

.z-2 {
  z-index: 2;
}

.p-r {
  position: relative;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-60 {
  padding-top: 60px;
}

.mb-30 {
  margin-bottom: 30px;
}

.counter-item .icon {
  margin-bottom: 15px;
}

.counter-item .icon i {
  font-size: 65px;
  color: #2f4c84;
}

.counter-item .text h2 {
  margin-bottom: 5px;
  font-weight: 600;
}

.counter-item .text P {
  font-size: 18px;
  font-weight: 400;
}

.adventure-box {
  position: relative;
  overflow: hidden;
  min-height: 400px;
  border-radius: 10px;
  margin-bottom: 30px;
  border: 2px solid #f7f9fc;
  transition: .3s;
}

.adventure-box .lt-banner-one__count {
  left: auto;
  right: 20px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.adventure-box .lt-banner-one__count {
  font-size: 11px;
  font-weight: 700;
  background: #ef4c43;
  color: #fff;
  padding: 0 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 8px;
  position: absolute;
  text-transform: uppercase;
  top: 20px;
  right: 20px;
  z-index: 12;
  letter-spacing: 1px;
  white-space: nowrap;
}

.adventure-box .lt-banner-one__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 10s;
  transition: all 10s;
}

.adventure-box .lt-banner-one__image img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.adventure-box .lt-banner-one__image:after {
  content: '';
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), to(rgba(0, 0, 0, .9)));
  background-image: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, .9) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.lt-banner-one__content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  padding: 15px 30px 25px;
}

.lt-banner-one__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 15;
}

.lt-banner-one__subtitle {
  font-size: 14px;
  color: #f3d53b;
}

.lt-banner-one__title {
  font-size: 16px;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}

.adventure-box:hover {
  transform: translateY(10px);
  background-color: #fff !important;
  -webkit-box-shadow: rgb(13 21 55 / 6%) 0 5px 50px;
  box-shadow: rgb(13 21 55 / 6%) 0 5px 50px;
}

/*==============================
Counter section
===============================*/
.counter-section {
  position: relative;
  top: -120px;
}

.single-item {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px 33px 30px;
  box-shadow: 0px 10px 50px 0px rgb(26 46 85 / 10%);
  cursor: pointer;
}

.single-column:nth-child(2),
.single-column:last-child {
  padding-top: 40px;
}

.single-item .circle-icon-box {
  line-height: 70px;
  background-color: #fde8e9;
  color: #FF1818;
}

.single-item:hover .circle-icon-box {
  background-color: #FF1818;
  color: #FFF;
}

/*==============================
Pills Tab
===============================*/
.nav-pills .nav-link {
  background: none;
  border: 0;
  padding: 30px 62px;
  font-weight: 500;
  font-size: 18px;
  border-radius: 10px;
  position: relative;
  background-color: #363738;
  margin-right: 25px;
  color: rgb(235, 235, 235);
  z-index: 1;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #f60404;
}

.nav-pills .nav-link.active:before {
  position: absolute;
  content: '';
  background: #f60404;
  width: 26px;
  height: 26px;
  left: 50%;
  bottom: -13px;
  transform: translateX(-50%) rotate(45deg);
  transition: all 500ms ease;
}

/*==============================
Card Styling
===============================*/
.FlatCard {
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
}

.FlatCard .card-img-top {
  border-radius: 8px 8px 0 0;
}

.event-card h4 a {
  margin-bottom: 5px;
  transition: all 500ms ease;
  font-size: 1.2rem;
  color: #000 !important;
}

.event-card h4 a:hover {
  color: #f60404 !important;
}

.event-card p {
  margin-bottom: 0px;
}

.event-card .price {
  font-size: 1.1rem;
  font-weight: 400;
}

.owl-carousel .owl-stage-outer {
  padding-bottom: 2rem;
}

.entry-date {
  background: #f7921e;
  color: #fff;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 8px;
  z-index: 11;
  text-align: center;
  padding: 12px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 10px;
}

.entry-date .date {
  font-size: 12px;
  font-weight: 600;
  display: block;
}

/*===============================
Client Slider
===============================*/

.client-logo,
.client img {
  display: block;
  margin: auto;
}

.client-logo {
  width: 231.2px;
  margin-right: 35px;
  border: 2px solid #f7f9fc;
  padding: 15px;
}

.client-logo img {
  max-height: 50px;
}

/*===============================
Testimonial
================================*/
.testimonials {
  position: relative;
  background: #f8f5ee;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 1;
}

.testimonials .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.testimonial-box {
  position: relative;
  padding: 30px 15px 0px 15px;
}

.testimonial-card {
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
  min-height: 270px;
}

.testimonial-card .card-body {
  padding-top: 3.2rem;
}

.testimonial-card .card-body::before {
  content: "\F6B0";
  font-family: "bootstrap-icons";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 42px;
  color: #c0b8b7;

}

.testimonial-card .client-info {
  position: relative;
  display: block;
}

.testimonial-card .client-info {
  position: relative;
  display: block;
}

.testimonial-card .client-info h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 0 3px;
}

.testimonial-card .client-info span {
  display: show !important;
  text-align: center !important;
  color: #636769;
}

.star-rating {
  position: relative;
}

.star-rating i {
  font-size: 12px;
  color: #F58000;
}

.testimonial-card .avtar {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  top: -30px;
  right: 20px;
}

.testimonial-card .avtar img {
  width: 64px;
  height: 64px;
  border-radius: 50px;
  object-fit: cover;
}

/*===============================
Project done slider
================================*/
.projectdone-carousel .owl-item {
  margin-right: 0px !important;
}

.project-done {
  position: relative;
  padding: 0;
}

.project-done .project-block .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.project-done .project-block .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #1f2021;
  margin-bottom: 0px;
}

.project-done .project-block .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.project-done .project-block .inner-box:hover .image-box img {
  opacity: 0.15;
  transform: scale(1.05);
}

.project-done .project-block .inner-box .zoom-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.project-done .project-block .inner-box .zoom-button a {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  color: #f60404;
  transform: scale(0, 0);
  transition: all 500ms ease;
}

.project-done .project-block .inner-box .zoom-button a:hover {
  background: #f60404;
  color: #fff !important;
}

.project-done .project-block .inner-box:hover .zoom-button a {
  transform: scale(1, 1);
}

.project-done .project-block .inner-box .text {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-left: 30px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.project-done .project-block .inner-box:hover .text {
  bottom: 16px;
  opacity: 1;
  visibility: visible;
}

.project-done .project-block .inner-box .text h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 5px;
}

.project-done .project-block .inner-box .text h4 a {
  display: inline-block;
  color: #fff;
  transition: all 500ms ease;
}

.project-done .project-block .inner-box .text h4 a:hover {
  color: #f60404;
}

.project-done .project-block .inner-box .text p {
  color: #fff;
}

/*==================================
Team Section
==================================*/
.ourteam-section {
  background-image: url(../img/shape-15.png);
  background-position: bottom left;
  background-repeat: no-repeat;
}

.team-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
  max-width: 370px;
  margin: 0 auto;
}

.team-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f6f3ec;
  transition: all 500ms ease;
  margin-bottom: 0;
}

.team-box .image-box img {
  height: auto;
  width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: all 500ms ease;
}

.team-box .lower-content {
  position: relative;
  display: block;
  padding: 30px 40px 32px 40px;
  background: #f60404;
}

.team-box .lower-content .shape {
  position: absolute;
  left: 0px;
  top: -34px;
  width: 370px;
  height: 34px;
  background-repeat: no-repeat;
}

.team-box .lower-content .shape svg {
  fill: #f60404;
  transition: all 500ms ease;
}

.team-box .lower-content h4 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 7px;
}

.team-box .lower-content .designation {
  position: relative;
  display: block;
  font-size: 12px;
  color: #fff;
}

/*================================
Frequently asked question
=================================*/
.askquestion-section {
  position: relative;
  background-color: #f8f5ee;
  background-image: url(../img/shape-17.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-top: 100px;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  margin-left: auto;
  content: "\F4FE";
  background-image: none;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  font-family: "bootstrap-icons";
  background: #f7dfda;
  border-radius: 50%;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #f60404;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: rotate(0deg);
  content: "\F63B";
  font-family: "bootstrap-icons";
  background: #f60404;
  color: #f7dfda;
}

.accordion-item {
  background-color: transparent !important;
  border: none !important;
}

.accordion-button {
  background-color: transparent !important;
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  color: #f60404 !important;
  background-color: #e7f1ff;
  box-shadow: none;
}

.accordion-body {
  padding: 1rem 1.25rem;
  color: #727272;
}

/*==============================
How it works
==================================*/

.howitworks-section {
  position: relative;
  background: #f8f5ee;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 1;
}

.howitworks-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.howitworks-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
}

.howitworks-section .process-block .inner-box {
  position: relative;
  display: block;
  padding-left: 30px;
  padding-right: 30px;
}

.howitworks-section .process-block .inner-box .icon-box {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  line-height: 150px;
  text-align: center;
  border: 2px dashed rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  margin-bottom: 25px;
  padding: 8px;
}

.howitworks-section .process-block .inner-box .icon-box .icon {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 130px;
  line-height: 130px;
  background: #f60404;
  font-size: 60px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.howitworks-section .process-block .inner-box:hover .icon-box .icon {
  color: #f60404;
}

.howitworks-section .process-block .inner-box .icon-box .icon:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: scale(0, 0);
  z-index: -1;
  border-radius: 50%;
  transition: all 500ms ease;
}

.howitworks-section .process-block .inner-box:hover .icon-box .icon:before {
  transform: scale(1, 1);
}

.howitworks-section .process-block .inner-box .icon-box span {
  position: absolute;
  left: -6px;
  top: -6px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
  color: #222;
  font-family: 'Montserrat', sans-serif;
  z-index: 1;
  transition: all 500ms ease;
}

.howitworks-section .process-block .inner-box:hover .icon-box span {
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
}

.howitworks-section .process-block .inner-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 15px;
}

.howitworks-section .process-block .inner-box p {
  color: #b5b5b5;
  line-height: 30px;
  margin-bottom: 0px;
}

.howitworks-section .process-block .inner-box .arrow {
  position: absolute;
  top: 70px;
  right: -60px;
  width: 103px;
  height: 15px;
  background-repeat: no-repeat;
}

/*================================
Latest News
=================================*/
.latest-newsbox {
  position: relative;
}

.latest-newsbox img {
  border-radius: 15px;
  height: 220px;
  width: 100%;
}

.latest-newsbox .authore {
  margin: 8px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #E4E4E4;
}

.news-description {
  position: relative;
}

.news-description .title a {
  font-size: 1rem;
  font-weight: 500;
  color: #000 !important;
}

.news-description .title a:hover {
  color: #f60404 !important;
}

.btn-one {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-left: 40px;
  padding-right: 40px;
  background-color: transparent;
  color: #ffffff;
  font-size: 16px;
  line-height: 55px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 30px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-family: var(--thm-font-2);
  z-index: 2;
}

a.btn-one.style2.new {
  border: 2px solid #E5E5E5;
  margin-top: 20px;
}

.btn-one.style2 {
  color: #252628;
}

.btn-one:hover,
.btn-one:focus {
  color: #ffffff !important;
  background-color: #f60404;
}

/*================================
Footer CSS
=================================*/
.c-icon-bar {
  position: fixed;
  text-align: right;
  bottom: 0px;
  right: 30px;
  width: 300px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10000;
  font-family: Poppins, Helvetica, sans-serif;
}

.c-icon-bar a {
  text-align: center;
  transition: all 0.3s ease;
  color: white;
}

.whatsapp {
  background: #43b51f;
  border: 1px solid #43b51f;
  border-radius: 50%;
  font-size: 1.5rem;
  transition: .3s;
  display: inline-block;
  color: #43b51f;
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
}

.call {
  background: #17b0f5;
  border: 1px solid #17b0f5;
  border-radius: 50%;
  font-size: 1.5rem;
  transition: .3s;
  display: inline-block;
  color: #43b51f;
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
}

.main-footer {
  position: relative;
  color: #0b012e;
  padding: 50px 0;
  background-color: #dcdcdf70;
}

/* .main-footer:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;

  z-index: -1;

} */

.address-line {
  margin-bottom: 16px;
}

.address-icon {
  float: left;
  display: block;
  margin-right: 10px;
  color: #0b012e;
}

.address-line p {
  overflow: hidden;
  display: block;
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  padding-top: 0px;
}

.address-line1 {
  margin-bottom: 16px;
}

.address-icon1 {
  float: left;
  display: block;
  margin-right: 10px;
}

.address-line1 p {
  overflow: hidden;
  display: block;
  margin-bottom: 0;
  line-height: 1.3;
}

ul.socialmedia li {
  display: inline-block;
  background: rgba(221, 221, 221, 0.36);
  border-radius: 100%;
  width: 32px;
  height: 32px;
  margin-right: 5px;
}

ul.socialmedia li a {
  display: block;
  padding: 5px;
  color: #0b012e;
  font-size: 1rem;
  text-align: center;
}

ul.socialmedia li a:hover {
  color: #0b012e;
}

.news-letter {
  padding: 20px 0;
  border-bottom: 1px solid #8E8E8E;
  margin-bottom: 30px;
}

.news-letter p {
  margin-bottom: 0;
}

ul.quicklinks li {
  display: block;
  margin-top: 5px;
}

ul.quicklinks li a {
  display: block;
  color: #0b012e;
  font-size: 14px;
  font-weight: 300;
}

ul.quicklinks li a:hover {
  color: #0b012e;
}

.copyright-box {
  padding: 15px 0;
  background-color: #0b012e;
  margin-top: 30px;
}

.copyright-box p {
  margin-bottom: 0px;
}

ul.gallery li {
  display: inline-block;
  width: 32%;
}

ul.gallery li a {
  display: block;
  padding: 4px 2px;
}

ul.gallery li a img {
  width: 100%;
  height: 100%;
}

/*===============================
Form Control CSS
=================================*/
.form-control {
  padding: 0.75rem 0.75rem;
}

.form-select {
  padding: 0.75rem 0.75rem;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: .875rem;
}

.form-group {
  margin-bottom: 15px;
  position: relative;
}
.form-group label{
 color: #8c8a93;
 font-size: 1rem;
 margin-bottom: 0.3rem;
 
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #546272;
  opacity: 0.5;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #546272;
  opacity: 0.5;
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #2B3D51;
  opacity: 0.5;
}

.notification .form-control {
  font-size: 14px;
  border: none;
  background: #FFFFFF;
  border-radius: 4px;
  height: 44px;
}

select {
  color: black;
}

/* with the :focus here, we show grey when using the element */
select:required:invalid {
  color: #2B3D51;
  opacity: 0.5;
}

option[value=""][disabled] {
  display: none;
}

option {
  color: black;
}

.search-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #828282;
}

.control-muted {
  color: #828282 !important;
}

.form-check-input:checked {
  background-color: #008060;
  border-color: #008060;
}

/*===================================
Page header
=====================================*/
.pageheader {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
  padding-top: 8rem;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.page-banner-title {
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.page-banner-title p {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 100px;
  display: inline-block;
  font-style: italic;
  color: #FFF;
}

.page-banner-title p::before {
  content: "";
  width: 87px;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: 10px;
}

.page-banner-title h1,
.page-banner-title h2,
.page-banner-title h3,
.page-banner-title h4,
.page-banner-title h5,
.page-banner-title h6 {
  font-size: 2rem;
  font-weight: 600;

}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.banner-overlay {
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  padding: 15px 0;
}

.banner-details {
  display: block;
}

.banner-details h5 {
  font-size: 1rem;
  margin-bottom: 0px;
}

.banner-details h5 span {
  color: #ffc107;
  line-height: 1.5;
}

.banner-details h5 strong {
  font-size: 1rem;
}

.breadcrumb a {
  color: #FFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}


.breadcrumb-item+.breadcrumb-item {
  color: #ccc !important;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #ccc;
}

.section-title2 {
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.section-title2 p {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 100px;
  display: inline-block;
  font-style: italic;
  color: #ef4c43;
}

.section-title2 p::before {
  content: "";
  width: 87px;
  height: 2px;
  background-color: #ef4c43;
  position: absolute;
  left: 0;
  top: 10px;
}

.section-title2 h1,
.section-title2 h2,
.section-title2 h3,
.section-title2 h4,
.section-title2 h5,
.section-title2 h6 {
  font-size:2.3rem;
  font-weight: 600;
}

.orange {
  color: #f60404;
}

.title-big {
  font-size: 2rem;
  font-weight: 600;
}

.title-medium {
  font-size: 1.5rem;
  font-weight: 600;
}

.table td i {
  color: #f60404;
  font-size: 18px;
  margin-right: 5px;
}

.jumbotron {
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  background-color: #f0f2f3;
  border-radius: 0.3rem;
}

ul.eventulli {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.eventulli li {
  margin-bottom: 5px;
  padding: 0;
  list-style-type: none;
  line-height: 1.2;
}

ul.eventulli li i {
  margin-right: 5px;
  color: #999;
  font-size: 1.2rem;
  top: 2px;
  position: relative;
}

.right-sidebar {
  padding: 1rem;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  border: none;
}

.spacer-with-border {
  width: 100%;
  height: 1px;
  margin: 30px 0;
  border-bottom: 1px dashed #CCC;
}

.header-section {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0;
  background-size: cover;
}

.header-section .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-color: rgba(0, 26, 61, 0.8);
  padding: 100px 0;
}

.pt-6 {
  padding-top: 6rem;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  align-content: center;
  justify-content: center;
}

.min-height100 {
  height: 100px;
}

.avtar {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  margin: auto;
  margin-bottom: 15px;
}

.avtar img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
}

/*===================================
Product Details CSS
=====================================*/
/*** Fancy Box ***/

.cloudzoom-zoom-inside {
  cursor: zoom-in;
  z-index: 1;
}

.thumbelina {
  left: 0;
  right: 0;
  width: 90px;
  margin: 0 auto;
}

.thumbelina li img,
.thumbelina li img:hover {
  height: 100px;
  border: none;
}

.thumbelina-but.vert {
  line-height: 28px;
}

/*** CUSTOM ***/

#thumbnails {
  position: relative;
  width: 100px;
  height: 470px;
  background-color: #fff;
  /* border-left: 1px solid #aaa;
  border-right: 1px solid #aaa; */
  float: left;
  margin-top: 20px;
  z-index: 2;
}

#thumbnails a {
  width: 100%;
  display: inline-block;
  text-align: center;
}

/* Prevent FOUC */
#thumbnails ul {
  visibility: hidden;
}

#thumbnails ul.thumbelina {
  visibility: visible;
}

#product-image {
  position: relative;
  display: inline-block;
  line-height: 0;
  margin-left: 1rem;
  width: 520px;
  background-color: #CCC;
  border: 1px solid #E4E4E4;
  border-radius: 8px;
}

#product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

#zoom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: fadeout 0.5s;
  /* Sync with JS */
  background: url("../img/cycle/mtb-cycle1.jpg") no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  cursor: zoom-out;
  display: none;
  opacity: 0;
  z-index: 1;
}

.fullscreen {
  overflow: hidden;
}

.fullscreen .cloudzoom-zoom-inside {
  visibility: hidden;
  /* Prevent FOUC */
}

.fullscreen #thumbnails {
  position: fixed;
  top: 8px;
  left: 8px;
  opacity: 0.8;
}

.fullscreen #zoom-overlay {
  animation: fadein 0.5s;
  /* Sync with JS */
  display: block;
  opacity: 1;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*product details*/
ul.product-offers-listing li {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #E4E4E4;
}

ul.product-offers-listing li p {
  margin-bottom: 0px;
}

.highlight-td {
  width: 50%;
  background-color: #F3F3F3 !important;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #008060;
  transition: width 0.6s ease;
}

ul.customer-review li {
  display: block;
  padding: 15px 0;
}

.user-avtar {
  width: 38px;
  height: 38px;
  border-radius: 100%;
}

.user-avtar img {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  object-fit: cover;
}

ul.customer-pimages li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}

ul.customer-pimages li img {
  width: auto;
  height: 88px;
}

/*===================================
Background video
====================================*/

.videoWrapper {
  width: 100%;
  display: block;
  position: relative;
  padding: 80px 50px;
}

.videoWrapper .videoContainer {
  width: 100%;
  height: 450px;
  border: 10px solid #f3c4c3;
  border-radius: 30px;
}

.videoWrapper .videoContainer iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

#video-section {
  position: relative;
  padding: 0;
  margin-bottom: 120px;
}

#video-container {
  /* position: absolute; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
}

.touch #video-container {
  background: url(http://xtianmiller.com/dist/videos/winter_creek.jpg) no-repeat center;
  background-size: cover;
}

video {
  width: 100%;
  height: 100%;
}

.touch video {
  display: none;
}

.vidoe-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99%;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.7);
  padding-left: 6%;
  padding-right: 6%;
  display: table;
}

.vidoe-overlay__inner {
  width: 100%;
  height: auto;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.vidoe-overlay h2 {
  max-width: 40em;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  font-family: "Raleway", sans-serif;
  line-height: 1.3;
  margin: 0 auto;
}

.vidoe-overlay p {
  padding-top: 1em;
  max-width: 40em;
  margin: 0 auto;
}

.vidoe-overlay a.btn {
  display: inline-block;
  margin-top: 25px;
  border: 1px solid #00c1bb;
  color: #00c1bb;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  overflow: hidden;
}

.vidoe-overlay a.btn span {
  display: inline-block;
  padding: 6px 40px;
  transition: transform 0.4s;
}

.vidoe-overlay a.btn .row2 {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(100%);
}

.vidoe-overlay a.btn:hover .row1 {
  transform: translateY(-100%);
}

.vidoe-overlay a.btn:hover .row2 {
  transform: translateY(0);
}
/*===================================
Call to action
====================================*/
.callto-action{
  position: relative;
}
.callto-action .calltoaction-wrapper{
  border-radius: 1rem!important;
  background-color:#241366;
  color: #FFF;
  padding: 3rem;
  background-image: url(../img/page-header-bg.svg);
}
.calltoaction-wrapper a{
  display: block;
  text-align: center;
  color: #FFF;
  cursor: pointer;
}
.calltoaction-wrapper a img{
  margin-bottom: 1rem;
}

.modal-content {
  border-radius: 0.8rem;
}

.modal-header-bg{
  position: relative;
  padding: 15px;
  background-image: url(../img/modal-header-banner.png);
  background-position: center center;
  color: #FFF;
  border-radius: 0.8rem 0.8rem 0 0;
}
.modal-header-bg p{
  font-weight: 300;
}

.modal-close{
  position: absolute;
  top: -20px;
  right: -20px;
  background: #FFF;
  width: 32px;
  height: 32px;
  z-index: 1;
  opacity: 1;
  color: #000;
  border-radius: 100%;
}


#VideoModal .close{
  position: absolute;
  top: -30px;
  right: -20px;
  background: #FFF;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  color: red;
  border: none;
  font-size: 1.8rem;
  line-height: 32px;
  z-index: 999;
}

ul.project-download{
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
ul.project-download li{
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  margin-bottom: 30px;
}
ul.project-download li a{
 display: block;
 padding: 30px;
 background-color: #241366;
 color: #FFF;
 border-radius: 8px;
 background-image: url("../img/page-header-bg.svg");
}
ul.project-download li a p{
  margin-bottom: 0;
 }
 .comingsoon-section{
  padding-top: 6rem;
  padding-bottom: 6rem;
 }

 .img-thumbnail {
  padding: 0.75rem;
  background-color: #ffffff;
  border: 0 solid #dee2e6;
  border-radius: 0.625rem;
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
/*===================================
Media Query
=====================================*/

/*large device desktop*/
@media screen and (min-width: 1920px) {
  .ml-8-5 {
    margin-left: 38.5rem;
  }

  .container {
    max-width: 1620px;
    width: 100%;
    /* margin-left: 130px;
    margin-right: 130px; */
  }

  body,
  .navbar-light .navbar-nav .nav-link {
    font-size: 1.125rem;
  }
  body {
    padding-top: 130px;
  }
  
  #carouseHeroslider .carousel-caption {
    top: 40%;
  }

  .destination-card .featured-img {
    height: 250px;
  }

  .testimonial-card {
    padding: 50px;
  }

  ul.blog-listing li {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .blog-rightside-details {
    padding: 70px 40px;
  }

  .pageheader {
    min-height: 320px;
    background-size: cover;
  }

  .overlay-header {
    height: 100%;
  }

  .deal-product-image {
    width: 100%;
    height: 200px;
  }

  .deal-product-image img {
    max-width: 100%;
    height: 180px;
  }
  .section-title2 h1, .section-title2 h2, .section-title2 h3, .section-title2 h4, .section-title2 h5, .section-title2 h6 {
    font-size: 3rem;
    font-weight: 600;
}
.ourteam-card .teamavtar{
  width: 250px;
  height: 250px;
}
.address-line p {
  padding-top: 4px;
}
.hero {
  position: relative;
  /* background-image: url("../img/Fusion-hero.svg");
  background-position: right 160%;
  background-repeat: no-repeat;*/
  min-height: 86vh;
  padding: 0px;
}
#carouseHeroslider img {
  height: 86vh;
}
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hero {
    min-height: 42vh;
  }

  #carouseHeroslider img {
    height: 42vh;
  }

  #carouseHeroslider .carousel-caption h1 {
    font-size: 18px;
  }

  #carouseHeroslider .carousel-caption p {
    font-size: 12px !important;
  }

  .p-left-6 {
    padding-left: 1rem;
  }

  .p-right-6 {
    padding-right: 1rem;
  }

  .videoWrapper {
    padding: 80px 0px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  body {
    padding-top: 110px;
  }

  .navbar-light .navbar-nav .nav-link {
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
  }

  .navbar-light .navbar-nav .nav-link i {
    display: inline-block;
    margin-right: 10px;
  }

  .banner-caption {
    padding-right: 0px;
  }

  .bigger-heading {
    font-size: 2rem;
    line-height: 32px;
  }

  .card-body.p-5 {
    padding: 1rem !important;
  }

  .mobile-hide {
    display: none;
  }

  .mobile-show {
    display: block;
  }

  .mob-mt1 {
    margin-top: 1rem;
  }

  .mob-mb1 {
    margin-bottom: 1rem;
  }

  .mob-mb6 {
    margin-bottom: 6rem;
  }

  .dtext-end {
    text-align: center;
  }

  .hero {
    position: relative;
    min-height: 220px;
  }

  .carousel-item {
    height: 220px;
  }

  .carousel-item img {
    height: 220px !important;
  }

  #carouseHeroslider .carousel-caption h1 {
    font-size: 18px;
  }

  #carouseHeroslider .carousel-caption p {
    font-size: 12px !important;
  }

  .w-75 {
    width: 100% !important;
  }

  .width50 {
    width: 100%;
  }

  .product-commercial .product-description .price {
    font-size: 12px;
  }

  .usp-section {
    padding: 30px 0px;
  }

  .usp-section p {
    font-size: 12px;
  }

  ul.top-menu li span {
    display: none;
  }

  .product-rating i {
    font-size: 8px;
  }

  .ribbon {
    width: 60%;
  }

  .p-32 {
    font-size: 22px;
  }

  #product-image {
    position: relative;
    display: inline-block;
    line-height: 0;
    margin-left: 1rem;
    width: 310px;
    background-color: #CCC;
  }

  #thumbnails {
    position: relative;
    width: 60px;
    height: 230px;
    background-color: #fff;
    float: left;
    margin-top: 20px;
    z-index: 2;
  }

  .thumbelina {
    left: 0;
    right: 0;
    width: 60px;
    margin: 0 auto;
  }

  .thumbelina li {
    padding: 6px;
    line-height: 0px;
    margin: 10px auto;
    width: 50px;
    height: 50px;
    border: 1px solid #F1F1F1;
  }

  .thumbelina li img {
    width: 40px !important;
    height: 40px !important;
  }

  .thumbelina-but.vert {
    width: 60px;
  }

  .qualityservices::before,
  .qualityservices::after {
    display: none;
  }

  .usp-section {
    padding: 100px 0;
    position: relative;
    top: 0px;
  }

  .p-left-6 {
    padding-left: 1rem;
  }

  .p-right-6 {
    padding-right: 1rem;
  }

  .videoWrapper {
    padding: 80px 0px;
  }
  .career-card{
    width: 100%;
  }
}