@charset "UTF-8";
/* #Fonts  Styles
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
/* #Reset & Basics================================================== */
* {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #455A64;
  text-align: left;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

html {
  font-size: 16px;
}

strong {
  color: #1A1D1F;
}

label {
  font-size: 1rem;
  margin-bottom: 8px;
}

/* #Typography================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.3;
  font-family: "Jost", sans-serif;
  color: #112147;
}

h1,
.h1 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 1.625rem;
  }
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

/*custom*/
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #455A64;
}

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

a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

/* #Lists================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 20px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

::focus {
  outline: 0;
}

input:focus {
  outline: 0;
}

/* #text color================================================== */
.text-primary {
  color: #1367A5 !important;
}

.text-accent {
  color: #F66C39 !important;
}

.text-color-1 {
  color: #999999 !important;
}

.text-color-2 {
  color: #BFBFBF !important;
}

/* #bg color================================================== */
.bg-white {
  background: #fff !important;
}

.bg-primary {
  background: #1367A5 !important;
}

.bg-accent {
  background: #F66C39 !important;
}

/* #border color================================================== */
.border-white {
  border: 1px solid #fff;
}

/* #spaceing================================================== */
.m-t-0 {
  margin-top: 0;
}

.m-t-5 {
  margin-top: 0.3125rem;
}

.m-t-10 {
  margin-top: 0.625rem;
}

.m-t-20 {
  margin-top: 1.25rem !important;
}

.m-t-30 {
  margin-top: 1.875rem;
}

.m-t-40 {
  margin-top: 2.5rem;
}

.m-t-50 {
  margin-top: 3.125rem;
}

.m-t-60 {
  margin-top: 3.75rem;
}

.m-t-70 {
  margin-top: 4.375rem;
}

.m-t-80 {
  margin-top: 5rem;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-b-10 {
  margin-bottom: 0.625rem !important;
}

.m-b-20 {
  margin-bottom: 1.25rem !important;
}

.m-b-30 {
  margin-bottom: 1.875rem;
}

.m-b-40 {
  margin-bottom: 2.5rem;
}

.m-b-50 {
  margin-bottom: 3.125rem;
}

.m-b-60 {
  margin-bottom: 3.75rem;
}

.m-b-70 {
  margin-bottom: 4.375rem;
}

.m-b-80 {
  margin-bottom: 5rem;
}

.m-tb-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m-tb-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m-tb-10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.m-tb-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.m-tb-30 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.m-tb-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.m-tb-50 {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.m-tb-60 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.m-tb-70 {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.m-tb-80 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.p-t-0 {
  padding-top: 0;
}

.p-t-5 {
  padding-top: 0.3125rem;
}

.p-t-10 {
  padding-top: 0.625rem;
}

.p-t-20 {
  padding-top: 1.25rem;
}

.p-t-30 {
  padding-top: 1.875rem;
}

.p-t-40 {
  padding-top: 2.5rem;
}

.p-t-50 {
  padding-top: 3.125rem;
}

.p-t-60 {
  padding-top: 3.75rem;
}

.p-t-70 {
  padding-top: 4.375rem;
}

.p-t-80 {
  padding-top: 5rem;
}

.p-t-100 {
  padding-top: 6.25rem;
}

.p-t-120 {
  padding-top: 7.5rem;
}

.p-b-0 {
  padding-bottom: 0;
}

.p-b-10 {
  padding-bottom: 0.625rem;
}

.p-b-20 {
  padding-bottom: 1.25rem;
}

.p-b-30 {
  padding-bottom: 1.875rem;
}

.p-b-40 {
  padding-bottom: 2.5rem;
}

.p-b-50 {
  padding-bottom: 3.125rem;
}

.p-b-60 {
  padding-bottom: 3.75rem;
}

.p-b-70 {
  padding-bottom: 4.375rem;
}

.p-b-80 {
  padding-bottom: 5rem;
}

.p-b-90 {
  padding-bottom: 5.625rem;
}

.p-b-100 {
  padding-bottom: 6.25rem;
}

.p-b-110 {
  padding-bottom: 6.875rem;
}

.p-b-120 {
  padding-bottom: 7.5rem;
}

.p-tb-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-tb-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-tb-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.p-tb-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.p-tb-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.p-tb-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.p-tb-50 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.p-tb-60 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-tb-60 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.p-tb-70 {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.p-tb-80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.p-all {
  padding: 0;
}

.p-all-15 {
  padding: 0.9375rem !important;
}

.p-r-5 {
  padding-right: 0.3125rem !important;
}

.m-r-20 {
  margin-right: 1.25rem !important;
}

.m-l-20 {
  margin-left: 1.25rem !important;
}

/* #block ================================================== */
.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.font-bold {
  font-weight: bold;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

:root {
  --box-shadow: 0px 0.25rem 0.375rem rgba(0, 0, 0, 0.2);
}

::placeholder {
  color: #9d9d9d !important;
}

input:focus::placeholder {
  color: #fff !important;
}

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

.shadow {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16) !important;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16) !important;
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16) !important;
}

.text-accent {
  color: #F66C39;
}

.text-clamp {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.text-clamp--2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.text-clamp--3 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.orange-gradiant {
  background: #F8803C;
  background: linear-gradient(90deg, #F14635 0%, #F8803C 100%);
}

.blue-gradiant {
  background: #02A5E8;
  background: linear-gradient(90deg, #1F3C7E 0%, #02A5E8 100%);
}

.fs-40 {
  font-size: 40px !important;
}

.bg-none {
  background: none !important;
}

.m-b-4 {
  margin-bottom: 4px !important;
}

.grid {
  display: grid;
  grid-gap: 20px;
}

.grid-item {
  background: #fff;
}

.grid {
  display: grid;
  grid-gap: 30px;
}

.no-gap {
  grid-gap: 0;
}

@media (min-width: 768px) {
  .grid--12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid--5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 767px) {
  .grid--5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--5 .grid-item:last-child {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
/*Header*/
.header {
  position: relative;
  z-index: 1000;
  background: #fff;
}
.header__middle {
  transition: all 0.3s ease;
  background: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.09);
}
.header__top {
  font-size: 13px;
  height: 40px;
  background: #1367A5;
  color: #fff;
  line-height: 40px;
}
.header__top a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .header__top {
    height: auto;
  }
}
.header__social-media a {
  color: #fff;
  margin-left: 8px;
}

.logo {
  display: block;
}
.logo img {
  width: 110px;
}
.logo__social-media a {
  color: #fff;
  margin-right: 8px;
}

#scrollTop {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  height: 50px;
  width: 50px;
  background: #0e0e0e;
  text-align: center;
  line-height: 50px;
  color: #fff;
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 190px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .header__middle {
    padding: 0.75rem;
  }
}
.stick {
  position: sticky;
  top: 119px;
  width: 100%;
  z-index: 100;
}

.shrink,
.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
}
.shrink .logo,
.header .logo {
  transition: all 0.2s ease;
  transform: scale(0.9);
}

.sticky,
.mobile-menu {
  position: sticky;
  -ms-position: sticky;
  top: 0;
  z-index: 100;
}

.phone {
  margin-right: 1rem;
}

.header__top-right i {
  margin-right: 4px;
}

.search-icon {
  height: 2rem;
  width: 2rem;
  border: 1px solid #747474;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.search-form {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
}
.search-form input[type=text] {
  border: 1px solid #1367A5;
  padding-left: 0.625rem;
  height: 40px;
  border-right: 0;
}
.search-form .btn-success {
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .search-form {
    display: none;
  }
}

/* search*/    
.search-inner {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.1em;
  cursor: pointer;
  height: 100%;
}
.search-inner i {
  color: #444761;
}

.search-form {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  width: 40%;
}

.search-form input[type=text] {
  border: none;
  background: #fff;
  height: 60px;
  padding-left: 0.5rem;
  flex: 1;
}

.search-form input[type=submit] {
  border: none;
  height: 60px;
  background: #1367A5;
  color: #fff;
  padding: 0 1.5rem;
  text-transform: uppercase;
}

.Search-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100000;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  align-items: center;
  display: none;
  transition: all 3s ease;
  opacity: 0;
}

.close-btn {
  color: #fff;
  position: absolute;
  right: 100px;
  top: 50px;
  font-size: 30px;
  cursor: pointer;
}

.Search-wrap.show {
  display: flex;
  opacity: 1;
  transition: all 0.3s ease;
  cursor: crosshair;
  z-index: 10000;
}

.social-chat {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 1000;
  cursor: pointer;
}
.social-chat img {
  width: 50px;
}
.social-chat .social-icon + .social-icon {
  margin-top: 1rem;
}

@media screen and (max-width: 992px) {
  .header__middle {
    padding: 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  .logo img {
    width: 80px;
  }
}
.price-language + .price-language {
  border-left: 1px solid #3d607a;
}
.price-language .dropdown-item {
  color: inherit;
}
.price-language button {
  background: none;
  color: #fff;
}
.price-language button:hover {
  background: none;
}
.price-language button:focus {
  box-shadow: none;
  background: none;
  outline: none;
}

.login-register-item {
  padding: 0 0.5rem;
}

.after-login-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.login-name {
  height: 28px;
  width: 28px;
  border-radius: 100%;
  border: 2px solid #fff;
  line-height: 28px;
  text-align: center;
  display: inline-flex;
  margin-right: 8px;
  overflow: hidden;
}
.login-name img {
  width: 100%;
  height: 100%;
}

.dropdown-menu {
  padding: 0;
}
.dropdown-menu a {
  color: inherit;
}

.dropdown-item {
  padding: 0.1rem 1rem;
}

.dropdown-item svg {
  width: 16px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: #e4f1f5;
}

@media screen and (max-width: 1200px) {
  .display-none {
    display: none !important;
  }
}
.menu {
  background-color: #fff !important;
}

.bg-dark {
  background-color: #fff !important;
}

.navbar {
  padding: 0;
}

.navbar-nav {
  line-height: 50px;
}

.nav-list li {
  position: relative;
}

.navbar-dark .navbar-nav .nav-link {
  color: inherit;
  position: relative;
  padding: 0;
  letter-spacing: 0.5px;
}

.navbar-expand-lg .navbar-nav li {
  padding: 2.125rem 1rem;
  line-height: 50px;
  font-weight: 400;
  font-family: "Fjalla One", sans-serif;
}

.navbar-expand-lg .navbar-nav .sub-menu li {
  padding: 0;
}

.nav-list a {
  display: block;
  padding: 0 0.9em;
  color: inherit;
  font-size: 18px;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: inherit;
  background: transparent;
  position: relative;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  background: transparent;
  color: #F66C39;
}

.navbar-dark .navbar-nav .active .nav-link {
  position: relative;
  margin-top: 0;
}

.navbar-dark .navbar-nav .active .nav-link::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 38px;
  left: 0;
  background: #F66C39;
  opacity: 1;
  transform: scale(1);
}

@media (min-width: 992px) {
  .navbar-dark .navbar-nav .nav-item > .nav-link::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 0;
    top: 38px;
    left: 0;
    background: #F66C39;
    transform: scale(0);
    transition: width 0.3s ease;
  }
  .navbar-dark .navbar-nav .nav-item > .nav-link:hover::before {
    width: 100%;
    transform: scale(1);
  }
}
@media (max-width: 992px) {
  .menu {
    background-color: #222 !important;
  }
  .bg-dark {
    background-color: #222 !important;
  }
  .navbar-dark .navbar-nav .active > .nav-link,
  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .show > .nav-link {
    color: #F66C39;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
  }
  .nav-item .fa {
    position: absolute;
    top: 16px;
    right: 15px;
  }
  .navbar-expand-lg .navbar-nav .nav-link .sub-menu-toggle .fa {
    float: right;
    margin-top: 17px;
  }
  .sub-menu {
    display: none;
  }
  .fa.fa-angle-right::before {
    content: "\f107";
  }
  .navbar.bsnav .top_brand_back {
    background: none;
  }
  .navbar.bsnav .top_brand_back .navbar-brand img {
    width: 10rem;
  }
  .navbar-toggler {
    display: block;
  }
  .navbar-expand-md .navbar-toggler {
    display: block;
    position: absolute;
    right: 20px;
    top: 22px;
  }
  .navdiv {
    position: absolute;
    left: -130%;
    width: 70%;
    z-index: 110;
    transition: opacity 0.2s, left 0.2s ease, visibility 0.2s;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    height: 100vh;
    top: 0;
  }
  .mobile-menu .navdiv.active {
    opacity: 1;
    left: 0;
    visibility: visible;
  }
  .navbar.navbar-expand-md.bsnav-brand-top {
    display: flex;
    background: inherit;
  }
  .bsnav-mobile-overlay {
    display: none;
  }
  .bsnav-mobile-overlay.active {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: #000;
  }
  .top_brand_back .navbar-brand {
    padding: 1rem 0 0.6rem 0;
  }
}
@media screen and (min-width: 800px) {
  .nav-list li.current-menu-ancestor > a,
  .nav-list li.current-menu-ancestor .sub-menu .nav-item.active a {
    background: #32a769;
  }
}
.mobile-menu {
  display: none;
}

.desktop-menu {
  display: block;
}

.sub-menu li {
  padding-left: 0.5rem !important;
}

@media screen and (min-width: 993px) {
  .nav-list > li.active a,
  .nav-list > li:hover > a,
  .sub-menu > li:hover > a,
  .sub-menu .sub-menu > li:hover > a {
    background: transparent !important;
    color: #F66C39 !important;
  }
  .sub-menu li:last-child {
    border-bottom: 0 !important;
  }
  .sub-menu {
    position: absolute;
    z-index: 100000;
    width: 200px;
    z-index: 1000;
    top: 160%;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  .sub-menu .sub-menu {
    top: 110%;
    left: 100%;
    transition: all 0.4s ease;
  }
  .nav-list li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
  .sub-menu li:hover > .sub-menu {
    top: 0;
    left: 100%;
  }
  .navbar-toggle {
    display: none;
  }
  .navClose {
    display: none;
  }
  .nav-list a:focus {
    outline: none;
  }
  .sub-menu-toggle .fa {
    float: right;
    margin-top: 18px;
    margin-left: 5px;
  }
  .sub-menu a {
    color: #fff;
  }
  .sub-menu li {
    line-height: 2;
  }
  .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #dddddd;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .nav-list a {
    font-size: 16px;
    padding: 0 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .sub-menu li {
    line-height: 35px;
  }
  .contact-info li {
    font-size: 11px;
  }
  .menu .container {
    padding: 0;
  }
  .navbar-toggle:focus {
    outline: none;
  }
  .nav-list {
    -ms-flex-wrap: initial;
    flex-wrap: initial;
  }
  .sub-menu-toggle .fa {
    margin-top: 15px;
    margin-left: 0;
  }
  .nav-list {
    width: 100%;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    height: 100vh;
    overflow-y: scroll;
    padding-top: 0;
  }
  .menu.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .navbar-toggle:focus {
    outline: none;
  }
  .nav-list > li.active a {
    background: transparent;
  }
  .navbar-toggle {
    position: absolute;
    right: 40px;
    top: 20px;
    display: block;
    border: none;
    background: none;
    font-size: 20px;
  }
  .sub-menu {
    position: initial;
    opacity: 1;
    visibility: visible;
    display: none;
    width: 100%;
  }
  .sub-menu.active {
    display: block;
  }
  .sub-menu a {
    padding-right: 1.8em;
    padding-left: 2rem;
  }
  .sub-menu .sub-menu a {
    padding-right: 2.6em;
    padding-left: 3rem;
    line-height: 50px;
  }
}
.navbar {
  display: block;
}

@media screen and (max-width: 992px) {
  .navbar-toggler {
    border: none;
    width: 32px;
    height: 24px;
    padding: 0;
    position: relative;
    border-radius: 0;
    cursor: pointer;
  }
  .navbar-dark .navbar-nav .active .nav-link::before {
    top: 56px;
  }
  .sub-menu a {
    padding-right: 1.8em;
    padding-left: 2rem;
    line-height: 50px;
  }
  .sub-menu .sub-menu a {
    padding-right: 2.6em;
    padding-left: 3rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 1rem;
    line-height: 56px;
  }
  .navbar-toggler .navbar-toggler-icon {
    top: 10px;
  }
  .navbar-toggler .navbar-toggler-icon,
  .navbar-toggler .navbar-toggler-icon::after,
  .navbar-toggler .navbar-toggler-icon::before {
    background-color: #333;
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    border-radius: 100px;
    transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }
  .navbar-toggler .navbar-toggler-icon::after,
  .navbar-toggler .navbar-toggler-icon::before {
    content: "";
    display: block;
  }
  .navbar-toggler .navbar-toggler-icon::before {
    top: -10px;
  }
  .navbar-toggler .navbar-toggler-icon::after {
    bottom: -10px;
  }
  .navbar-toggler.toggler-spring .navbar-toggler-icon {
    top: 0;
    transition: background-color 0s 0.13s linear;
  }
  .navbar-toggler.toggler-spring .navbar-toggler-icon::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .navbar-toggler.toggler-spring .navbar-toggler-icon::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .navbar-toggler.toggler-spring.active .navbar-toggler-icon {
    transition-delay: 0.22s;
    background-color: transparent !important;
  }
  .navbar-toggler.toggler-spring.active .navbar-toggler-icon::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
  }
  .navbar-toggler.toggler-spring.active .navbar-toggler-icon::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
  }
}
@media screen and (max-width: 992px) {
  .mobile-menu {
    display: block;
  }
  .desktop-menu {
    display: none;
  }
  .navbar-expand-lg .navbar-nav li {
    padding: 0;
  }
}
.hiden {
  overflow: hidden;
}

.slider__owl-carousel,
.slider__owl-carousel .item {
  position: relative;
}

.slider__owl-carousel .owl-item img {
  height: 65vh;
  width: 100%;
}

.item.item--text-white,
.item.item--text-white h2,
.item.item--text-white .slider-text {
  color: #fff;
}

.slider-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.slider-content h2 {
  font-size: 62px;
  line-height: 64px;
  font-weight: bold;
}

.slider-text {
  font-size: 18px;
  color: #343434;
}

.partners .owl-carousel .owl-item img {
  width: auto;
}

.slider__owl-carousel .owl-prev {
  left: 40px;
}

.slider__owl-carousel .owl-next {
  right: 40px;
}

.slider__owl-carousel .owl-nav [class*=owl-] {
  background: #012337 !important;
}

.owl-prev span,
.owl-next span {
  font-size: 36px;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: calc(50% - 40px);
}

.owl-prev {
  left: -20px;
}

.owl-next {
  right: -20px;
}

.owl-prev:hover,
.owl-next:hover {
  background: none !important;
}

.owl-carousel.owl-drag .owl-item + .owl-item {
  margin-right: 20px;
}

.owl-carousel.owl-drag .owl-item:last-child {
  margin-right: 0 !important;
}

.owl-theme .owl-nav [class*=owl-] {
  border-radius: 100% !important;
  height: 56px;
  width: 56px;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
  background: #012337 !important;
  margin: 0;
}

.owl-theme .owl-nav [class*=owl-] span {
  opacity: 1 !important;
  height: 40px;
  margin-top: -6px;
  color: #fff;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
}

.owl-theme .owl-nav {
  margin-top: 0 !important;
}

.services__owl-carousel .owl-prev,
.services__owl-carousel .owl-next {
  position: inherit;
}

.services__owl-carousel .owl-nav [class*=owl-] {
  display: inline-block;
}

.services__owl-carousel .owl-nav {
  margin-top: 30px !important;
}

.services__owl-carousel .owl-next {
  margin-left: 10px !important;
}

.slider__owl-carousel .owl-nav [class*=owl-] {
  background: #000 !important;
}

.slider__owl-carousel .owl-nav [class*=owl-] {
  height: 50px;
  width: 50px;
}

#carouselExampleFade .carousel-control-next,
#carouselExampleFade .carousel-control-prev {
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .slider-content h2 {
    font-size: 1.75rem;
    line-height: 1.2;
  }
  .slider-content .btn {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .slider-content h2 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .slider-text {
    font-size: 8px;
  }
  .slider-content .btn {
    font-size: 8px;
  }
  .slider.p-t-20 {
    padding-top: 0;
  }
  .owl-theme .owl-nav [class*=owl-] {
    height: 30px;
    width: 30px;
  }
  .owl-next {
    right: 10px;
  }
  .owl-prev {
    left: 10px;
  }
  .owl-prev span, .owl-next span {
    font-size: 23px;
    top: 2px;
    position: relative;
  }
  .owl-prev,
  .owl-next {
    position: absolute;
    top: calc(50% - 10px);
  }
  .m-b-60 {
    margin-bottom: 1.875rem;
  }
}
.hero {
  position: relative;
}
.hero-bg {
  background: url("../images/hero1.jpg") no-repeat left top;
  background-size: cover;
  height: 684px;
  width: 100%;
  padding: 0 30px;
}
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.hero .container {
  height: 100%;
  position: relative;
  z-index: 1;
}
.hero-content {
  position: absolute;
  width: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.hero-content-inside {
  padding: 5rem 3rem;
}
.hero-border-top {
  position: absolute;
  border-top: 8px solid rgba(255, 255, 255, 0.6);
  height: 50%;
  width: 100%;
}
.hero-border-top::before {
  content: "";
  border-left: 8px solid rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  height: 50%;
  top: 0;
}
.hero-border-top::after {
  content: "";
  border-left: 8px solid rgba(255, 255, 255, 0.6);
  position: absolute;
  right: 0;
  height: 50%;
  top: 0;
}
.hero-border-bottom {
  position: absolute;
  border-top: 8px solid rgba(255, 255, 255, 0.6);
  height: 50%;
  width: 100%;
}
.hero-border-bottom::before {
  content: "";
  border-left: 8px solid rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  height: 50%;
  top: -50%;
}
.hero-border-bottom::after {
  content: "";
  border-left: 8px solid rgba(255, 255, 255, 0.6);
  position: absolute;
  right: 0;
  height: 50%;
  top: -50%;
}
.hero-title {
  font-size: 90px;
  font-family: "Anton", sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.hero-sub-title {
  position: relative;
  display: inline-block;
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Fjalla One", sans-serif;
  color: #fff;
}
.hero-sub-title::before {
  content: "";
  position: absolute;
  left: 110%;
  width: 80px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}
.hero-sub-title::after {
  content: "";
  position: absolute;
  right: 110%;
  width: 80px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%) s;
  background: #fff;
}
.hero-btn {
  background: #1D1D1D;
  padding: 0.25rem 1rem;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}
.hero-arrow {
  height: 56px;
  width: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .hero-title {
    font-size: 60px;
  }
  .hero {
    height: 454px;
  }
  .hero-content-inside {
    padding: 3rem 3rem;
  }
  .hero-sub-title::before,
  .hero-sub-title::after {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .hero-content {
    width: 100%;
  }
}
.about-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-info {
  background: #1D1D1D;
  height: 100%;
  color: #999999;
  padding: 3rem;
}

.about-info-sub-title {
  font-size: 24px;
  color: #F66C39;
  font-weight: normal;
}

.about-info-title {
  font-size: 40px;
  color: #fff;
  font-weight: normal;
}

.about-info-link {
  color: #F66C39;
}
.about-info-link:hover {
  text-decoration: underline;
  color: #F66C39;
}

.event-card {
  font-size: 15px;
}

.events {
  background: #3F3F3F;
}
.events img {
  width: 100%;
}

.section-sub-title {
  color: #BFBFBF;
}

.horizontal-line {
  background: #747474;
}

.categories-pages .event-card .event-card-link img {
  height: 222px;
}
.categories-pages .event-card .event-card-link iframe {
  height: 222px;
}

.event-card img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.event-card iframe {
  width: 100% !important;
  height: 250px;
}

.events-grid .grid-item:nth-child(n),
.events-list .grid-item:nth-child(n) {
  background: rgb(241, 70, 53);
  background: linear-gradient(90deg, #F14635 0%, #F8803C 100%);
}
.events-grid .grid-item:nth-child(n) .event-ticket-price,
.events-list .grid-item:nth-child(n) .event-ticket-price {
  background: rgb(241, 70, 53);
  background: linear-gradient(90deg, #F14635 0%, #F8803C 100%);
}
.events-grid .grid-item:nth-child(n) .event-date,
.events-list .grid-item:nth-child(n) .event-date {
  background: rgb(241, 70, 53);
  background: linear-gradient(90deg, #F14635 0%, #F8803C 100%);
  outline: 1px solid rgb(241, 70, 53);
  border: 1px solid #fff;
}
.events-grid .grid-item:nth-child(2n),
.events-list .grid-item:nth-child(2n) {
  background: #02A5E8;
  background: linear-gradient(90deg, #1F3C7E 0%, #02A5E8 100%);
}
.events-grid .grid-item:nth-child(2n) .event-ticket-price,
.events-list .grid-item:nth-child(2n) .event-ticket-price {
  background: #02A5E8;
  background: linear-gradient(90deg, #1F3C7E 0%, #02A5E8 100%);
}
.events-grid .grid-item:nth-child(2n) .event-date,
.events-list .grid-item:nth-child(2n) .event-date {
  background: #02A5E8;
  background: linear-gradient(90deg, #1F3C7E 0%, #02A5E8 100%);
  outline: 1px solid #02A5E8;
  border: 1px solid #fff;
}

.event-card-img {
  overflow: hidden;
  position: relative;
}

.event-date {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 0.5rem 1rem;
  background: #3F3F3F;
  color: white;
  font-size: 13px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.event-date > div {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}

.event-ticket-price {
  margin-top: 0.25rem;
  display: inline-block;
  padding: 0.25rem 1rem;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #fff;
}
.event-ticket-price span {
  font-size: 16px;
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
  .event-card img {
    height: 210px;
  }
  .event-card iframe {
    width: 100% !important;
    height: 210px;
  }
}
.events-list .event-card.d-flex .event-card-link {
  max-width: 260px;
  height: 220px;
  overflow: hidden;
}
.events-list .event-card.d-flex .event-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.events-list .event-card.d-flex .event-date {
  right: inherit;
  left: 20px;
}

.events-outer .event-card img {
  height: 170px;
}

@media screen and (max-width: 992px) {
  .events-list.grid--2 {
    grid-template-columns: 1fr;
  }
  .sidebar {
    margin-top: 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .events-list .event-card.d-flex .event-card-link {
    max-width: 210px;
    height: 190px;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .events-outer .grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .events-outer .event-card img {
    height: 190px;
  }
}
@media screen and (max-width: 767px) {
  .events-outer .event-card img,
  .events-outer .event-card iframe {
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .event-card.d-flex {
    flex-direction: column;
  }
  .events-list .event-card.d-flex .event-card-link {
    max-width: 100%;
    height: auto;
    overflow: hidden;
  }
  .categories-pages .event-card .event-card-link img {
    height: auto;
  }
}
.cta-content {
  gap: 40px;
}

.cta-left {
  flex: 1;
  font-size: 24px;
  font-family: "Jost", sans-serif;
}

.hover img {
  transition: all 0.4s ease;
}
.hover:hover img {
  transform: scale(1.06);
}

@media screen and (max-width: 767px) {
  .cta-content {
    flex-direction: column;
    gap: 30px;
  }
  .cta.p-t-80 {
    padding-bottom: 100px !important;
  }
  .cta-left {
    font-size: 16px;
    line-height: 24px;
  }
}
.form-control,
.form-control input {
  border-radius: 0;
}

.form-control {
  height: 40px;
  border: 1px solid #747474;
}

button,
button[type=submit],
input[type=submit] {
  height: 40px;
  line-height: 40px;
}

.module {
  box-shadow: 0 6px 20px rgba(0, 130, 202, 0.16);
  padding: 2rem;
}

.forgot-password {
  margin-bottom: 0;
  color: #1367A5;
}

.meta-h-account {
  text-align: center;
  margin-top: 30px;
}
.meta-h-account a {
  text-decoration: underline;
}

.meta-r {
  text-align: center;
  margin-top: 40px;
}
.meta-r a {
  text-decoration: underline;
}

.form-check-input {
  border-radius: 0 !important;
  height: 1rem;
  width: 1rem;
  border: 0;
  border: 1px solid #747474 !important;
}

.form-check-label {
  margin-left: 0.25rem;
}

.swiper-container {
  position: relative;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 100%;
  left: 0;
}

.card--swiper {
  position: relative;
  border: none;
  z-index: 10;
}
.card--swiper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}
.card--swiper:hover::after {
  opacity: 1;
}
.card--swiper:hover .card-top-header {
  opacity: 1;
}
.card--swiper img {
  height: auto !important;
}
.card--swiper:hover img {
  transform: inherit !important;
}
.card--swiper:hover .card-bottom {
  bottom: 0;
}
.card--swiper .card-top-header {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 30px;
  padding: 0 20px;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}
.card--swiper .card-bottom {
  position: absolute;
  z-index: 10;
  padding: 1.5rem;
  left: 0;
  bottom: -65px;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.card--swiper .card-bottom h3 {
  color: #fff;
  margin-bottom: 30px;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: inherit !important;
  opacity: 1 !important;
}

.slider-scrollbar {
  width: 100%;
  border-radius: 4px;
  height: 3px;
  background: #f5f5f5 !important;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5) !important;
  border-radius: 10px;
  opacity: 1;
  left: 0;
  top: 0;
}

.section-slider-nav {
  height: 40px;
  width: 40px;
  background: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.section-slider-nav.swiper-button-prev {
  left: -20px;
}

.section-slider-nav.swiper-button-next {
  right: -20px;
}

.recommended .section-slider-nav.swiper-button-prev,
.recommended .section-slider-nav.swiper-button-next {
  top: 160px;
}

.recommendSwiper .section-slider-nav.swiper-button-prev {
  left: 0;
}

.recommendSwiper .section-slider-nav.swiper-button-next {
  right: 0;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 16px;
  color: #fff;
}

@media screen and (max-width: 1300px) {
  .recommended .section-slider-nav.swiper-button-prev,
  .recommended .section-slider-nav.swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .section-slider-nav.swiper-button-next {
    right: 0;
  }
  .section-slider-nav.swiper-button-prev {
    left: 0;
  }
}
.gallery-section img {
  height: 215px;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .gallery-section img {
    height: 85px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .gallery-section img {
    height: 160px;
  }
}
.inside-banner {
  background: url("../images/inside-banner.jpg") no-repeat left top;
  height: 170px;
  width: 100%;
  background-size: cover;
  padding: 30px 0;
}
.inside-banner .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.inside-banner h1 {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}

.breadcrumb {
  background: none;
  text-align: center;
  display: inline-flex;
  margin-left: 0;
  padding: 0;
  margin-bottom: 0;
}
.breadcrumb li {
  color: #fff;
}
.breadcrumb a {
  color: #fff;
}

.breadcrumb > li + li::before {
  padding: 0 12px;
  color: #fff !important;
  content: "|" !important;
}

.breadcrumb > li + li {
  color: #F66C39;
}

.breadcrumb-item.active {
  color: #fff;
}

#breadcrumbs a,
#breadcrumbs span {
  color: #fff;
}

.breadcrumb-item a {
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0 !important;
}

.blogs-section {
  background: #1D1D1D;
}

.media-blog {
  margin-bottom: 30px;
  align-items: flex-start;
}

.media-blog-content {
  padding-bottom: 0;
}
.media-blog-content h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #fff;
}
.media-blog-content h3:hover {
  text-decoration: underline;
  color: #fff;
}
.media-blog-content p {
  color: #999999;
}
.media-blog-content i {
  color: #F66C39;
  margin-right: 0.25rem;
}

.media-blog .flex-shrink-0 {
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
  flex: 0 0 160px;
  max-width: 160px;
  height: 120px;
}
.media-blog img {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.media-blog:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 992px) {
  .blogs-section .col-lg-6 + .col-lg-6 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .media-blog .flex-shrink-0 {
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
    flex: 0 0 160px;
    max-width: 100px;
    height: 80px;
  }
}
/*overlay*/
.overlay {
  overflow: hidden;
  position: relative;
}
.overlay img {
  width: 100%;
  object-fit: cover;
}

.overlay-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgb(24, 194, 245);
  background: linear-gradient(0deg, rgb(24, 194, 245) 0%, rgba(13, 105, 132, 0) 50%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
  padding: 60px 15px;
  height: 100%;
}

.overlay-caption-title {
  position: absolute;
  bottom: 0;
  padding: 15px;
  font-size: 2rem;
  line-height: 45px;
  color: #fff;
}

/*overlay end*/
.overlay-caption-date {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

/* #Footer  Styles================================================== */
.footer {
  position: relative;
  font-size: 14.5px;
  position: relative;
  padding: 3rem 0 0;
  background: #131313;
  color: #999999;
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -58px;
  transform: translateX(-50%);
  background: #131313 url("../images/footer-logo.svg") no-repeat center center;
  border-radius: 100%;
  height: 116px;
  width: 116px;
}
.footer h2 {
  font-size: 1.25rem;
  margin-bottom: 1.875rem;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
}
.footer h3, .footer h4 {
  color: #fff;
}
.footer h4 {
  font-size: 16px;
  font-weight: normal;
  text-decoration: underline;
}
.footer p {
  color: #999999;
}
.footer .footer-contact-info a,
.footer .footer-contact-info span {
  color: #999999;
}

.footer__box-menu ul {
  column-count: 2;
  gap: 20px;
}

.footer ul li a:hover {
  text-decoration: underline;
}

.footer p .fa {
  margin-right: 10px;
}

.footer__box {
  position: relative;
  z-index: 10;
}
.footer__box li {
  line-height: 26px;
  position: relative;
}
.footer__box li a {
  color: #999999;
}

.footer__box li {
  margin-bottom: 8px;
}

.last_footer {
  padding: 1rem 0;
  margin-top: 40px;
  background: #303030;
  position: relative;
  font-size: 14.5px;
}

.copy a {
  color: #999999;
  text-decoration: none;
}
.copy a:hover {
  text-decoration: underline;
  color: #F66C39;
}

.footer__social-media {
  font-size: 1rem;
  display: inline-flex;
  gap: 12px;
}
.footer__social-media a {
  color: #333;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  color: #fff;
}

.contact-list li {
  margin-bottom: 4px;
  position: relative;
  padding-left: 1rem;
}
.contact-list li::after {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 4px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .footer__box {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer__box {
    margin-bottom: 30px;
  }
  .footer h2 {
    margin-bottom: 1rem;
  }
  .footer__social-media {
    margin-top: 1rem;
  }
  .last_footer {
    margin-top: 20px;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  .footer .col-lg-3.col-sm-6 {
    padding-bottom: 30px;
  }
  .footer h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .footer .col-lg-3.col-sm-6 + .col-lg-3.col-sm-6 {
    padding-top: 30px;
  }
}
/* #btn================================================== */
.btn {
  padding: 0 1rem;
  line-height: 2rem;
  display: inline-block;
  border-radius: 4px;
  border: none;
  font-weight: 600;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
}

.btn--primary {
  background: #1367A5;
  color: #fff;
}
.btn--primary:hover {
  color: #fff;
  background: #1675bc;
}

.btn--accent {
  background: #F66C39;
}
.btn--accent:hover {
  color: #fff;
  background: #f77e51;
}

.btn--primary-outline {
  border: 2px solid #1367A5;
  color: #1367A5;
}
.btn--primary-outline:hover {
  border: 2px solid #1367A5;
  color: #fff;
  background: #1367A5;
}

.btn--accent-outline {
  border: 2px solid #F66C39;
  color: #F66C39;
}
.btn--accent-outline:hover {
  border: 2px solid #F66C39;
  color: #fff;
  background: #F66C39;
}

.btn--white-outline {
  border: 2px solid #fff;
  color: #fff;
}
.btn--white-outline:hover {
  border: 2px solid #fff;
  color: #333;
  background: #fff;
}

.header__middle-right-btn {
  margin-left: 24px;
}

/*btn size*/
.btn--small {
  padding: 0 1.25em;
}

.btn--medium {
  padding: 0 2rem;
  line-height: 48px;
}

.btn--big {
  padding: 0 1.25rem;
  line-height: 48px;
  font-size: 16px;
}

.btn:focus,
button:focus {
  outline: 0;
}

.btn-link {
  text-decoration: underline;
  color: #F66C39;
}
.btn-link:hover {
  color: #F66C39;
  text-decoration: none;
}

.btnLink {
  color: #F66C39 !important;
  font-weight: 500;
}
.btnLink:hover {
  color: #c03a09;
}

.btn i {
  margin-left: 4px;
}

.continue_btn {
  height: 40px;
  line-height: 40px;
}

.btn-secondary,
.btn-secondary.disabled,
.btn-secondary:disabled {
  border-color: #f0f0f0;
  background: #f0f0f0;
  color: #3d464d;
  fill: #3d464d;
  font-weight: 600;
}

.btn-orange-gradiant {
  background: #F8803C;
  background: linear-gradient(90deg, #F14635 0%, #F8803C 100%);
  color: #fff;
}
.btn-orange-gradiant:hover {
  background: #F8803C;
  background: linear-gradient(90deg, #F8803C 0%, #F14635 100%);
}

.btn-orange-gradiant-outline {
  border-top: 2px solid #F14635;
  border-bottom: 2px solid #F8803C;
  background-image: linear-gradient(#F14635, #F8803C), linear-gradient(#F14635, #F8803C);
  background-size: 2px 100%;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  color: #F66C39;
}
.btn-orange-gradiant-outline:hover {
  background: #F8803C;
  background: linear-gradient(90deg, #F14635 0%, #F8803C 100%);
  color: #fff;
}

.title {
  position: relative;
  padding-left: 2rem;
}
.title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #F66C39;
  width: 5px;
}

.card {
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 0;
}
.card img {
  height: 220px;
  object-fit: cover;
}
.card a {
  position: relative;
  display: block;
}
.card h2 {
  font-size: 2rem;
}
.card--border-none {
  border: none;
}
.card .card-body {
  padding: 1rem;
  font-size: 0.9375rem;
}
.card .card-body--position {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(25, 89, 149) 50%, rgb(56, 44, 96) 100%);
}
.card .card-body--position h2, .card .card-body--position h2 p {
  color: #fff;
}

.card--no-padding {
  padding: 0;
}

.card__date {
  color: #aaa;
  font-size: 16px;
}

.news__owl-carousel .owl-item img {
  width: 130px;
}

.c-card__body {
  background: #fff;
  padding: 15px 20px;
}

.notices__media h3 {
  font-size: 18px;
  margin-bottom: 0;
}

.notices__media img {
  width: 100px;
  height: 80px;
  object-fit: cover;
}

.media-date {
  color: #7e7f8b;
}

.card-price {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(253, 21, 40, 0.5);
  padding: 1.25rem;
  color: #fff;
  clip-path: polygon(0 38%, 100% 0, 100% 100%, 0% 100%);
  font-size: 1.5rem;
  font-weight: bold;
}
.card-price span {
  display: block;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-top: 26px;
  font-weight: normal;
}

.cards .card {
  margin-bottom: 30px;
}

.card figure {
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
}
.card img {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.card:hover img {
  transform: scale(1.1);
}

.card-flex i {
  color: #F66C39;
}

.price {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #fff;
  display: flex;
  padding: 0.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 75px;
  width: 75px;
  border-radius: 100%;
  line-height: 1;
  opacity: 0.8;
}
.price span {
  font-size: 12px;
  font-style: italic;
}
.price strong {
  font-size: 24px;
  color: #F66C39;
}

.card-title {
  text-transform: inherit;
  font-size: 20px;
}

.card-img,
.card-img-top {
  border-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*media*/
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.post__media h3 {
  font-size: 17px;
  margin-bottom: 0;
}

.post__media img {
  width: 66px;
  height: 67px;
  object-fit: contain;
}

.media-date {
  color: #1367A5;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}

.wrapper .captcha-area {
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}

.captcha {
  background: url("../images/captcha-bg.png") no-repeat left top;
}

.captcha-area .captcha-img {
  height: 100%;
  flex: 1;
  user-select: none;
  background: #000;
  border-radius: 5px;
  position: relative;
}

.captcha-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  opacity: 0.95;
}

.captcha-img .captcha {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  font-size: 20px;
  text-align: center;
  letter-spacing: 6px;
  transform: translate(-50%, -50%);
  text-shadow: 0px 0px 2px #b1b1b1;
  font-family: "Noto Serif", serif;
  padding-left: 3px;
}

.wrapper button {
  outline: none;
  border: none;
  color: #fff;
  cursor: pointer;
  background: #4db2ec;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.wrapper button:hover {
  background: #2fa5e9;
}

.captcha-area .reload-btn {
  width: 50px;
  height: 100%;
  font-size: 25px;
}

.captcha-area .reload-btn i {
  transition: transform 0.3s ease;
}

.captcha-area .reload-btn:hover i {
  transform: rotate(15deg);
}

.wrapper .input-area {
  height: 60px;
  width: 100%;
  position: relative;
}

.input-area input {
  width: 100%;
  height: 100%;
  outline: none;
  padding-left: 20px;
  font-size: 20px;
  border-radius: 5px;
  border: 1px solid #bfbfbf;
}

.input-area input:is(:focus, :valid) {
  padding-left: 19px;
  border: 2px solid #4db2ec;
}

.input-area input::placeholder {
  color: #bfbfbf;
}

.input-area .check-btn {
  position: absolute;
  right: 7px;
  top: 50%;
  font-size: 17px;
  height: 45px;
  padding: 0 20px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
}

.input-area input:valid + .check-btn {
  opacity: 1;
  pointer-events: auto;
}

.wrapper .status-text {
  display: none;
  font-size: 18px;
  text-align: center;
  margin: 20px 0 -5px;
}

@media (max-width: 506px) {
  .wrapper header {
    font-size: 25px;
  }
  .wrapper .captcha-area {
    height: 48px;
  }
  .captcha-area .captcha {
    font-size: 28px;
    letter-spacing: 5px;
  }
  .captcha-area .reload-btn {
    width: 60px;
    margin-left: 5px;
    font-size: 20px;
  }
  .wrapper .input-area {
    height: 55px;
  }
  .input-area .check-btn {
    height: 40px;
  }
  .wrapper .status-text {
    font-size: 15px;
  }
  .captcha-area .captcha-img {
    width: 250px;
  }
}
s.pagination .page-item .page-link.pren {
  color: #8b8b8b;
}

.pagination .page-item .page-link.pren.prev:hover {
  transform: translateX(-5px);
  background: none;
  color: #F66C39;
}

.pagination .page-item .page-link.pren.next:hover {
  transform: translateX(5px);
  background: none;
  color: #F66C39;
}

.pagination .page-item .page-link {
  background: none;
  border: none;
  color: #ddd;
  font-size: 1.2rem;
  border-radius: 0;
  font-family: "domine";
  font-weight: 600;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 0.6rem;
  border-radius: 2px;
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
  background: #F66C39;
  border-radius: 100%;
  color: #fff;
}

.pagination {
  display: inline-flex;
}

.contact-text {
  font-size: 0.875rem;
  margin-bottom: 20px;
  line-height: 26px;
}

.contact-form label {
  display: block;
}
.contact-form input {
  height: 48px;
  padding-left: 10px;
  border: 1px solid #E0E0E0;
  border-radius: 0;
  border-radius: 0;
}
.contact-form textarea {
  border: 1px solid #E0E0E0;
  width: 100%;
  padding-left: 10px;
  padding-top: 5px;
  height: 195px;
  border-radius: 0;
}
.contact-form .btn {
  text-transform: uppercase;
}

.contact-box {
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .contact-box {
    padding-right: 0;
  }
}

.contact-box button[type=submit] {
  height: 40px;
  border-radius: 0;
}

.contact-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
}
.contact-icons h3 {
  font-size: 1.25rem;
  margin-bottom: 0;
}

.contact-icon i {
  height: 56px;
  width: 56px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 1px solid #F66C39;
  font-size: 1rem;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 30px;
  color: #F66C39;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #fff;
  outline: 0;
  box-shadow: 0 !important;
  box-shadow: none;
}

@media screen and (max-width: 992px) {
  .address {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .map-wrap {
    margin-top: 40px;
  }
  .address {
    margin-top: 30px;
  }
  .address .m-b-40 {
    margin-bottom: 20px !important;
  }
}
.wpcf7-form.init label {
  display: block;
}
.wpcf7-form.init textarea {
  color: #495057;
  border: 1px solid #ced4da;
  width: 100%;
}
.wpcf7-form.init textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  padding-left: 10px;
}

.contact-body {
  border-bottom: 2px solid #F66C39;
}

.marked-text {
  color: #1367A5;
}

.form-group {
  margin-bottom: 20px;
}

.footer-contact-info svg {
  vertical-align: top;
}

.form-contact input,
.form-contact textarea {
  background: #f8f8f8;
  font-size: 15px;
}

.error {
  color: #ef7070;
}

.contact-info ul li {
  line-height: 26px;
}

.contact-info ul li a {
  color: #BFBFBF;
}

.categories-pages .c-card__body h3 {
  margin-bottom: 0;
}

.categories-pages .c-card {
  margin-bottom: 80px;
  position: relative;
}

.c-card__body--position {
  position: absolute;
  bottom: -20px;
  width: 77%;
  left: 40px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
}

.p-title {
  font-size: 20px;
}

.p-sub-title {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.875rem;
  margin-bottom: 8px;
}

.gallery-list .col-lg-3 {
  margin-bottom: 30px;
}

.gallery-item-caption {
  padding: 1rem 0;
  text-align: center;
  background: #1D1D1D;
  font-size: 18px;
}

.gallery-item img {
  height: 170px;
  object-fit: cover;
  width: 100%;
}

.gallery-img {
  border: 3px solid #a5a5a5;
  height: 120px;
  width: 100%;
  object-fit: cover;
}

.gallery-list .col-lg-2 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .gallery-item img {
    width: 100%;
    height: 100%;
  }
  .gallery-img {
    height: 100%;
  }
}
.event-detail .event-detail-item {
  display: grid;
  grid-template-columns: 1fr 2.2fr;
  gap: 30px;
  padding: 0 2rem;
  font-size: 15px;
}
.event-detail .event-detail-item label {
  font-weight: bold;
}
.event-detail .event-detail-item span {
  color: #898989;
}
.event-detail.event-detail--organizer .event-detail-item {
  grid-template-columns: 1fr 3.3fr;
}

.event-map {
  padding: 2rem 2rem 0;
}

.sponsors {
  padding: 0 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.sponsors h4 {
  margin-top: 4px;
  font-size: 14px;
  margin-bottom: 0;
}

.blog-single-left-content {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.social {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
.social .social-media {
  display: flex;
  gap: 8px;
}
.social .social-media a {
  color: #999999;
}

.social-share {
  color: #999999;
}
.social-share i {
  color: #F66C39;
}

.speaker {
  text-align: center;
}
.speaker p {
  margin-bottom: 0;
  font-size: 14px;
}
.speaker .social-media {
  display: flex;
  gap: 0.5rem;
  border-radius: 4px;
}
.speaker .social-media a {
  color: #999999;
}

.module1 {
  padding: 2rem;
  background: #fff;
}

.speaker:hover .social-media--position {
  opacity: 1;
}

.speaker-img {
  position: relative;
}
.speaker-img img {
  width: 100%;
}

.social-media--position {
  position: absolute;
  background: #fff;
  padding: 0.25rem 1rem;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
  opacity: 0;
}

.speaker-body {
  background: #1D1D1D;
  padding: 1rem;
}
.speaker-body p {
  margin-bottom: 0;
  color: #999999;
}

.blogs__card {
  border: none;
  margin-bottom: 30px;
}

.blogs__card .card-body {
  padding: 20px 0 0;
}

.blogs--card h3 {
  font-size: 20px;
}

.card-img-link {
  display: block;
  position: relative;
}

.card-img-link i {
  position: absolute;
  right: 30px;
  top: 10px;
  height: 40px;
  width: 40px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  text-align: center;
  line-height: 40px;
  background: #F66C39;
  color: #fff;
  font-size: 1rem;
  opacity: 0;
  transition: all 0.3s ease-in;
}

.card-hvr:hover .card-img-link i {
  opacity: 1;
  transform: translateX(10px);
}

.notices {
  padding-left: 2rem;
  border-left: 1px solid #747474;
}

.notices__list li {
  margin-bottom: 30px;
}

.notices__item a {
  color: inherit;
}

.blog-post h2 {
  margin-bottom: 1.5rem;
  font-size: 40px;
}

.blogs--card .grid-item {
  border: none;
}

@media screen and (max-width: 767px) {
  .blog-single-left iframe {
    height: 250px;
  }
}
.not-found {
  text-align: center;
}

.not-found__404 {
  font-size: 80px;
  font-weight: 700;
  color: #ebebeb;
}

.not-found__content {
  width: 480px;
  max-width: 100%;
  margin: 0 auto;
}

.not-found__title {
  margin-bottom: 30px;
}

.not-found__text {
  margin-bottom: 20px;
}

.not-found__search {
  display: flex;
  margin-bottom: 30px;
}

.not-found__text {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .not-found__404 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .not-found__404 {
    font-size: 50px;
    line-height: 54px;
    padding: 40px 0 32px;
  }
}
.blogs__card {
  border: none;
  margin-bottom: 30px;
}

.blogs__card .card-body {
  padding: 20px 0 0;
}

.blogs--card h3 {
  font-size: 20px;
}

.card-img-link {
  display: block;
  position: relative;
}

.card-img-link i {
  position: absolute;
  right: 30px;
  top: 10px;
  height: 40px;
  width: 40px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  text-align: center;
  line-height: 40px;
  background: #F66C39;
  color: #fff;
  font-size: 1rem;
  opacity: 0;
  transition: all 0.3s ease-in;
}

.card-hvr:hover .card-img-link i {
  opacity: 1;
  transform: translateX(10px);
}

.notices__list li {
  margin-bottom: 30px;
}

.notices__item a {
  color: inherit;
}

.blog-post h2 {
  margin-bottom: 1.5rem;
  font-size: 40px;
}

.blogs--card .btnLink {
  font-size: 0.875rem;
}

.blog .card + .card {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #dbdbdb;
}

.module {
  background: #fff;
  padding: 2rem 0;
}

.post__list {
  padding: 0 2rem;
}
.post__item a:hover h3 {
  color: #1367A5;
}
.post__item + .post__item {
  border-top: 1px solid #dbdbdb;
  margin-top: 24px;
  padding-top: 24px;
}

.list__item {
  line-height: 52px;
  position: relative;
}
.list__item a {
  padding: 0 2rem;
  display: block;
}
.list__item a:hover {
  color: #1367A5;
  background: #fff;
}
.list__item a::after {
  transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
}
.list__item a:hover::after {
  content: "\f105";
  position: absolute;
  top: 0px;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

.list--custom li a:hover::after {
  content: "\f104";
  position: absolute;
  right: inherit;
  left: 12px;
  top: 0;
}

.need {
  padding: 3rem;
  background: url("../images/need-bg.jpg") no-repeat left top;
  background-size: cover;
  position: relative;
  color: #fff;
  width: 100%;
}
.need::after {
  content: "";
  position: absolute;
  background: rgba(42, 75, 155, 0.95);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.need__inner {
  position: relative;
  z-index: 1;
}
.need h3 {
  color: #fff;
  margin-bottom: 28px;
}
.need__content {
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 24px;
}
.need__ph {
  font-size: 1.5rem;
  margin-bottom: 28px;
}

.blog-post__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0.625rem 0;
  margin-bottom: 20px;
}
.blog-post__meta > div:not(:last-child)::after {
  content: "|";
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.writer_name {
  font-weight: 400;
}

.body-wrapper {
  background: #3F3F3F;
}

.inner ul,
.inner ol {
  margin-bottom: 20px;
}

.inner ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.inner ul li::before {
  content: "•";
  color: #000;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 1em;
}

.inner ul.bullet li::before {
  color: #ddd;
}

.inner ul li,
.inner ol li {
  margin-bottom: 5px;
}

.inner ul {
  list-style: disc;
}

.inner ol,
.inner ol li {
  list-style: decimal;
}

.inner p {
  margin-bottom: 10px;
  text-align: justify;
}

.inner table {
  width: 100%;
  margin-bottom: 20px;
}

.alignright {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}

.alignleft {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.card iframe {
  width: 100% !important;
  height: 220px;
}

.para-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.btn-wrap--mobile {
  display: none;
}

.iframe-wrap {
  position: relative;
}
.iframe-wrap h2 {
  position: absolute;
  bottom: 0;
  left: 20px;
}

/* #Media Queries For Responsive================================================== */
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 992px) {
  .navbar-toggler {
    display: none;
  }
  .navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .dropdown--language {
    display: none;
  }
  .navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }
  .notices {
    margin-top: 30px;
  }
  .gallery-row > [class*=col-] img {
    height: 100px;
  }
  #google_translate_element {
    display: none;
  }
  .btn--big {
    padding: 0 1rem;
    font-size: 14px;
  }
  .card h2 {
    font-size: 26px;
  }
  .section-title h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .m-t-40 {
    margin-top: 1.25rem;
  }
  .h2, h2 {
    font-size: 1.5rem;
  }
  .p-t-80 {
    padding-top: 2rem;
  }
  .p-t-60 {
    padding-top: 30px;
  }
  .p-tb-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-b-120 {
    padding-bottom: 80px !important;
  }
  .m-b-40 {
    margin-bottom: 30px !important;
  }
  h4, .h4 {
    font-size: 1rem;
  }
  .sidebar {
    margin-top: 30px;
  }
  .card img {
    height: auto;
  }
  .header__top {
    display: none;
  }
  .search-bar {
    top: 0;
    display: block;
  }
  .input-outer {
    margin-bottom: 1rem;
  }
  .card h2 {
    font-size: 26px;
  }
  .section-title h2 {
    font-size: 2rem;
  }
  .dropdown--language {
    display: none;
  }
  .testimonial-body {
    width: 100%;
  }
  .media-blog img {
    margin-bottom: 1rem;
    width: 100%;
  }
  .btn--big {
    padding: 0 1rem;
    font-size: 14px;
  }
  .card--fixed-departure {
    margin-bottom: 30px;
  }
  .gallery-row img {
    height: 120px;
    object-fit: cover;
  }
  .navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }
  .feature {
    margin-top: 10px;
  }
  .input-outer i {
    top: 27px;
  }
  .media-blog .flex-shrink-0 {
    width: 100%;
    text-align: center;
  }
  .media-blog-content {
    padding: 0;
  }
  .carousel-caption {
    font-size: 26px;
  }
  .notices {
    padding-left: 0;
    border: 0;
  }
  .img-block img {
    width: 100%;
  }
  .contact-info {
    margin-bottom: 30px;
  }
  .shrink .header__middle {
    padding: 8px 0;
  }
  .about__figure::after {
    display: none;
  }
  .navbar-toggler {
    display: block;
  }
  .news .owl-theme .owl-nav {
    display: none;
  }
  .blog-single__media img {
    width: 80px;
    height: 80px;
  }
  .inside-banner h1 {
    font-size: 1.8rem;
  }
  .inside-banner {
    height: auto;
  }
  .notices {
    margin-top: 40px;
  }
  .pagination.m-t-40 {
    margin-top: 40px;
  }
  .contact-icons {
    margin-top: 40px;
  }
  .container.d-flex.align-items-center {
    display: block !important;
    position: relative;
  }
  .section-title h2 {
    line-height: 1.2;
  }
  .grid-categories .grid-item + .grid-item {
    margin-top: 30px;
  }
  .header__middle-right-btn {
    margin-left: 0;
    margin-right: 20px;
  }
  .header__middle .btn {
    font-size: 10px;
    line-height: 1.5rem;
  }
  .header {
    position: sticky;
    -ms-position: sticky;
    top: 0;
    z-index: 100;
  }
  .navdiv {
    top: 0;
  }
  .navbar-toggler {
    border: none;
    width: 28px;
    height: 20px;
  }
  .navbar-toggler .navbar-toggler-icon, .navbar-toggler .navbar-toggler-icon::after, .navbar-toggler .navbar-toggler-icon::before {
    height: 2px;
  }
  .navbar-toggler.toggler-spring .navbar-toggler-icon::before {
    top: 8px;
  }
  .navbar-toggler.toggler-spring .navbar-toggler-icon::after {
    top: 16px;
  }
  .slider__owl-carousel .owl-prev {
    left: 10px;
  }
  .slider__owl-carousel .owl-next {
    right: 10px;
  }
  .section-title h2 {
    font-size: 1.625rem;
  }
  .section-title h3 {
    margin-bottom: 8px;
  }
  .t-map iframe {
    height: 250px;
  }
  .slider__owl-carousel .owl-item img {
    height: auto;
  }
  .location {
    margin-bottom: 1rem;
  }
  .destination .card {
    margin-bottom: 30px;
  }
  .m-b-30 {
    margin-bottom: 1.25rem;
  }
  .p-t-100 {
    padding-top: 1.875rem;
  }
  .m-t-60 {
    margin-top: 30px;
  }
  .about-img {
    margin-top: 30px;
  }
  .btn-wrap-mobile {
    margin-left: auto;
    margin-top: 20px;
    display: none;
  }
  .about__figure {
    margin-bottom: 0;
  }
  .p-tb-80 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .btn--big {
    padding: 0 1em;
    line-height: 36px;
  }
  .m-b-80 {
    margin-bottom: 2rem;
  }
  .design {
    margin-top: 0.5rem;
  }
  .card-meta-right {
    padding-left: 1rem;
  }
  .destination-grid {
    display: block;
  }
  .destination-grid .grid-item + .grid-item {
    margin-top: 20px;
  }
  .about-img img {
    height: auto;
  }
  .inside-hero-caption {
    position: inherit;
  }
  .inside-right {
    margin-top: 20px;
  }
  .inside-hero-caption {
    background: rgba(213, 222, 231, 0.6);
  }
  .inside-hero-caption {
    color: inherit;
  }
  #google_translate_element {
    display: none;
  }
  .footer-contact-info {
    margin-top: 20px;
  }
  .destination-content {
    margin-top: 20px;
  }
  .blog-post h2 {
    font-size: 26px;
  }
  .detail-page .col-md-8.col-lg-8 {
    order: 2;
  }
  .detail-page .col-md-4.col-lg-4 {
    order: 1;
  }
  .btn-wrap--mobile {
    display: block;
    position: fixed;
    left: 10px;
    bottom: 20px;
    z-index: 100;
  }
  .btn-wrap--mobile .btn--big {
    line-height: 38px;
    font-size: 13px;
  }
  .btn-wrap--mobile .me-3 {
    margin-right: 0.5rem !important;
  }
  .btn--medium {
    padding: 0 1.5rem;
    line-height: 40px;
  }
  .btn-wrap.m-t-30 {
    margin-top: 0 !important;
  }
  .tabs-outer {
    display: none;
  }
  .contact-box {
    margin-bottom: 40px;
  }
  .footer-contact-info.m-t-40 {
    margin-top: 40px !important;
  }
  .cta-card-title {
    font-size: 32px;
    color: #fff;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 380px) {
  .header__top {
    padding: 0.5rem 0;
  }
  .header__top-right {
    display: block !important;
  }
  .header__top-right > div {
    line-height: 2;
  }
}

/*# sourceMappingURL=style.css.map */
