/* Zero Style */
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  padding-left: 0;
}

ul li {
  list-style: none;
  margin-bottom: 0.5rem;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
}

/* Font Import */
@font-face {
  font-family: "font-family: 'Sofia Sans', sans-serif;";
  
}

/* GLOBAL START */
@media (min-width: 576px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
}

body {
  font-family: "Epilogue", sans-serif;
}

/*a {
  color: #000000;
}

a:hover {
  color: #f47b23;
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Sofia Sans', sans-serif;
  color: #000000;
}

h1 {
  font-size: 60px;
}

@media (max-width: 600px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 56px;
}

@media (max-width: 600px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 20px;
}

p {
  line-height: 1.2;
}

span {
  line-height: 1.2;
}

hr:not([size]) {
  height: 4px;
}

hr {
  border-radius: 0px;
  background-color: #ff0000;
  opacity: 1;
  height: 1px !important;
}

hr.orange-line {
  background-color: #f47b23;
}

.btn-main {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: #f47b23;
  font-size: 24px;
  font-family: 'Sofia Sans', sans-serif;
  color: #ffffff;
}

.btn-main:hover {
  background: #000000;
  color: #ffffff;
}

.btn-outline-black {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: #ffffff;
  font-family: 'Sofia Sans', sans-serif;
  color: #000000;
  border: 2px solid #000000;
  border-radius: 10px;
}

.btn-outline-black:hover {
  background: #f47b23;
  color: #ffffff;
  border-color: #f47b23;
}

.btn-blue {
  background: #0774ba;
}

.icons-block {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.icons-block a {
  margin-right: 10px;
}

.icons-block a i {
  color: #ffffff;
  font-size: 32px;
  width: 50px;
  height: 50px;
  background: #0774ba;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icons-block a i:hover {
  background: #05578a;
}

.main-search input {
  width: 60%;
  font-size: 24px;
  font-family: 'Sofia Sans', sans-serif;
  color: #0774ba;
}

@media (max-width: 500px) {
  .main-search input {
    font-size: 16px;
  }
}

.main-search input::-webkit-input-placeholder {
  color: #0774ba;
  font-family: 'Sofia Sans', sans-serif;
  font-size: 24px;
}

.main-search input:-ms-input-placeholder {
  color: #0774ba;
  font-family: 'Sofia Sans', sans-serif;
  font-size: 24px;
}

.main-search input::-ms-input-placeholder {
  color: #0774ba;
  font-family: 'Sofia Sans', sans-serif;
  font-size: 24px;
}

.main-search input::placeholder {
  color: #0774ba;
  font-family: 'Sofia Sans', sans-serif;
  font-size: 24px;
}

@media (max-width: 500px) {
  .main-search input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .main-search input:-ms-input-placeholder {
    font-size: 16px;
  }
  .main-search input::-ms-input-placeholder {
    font-size: 16px;
  }
  .main-search input::placeholder {
    font-size: 16px;
  }
}

.main-search select {
  width: 39%;
  font-size: 24px;
  font-family: 'Sofia Sans', sans-serif;
  color: #0774ba;
  background: #ffffff;
}

@media (max-width: 500px) {
  .main-search select {
    font-size: 16px;
  }
}

.main-search select option {
  background: #ffffff;
}

.main-search .btn-main {
  border: 2px solid #000000;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 500px) {
  .main-search .btn-main {
    margin-top: 15px;
  }
}

.main-search > div {
  border: 2px solid #000000;
  padding: 8px;
  width: 70%;
  border-radius: 15px;
  vertical-align: middle;
  position: relative;
  white-space: nowrap;
  margin-right: -17px;
  background: #ffffff;
}

@media (max-width: 500px) {
  .main-search > div {
    width: 90%;
  }
}

.main-search > div::after {
  position: absolute;
  top: 50%;
  left: 60%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  content: "";
  background-color: #000000;
  width: 2px;
  height: 80%;
}

.dividerOrangeBetweenColsInRow > div {
  position: relative;
}

.dividerOrangeBetweenColsInRow > div::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background: #f47b23;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.try-these-items > div > p {
  text-align: center !important;
  font-weight: 700 !important;
  font-size: 1.25rem !important;
}

@media (max-width: 991px) {
  .dividerOrangeBetweenColsInRow > div::after {
    display: none;
  }
}

.dividerOrangeBetweenColsInRow > div:last-child::after {
  display: none;
}

.text-orange {
  color: #f47b23;
}

.text-blue {
  color: #0774ba;
}

.font-thunder {
  font-family: 'Sofia Sans', sans-serif;
}

/* Header */
.header .navbar-brand {
  width: 30%;
  max-width: 300px;
}

@media (max-width: 500px) {
  .header .btn-main {
    padding: 6px 3px;
    font-size: 14px;
  }
}

.header .navbar-dark .navbar-toggler-icon {
  background-size: 40px;
}

.header .navbar-dark .navbar-toggler {
  border: none;
}

.header .navbar-dark .navbar-nav .nav-link {
  font-size: 24px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  text-transform: uppercase;
}

.header .navbar-dark .navbar-nav .nav-link:hover {
  color: #f47b23;
}

.header .navbar-dark .navbar-nav .nav-link.active {
  color: #f47b23;
}

.header-search {
  max-width: 200px;
  width: 100%;
}

@media (max-width: 1320px) {
  .header-search {
    max-width: 300px;
  }
}

.header-search .main-search {
  width: 100%;
}

.header-search .main-search .btn-main {
  font-size: 18px;
  line-height: 100%;
  height: 34px;
  padding: 0;
  border: none;
  padding: 0 20px;
}

.header-search .main-search input {
  font-size: 18px;
  padding: 5px;
  border-radius: 5px;
  padding-left: 10px;
  margin-right: -5px;
  z-index: 2;
  width: 100%;
}

.header-search .main-search input::-webkit-input-placeholder {
  font-size: 18px;
}
.header-search .main-search input:-ms-input-placeholder {
  font-size: 18px;
}
.header-search .main-search input::-ms-input-placeholder {
  font-size: 18px;
}
.header-search .main-search input::placeholder {
  font-size: 18px;
}

/* Footer */
.footer .icons-block a i {
  width: 80px;
  height: 80px;
  font-size: 50px;
}

.footer ul li a {
  color: #000000;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.footer ul li a:hover {
  color: #f47b23;
}

.footer .links p {
  font-size: 24px;
}

.footer .links a {
  font-size: 22px;
}

.footer h3 {
  color: #f47b23;
  font-size: 32px;
}

.footer hr{
    background-color: #f47b23;
}

.breadcrumb {
  font-family: "A Love of Thunder";
  color: #f47b23;
  --bs-breadcrumb-divider: ">";
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #f47b23;
  font-size: 20px;
}

.breadcrumb a {
  color: #f47b23;
}

.breadcrumb a:hover {
  color: #000000;
}

.breadcrumb .active {
  color: inherit;
}

/* END GLOBAL */
/* HOME PAGE START */
/* Video section */
.video-section {
  height: 70vh;
  background: orange;
  position: relative;
  overflow: hidden;
}

.video-section > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.video-section h1 {
  margin-top: 150px;
  padding: 10px;
  background: #f47b23;
  display: inline;
  border: 1px solid #000000;
  z-index: 1;
}

.video-section video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

/* News */
.news .news-item {
  position: relative;
}

.news .news-item::after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 3px;
  content: "";
  background: #f47b23;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

@media (max-width: 767px) {
  .news .news-item::after {
    display: none;
  }
}

.news .news-item:last-child::after {
  display: none;
}

/* Stats */
.stats p {
  font-size: 42px;
  font-weight: 600;
}

.stats p.stats-number {
  font-family: 'Sofia Sans', sans-serif;
  font-size: 48px;
  color: #0774ba;
}

.stats .container {
  border: 4px solid #f47b23;
  border-radius: 5px;
  position: relative;
}

.stats .row > div::after {
  position: absolute;
  height: 60%;
  width: 2px;
  background: #f47b23;
  left: 50%;
  bottom: 10%;
  content: "";
}

@media (max-width: 767px) {
  .stats .row > div::after {
    display: none;
  }
}

.stats-mainpage .row > div {
  position: relative;
}

.stats-mainpage .row > div::after {
  position: absolute;
  height: 100%;
  width: 2px;
  background: #f47b23;
  right: -12.5%;
  bottom: 10%;
  content: "";
  left: unset;
}

@media (max-width: 767px) {
  .stats-mainpage .row > div::after {
    display: none;
  }
}

.stats-mainpage .row > div:last-child::after {
  display: none;
}

/* END HOME PAGE */
/* BLOG PAGE START */
.blog-share {
  font-family: 'Sofia Sans', sans-serif;
}

.blog-share .icons-block {
  margin-left: 10px;
}

.blog-share .icons-block a {
  margin-right: 10px;
}

.blog-share .icons-block a i {
  font-size: 20px;
  width: 40px;
  height: 40px;
}

.blog-recommended a {
  text-decoration: underline;
}
.blog-content h2 {
  margin-bottom: 1.5rem !important;
}

.blog-content img {
  width: 100% !important;
  float: none !important;
  border: 3px solid #6c757d !important;
  margin-bottom: 1.5rem !important;
}

@media (min-width: 576px) {
  .blog-content img {
    width: 50% !important;
    margin-bottom: 0 !important;
    float: right !important;
  }
}
/* END BLOG PAGE */
/* LISTING PAGE START */
.rest-card .icons-block {
  margin-left: 0;
}

.rest-card .icons-block a i {
  font-size: 24px;
  width: 40px;
  height: 40px;
}

.rest-card h3 i {
  color: #0774ba;
}

.rest-card .row {
  border: 4px solid #f47b23;
  border-radius: 5px;
}

#carousel-listing .carousel-control-next-icon,
#carousel-listing .carousel-control-prev-icon {
  background-size: cover;
}

.claim-listing .row {
  border: 4px solid #f47b23;
  border-radius: 5px;
}

.content p {
  font-weight: 700 !important;
  font-size: 1.25rem !important;
}

.content img {
  float: right !important;
  width: 50%;
}

.carousel-item img {
  width: 100% !important;
  float: none !important;
}

/* END LISTING PAGE */
/* GET FEATURED PAGE START */
.get-featured-first img.mt-negative {
  margin-top: -60px;
}

@media (max-width: 1399px) {
  .get-featured-first img.mt-negative {
    margin-top: 0;
  }
}

.get-featured-apply .row {
  border: 4px solid #0774ba;
  border-radius: 5px;
}

/* END GET FEATURED PAGE */