@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
@font-face {
  font-family: "HK Grotesk";
  src: url(fonts/hk-grotesk/HKGrotesk-Regular.otf);
  font-weight: 400;
}
@font-face {
  font-family: "HK Grotesk";
  src: url(fonts/hk-grotesk/HKGrotesk-Italic.otf);
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "HK Grotesk";
  src: url(fonts/hk-grotesk/HKGrotesk-Medium.otf);
  font-weight: 500;
}
@font-face {
  font-family: "HK Grotesk";
  src: url(fonts/hk-grotesk/HKGrotesk-SemiBold.otf);
  font-weight: 600;
}
@font-face {
  font-family: "HK Grotesk";
  src: url(fonts/hk-grotesk/HKGrotesk-Bold.otf);
  font-weight: 700;
}
:root {
  --primary-font: "DM Sans", sans-serif;
  --secondary-font: "HK Grotesk", sans-serif;
  --light: #f4f4f4;
  --heading-color: #171717;
  --para-color: #666666;
  --gray: #666;
  --gray-bgcolor: #f2f4f6;
  --footer-color: #afafaf;
  --btn-info: #dc3545;
  --btn-succss: #25b15f;
  --btn-yellow: #ffcc0d;
  --btn-border-radius: 4px;
  --bg-drak-gray: #eaeaea;
  --btn-gray: #6c757d;
  --progress-bar: #ff5555;
  --facebook-color: #3b5998;
  --twitter-color: #55acee;
  --pinterest-color: #cb2027;
  --google-plus-color: #dc4e41;
}

/* custom css */
* {
  margin: 0;
}
body {
  overflow-x: hidden !important;
}
.g-5-1,
.gx-5-1 {
  --bs-gutter-x: 3.5rem;
}
.g-4-3,
.gx-4-3 {
  --bs-gutter-x: 2.75rem;
}
.g-6,
.gx-6 {
  --bs-gutter-x: 4rem;
}
.g-7,
.gx-7 {
  --bs-gutter-x: 7rem;
}

.g-4-1,
.gx-4-1 {
  --bs-gutter-x: 2rem;
}
.g-4-2,
.gx-4-2 {
  --bs-gutter-x: 2.25rem;
}
.mt-8 {
  margin-top: 5rem !important;
}
.g-2-1,
.gx-2-2 {
  --bs-gutter-x: 0.75rem;
}
.mb-3-1 {
  margin-bottom: 1.15rem !important;
}
hr:not([size]) {
  height: 0px;
  background-color: transparent;
  border-top: 1px solid #bfbfbf;
  opacity: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--secondary-font);
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: 20px;
}
h1 {
  font-size: 32px;
  line-height: 42px;
}
h2 {
  font-size: 28px;
  line-height: 35px;
}
.dropdown-menu {
  border: unset;
}
h3 {
  font-size: 20px;
  line-height: 30px;
}

h4 {
  font-size: 18px;
  line-height: 27px;
}

h5 {
  font-size: 16px;
  line-height: 26px;
}

h6 {
  font-size: 14px;
  line-height: 24px;
}

p {
  font-size: 14px;
  font-family: var(--primary-font);
  font-weight: 400;
  line-height: 23px;
  color: var(--para-color);
}

a {
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  font-family: var(--secondary-font);
  transition: all 0.25s ease-in;
}
a h5,
a h6 {
  transition: all 0.25s ease-in;
}
a h2 {
  transition: all 0.25s ease-in;
}
a:hover,
a:hover h5,
a:hover h6,
a:hover h3,
a:hover h4,
a:hover h2,
a:focus {
  color: var(--primary-color) !important;
}

a h3,
a h4 {
  transition: all 0.25s ease-in 0s;
}

button:focus {
  box-shadow: unset;
}

ul {
  padding: unset;
  margin-bottom: unset;
}

li {
  list-style: none;
}
.dropdown-menu::-webkit-scrollbar,
#header-5 .navbar-nav::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
  border-radius: 10px;
}

.dropdown-menu::-webkit-scrollbar-thumb,
#header-5 .navbar-nav::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 10px;
}
.column-4 {
  flex: 0 0 auto;
  width: 33.33%;
}

.column-2 {
  flex: 0 0 auto;
  width: 18.9%;
}
.column-3 {
  flex: 0 0 auto;
  width: 28.85%;
}
.sec-pad-20 {
  padding: 20px 0px;
}
.sec-pad-60 {
  padding: 60px 0;
}
.sec-pad-70 {
  padding: 70px 0;
}
.sec-pad-90 {
  padding: 90px 0;
}
.sec-pad-b-70 {
  padding-bottom: 70px !important;
}
.sec-pad-b-75 {
  padding-bottom: 75px !important;
}
.sec-pad-b-90 {
  padding-bottom: 90px !important;
}
.sec-pad-t-70 {
  padding-top: 70px !important;
}
.sec-pad-t-200 {
  padding-top: 200px !important;
}
.sec-pad-t-20 {
  padding-top: 20px !important;
}
.sec-pad-t-40 {
  padding-top: 40px !important;
}
.sec-pad-t-90 {
  padding-top: 90px;
}
.sec-pad-t-100 {
  padding-top: 100px;
}
.sec-pad-t-120 {
  padding-top: 120px !important;
}
.sec-pad-b-130 {
  padding-bottom: 130px !important;
}
.sec-pad-b-140 {
  padding-bottom: 140px !important;
}
.sec-pad-b-150 {
  padding-bottom: 150px !important;
}
.sec-pad-b-170 {
  padding-bottom: 170px !important;
}
.sec-pad-b-60 {
  padding-bottom: 60px !important;
}
.sec-pad-200 {
  padding: 200px 0 !important;
}
.sec-pad-b-30 {
  padding-bottom: 30px !important;
}
.sec-pad-b-40 {
  padding-bottom: 40px !important;
}
.sec-pad-170 {
  padding: 170px 0 !important;
}
.sec-pad-b-180 {
  padding-bottom: 180px !important;
}
.sec-pad-b-190 {
  padding-bottom: 190px !important;
}
.sec-pad-b-200 {
  padding-bottom: 200px !important;
}
.sec-pad-b-100 {
  padding-bottom: 100px !important;
}
.sec-pad-b-120 {
  padding-bottom: 120px !important;
}
.sec-pad-b-50 {
  padding-bottom: 50px !important;
}
.sec-pad-t-50 {
  padding-top: 50px;
}
.sec-pad-t-80 {
  padding-top: 80px !important;
}
.sec-pad-t-140 {
  padding-top: 140px !important;
}
.sec-pad-t-60 {
  padding-top: 60px !important;
}
.sec-pad-b-80 {
  padding-bottom: 80px !important;
}

.sec-pad-b-20 {
  padding-bottom: 20px !important;
}
.sec-pad-50 {
  padding: 50px 0px;
}
.sec-pad-140 {
  padding: 140px 0px !important;
}
.sec-pad-80 {
  padding: 80px 0px;
}
.sec-pad-85 {
  padding: 85px 0px;
}
.sec-mt-b-120 {
  margin-bottom: 120px !important;
}
.sec-pad-100 {
  padding: 100px 0px !important;
}
.sec-pad-110 {
  padding: 110px 0px !important;
}
.sec-pad-180 {
  padding: 180px 0px;
}
.sec-pad-120 {
  padding: 120px 0px !important;
}
.sec-pad-150 {
  padding: 150px 0px;
}
.sec-pad-t-100 {
  padding-top: 100px;
}
.sec-pad-t-120 {
  padding-top: 120px;
}
.heading-1 h2,
.grid-title h2,
.btn-1 h2,
.btn-2 h2,
#accordian .accordian-title h2,
.alerts h3,
.map-title h2 {
  font-family: var(--secondary-font);
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.2px;
}
.alerts .code-block {
  margin: 55px 0 60px;
}
.alerts * {
  transition: 0.3s ease;
  --webkit-transition: 0.3s ease;
  --moz-transition: 0.3s ease;
}
.audio audio {
  transform: scale(1.6);
  margin-top: 13px;
}
.page-node-type-shortcodes .audio audio {
  margin-bottom: -20px;
}
[class*="alert-style-"] .alert:last-child {
  margin-bottom: 0 !important;
}
.sec-pad-b-0 {
  padding-bottom: 0;
}
.section-divider {
  padding: 55px 0;
}
.dropdown-toggle::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 9px;
  font-weight: 900;
  vertical-align: 0.25em;
  margin-left: 0.5em;
}
.dropdown-submenu > .dropdown-toggle::after {
  margin-left: 0.5em !important;
  content: "\f0da" !important;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  border: 0;
  font-weight: 900;
}
.dropdown-submenu .dropdown-menu {
  top: 0px !important;
  margin-left: 25px;
  max-height: 320px;
  overflow-y: auto;
  margin-top: 0rem;
}
.dropdown-submenu > .dropdown-menu {
  left: 84%;
}
.dropdown-menu li {
  position: relative;
  border-bottom: 1px solid rgb(216 216 216 / 45%);
}
.dropdown-item:hover {
  background: var(--primary-color);
  color: var(--light) !important;
}
.navbar-nav .dropdown:hover > .dropdown-menu {
  padding: 0;
  border-radius: 0;
}
.dropdown-menu {
  padding: 0;
  border-radius: unset;
  box-shadow: rgb(132 132 132) 0px 4px 15px -5px;
}
.dropdown-menu .dropdown-item {
  padding: 0.5rem;
  padding-left: 1rem;
}
/***** Header 1 *****/
#header-4 svg,
#header-1 svg {
  vertical-align: unset;
}
#header-1 .top-social li a {
  color: var(--para-color);
}
#header-2 .navbar-expand-lg .navbar-collapse {
  justify-content: flex-end;
}
#header-2 .navbar-brand {
  display: block !important;
}
.navbar-brand svg,
.navbar-brand img {
  width: 135px;
  vertical-align: baseline;
}
#header-1 .topbar-1-wapper {
  background: var(--light);
}
#header-1 .topbar-wapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

#header-1 .topbar-wapper ul li {
  display: inline-block;
  padding: 15px 0;
  margin: 0 30px;
}
#header-1 .topbar-wapper ul li i {
  margin-right: 8px;
}
#header-1 .topbar-wapper ul li i svg {
  width: 16px;
  vertical-align: middle;
  transition: all 0.25s ease-in-out;
}

#header-1 .topbar-wapper ul li a:hover i svg {
  fill: var(--primary-color);
  /* vertical-align: unset; */
}
.language a {
  font-family: var(--secondary-font) !important;
}

#header-1 .topbar-wapper ul li a {
  color: var(--heading-color);
  font-weight: 500;
  padding: 12px 0;
}
#header-1 .topbar-1-right ul .language li {
  display: inline-block;
}
#header-1 .topbar-1-right ul .language img {
  width: 18px;
  margin-right: 3px;
}
#header-1 .topbar-1-right ul .language i svg {
  width: 6px !important;
  margin-left: 4px;
  margin-top: -2px;
}
#header-1 .topbar-1-left ul li a {
  padding: 12px;
  line-height: 0;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-family: var(--secondary-font);
  letter-spacing: 0.5px;
}
#header-1 .language {
  position: relative;
}
#header-1
  .topbar-1-right
  ul
  li:not(.top-social li, #header-1 .language-sub li) {
  padding: 10px 40px 10px 20px !important;
}
#header-1 .topbar-1-right .language a {
  text-transform: uppercase !important;
  vertical-align: middle;
}
[id*="header-"] .language-sub a {
  font-size: 14px !important;
}
header .topbar-1-right .language a {
  display: flex;
  align-items: center;
}
header .topbar-1-right ul .language img {
  width: 18px !important;
  margin-right: 4px !important;
}
header .topbar-1-right ul .language i svg {
  width: 6px !important;
  margin-left: 4px !important;
  margin-top: -2px !important;
}
#header-1 .language-sub li {
  display: block;
  border: 0 !important;
  width: 100%;
}
#header-1 .language-sub {
  position: absolute;
  z-index: 99;
  display: none;
  transition: all 0.5s ease-in-out;
  left: 0;
  top: 100%;
  background: #fff;
  box-shadow: 0 0 15px #ddd;
}
#header-1 .language-sub li a {
  padding: 15px 20px 15px 20px !important;
}
#header-1 .language-sub li {
  margin: 0 !important;
}
#header-1 .language:hover .language-sub {
  display: block;
}
#header-1 .language-sub li:first-child {
  border-bottom: 1px solid #ddd !important;
}
[id*="header-"] .language-sub {
  max-width: 120px !important;
}
#header-1 .topbar-1-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header-1 .top-social li {
  margin: 0 !important;
}
#header-1 .top-social li a,
#header-4 .top-social li a {
  width: 27px;
  height: 27px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
}
#header-1 .topbar-wapper ul li a {
  padding: 0;
}
#header-1 .top-social li i {
  text-align: center;
  font-size: 10px;
}
#header-1 .top-social li {
  margin: 0 10px !important;
  padding: 0 !important;
}
#header-1 .navbar-toggler svg {
  fill: #fff;
}

.navbar-toggler:focus {
  box-shadow: unset;
}
#header-1 .searchbar {
  position: relative;
  cursor: pointer;
  color: #fff;
  padding: 18px 0px 18px 18px;
}

#header-1 .mobile-search {
  display: none;
}
header .searchbar i {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header-1 .searchbar i svg {
  width: 16px;
  fill: var(--heading-color);
  transition: all 0.25s ease-in-out;
}

#header-1 .searchbar:hover svg {
  fill: var(--primary-color);
}
#header-1 .togglesearch-1 {
  box-shadow: 0 6px 15px -10px #838383;
}
.header-1-menu-right {
  position: relative;
}
#header-1 .nav-link,
#header-4 .nav-link {
  font-family: var(--primary-font) !important;
  font-size: 14px;
  line-height: 18px;
  color: var(--heading-color);
  padding: 45px 10px;
  letter-spacing: 0.5px;
}
#header-1 .nav-item {
  margin: 0 13px;
  padding: 10px 0;
}
.nav-item:hover .nav-link {
  color: var(--primary-color) !important;
}
#header-1 .header-1-menu-right {
  margin-left: 30px;
}
#header-1 .main-menu {
  position: relative;
  z-index: 9;
  margin-bottom: 10px;
}
#header-1 .topbar-wapper ul li:first-child {
  margin-left: 0;
}
#header-1 .main-menu::after {
  content: "";
  width: 66%;
  height: 100%;
  background: var(--secondary-color);
  position: absolute;
  top: 0;
}

.logo-3 {
  position: relative;
  z-index: 9;
}
.logo-3 svg {
  width: 140px;
}
.header-1-right {
  position: relative;
  z-index: 9;
}
.navbar > .container .site-branding,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
#header-1 .header-1-right .navbar {
  position: relative;
  z-index: 9;
  padding: 0;
}
.fixed-top {
  position: unset;
}
.sticky-navbar .navbar.fixed-top {
  position: fixed !important;
}
#header-1.sticky-navbar .fixed-top .navbar-collapse {
  justify-content: flex-end;
}
#header-1.sticky-navbar .fixed-top .navbar-brand {
  display: block !important;
}
#header-1.sticky-navbar .navbar.fixed-top {
  background-color: var(--secondary-color);
}
#header-1 .header-1-right .navbar-brand {
  display: block;
}
.navbar-brand a {
  display: flex;
}
#header-1 .mobile-search {
  display: none;
}
#header-1 .navbar-expand-lg .navbar-nav .nav-link,
#header-1 .dropdown-item {
  color: var(--heading-color);
  font-weight: 400;
}

/***** End Header 1 *****/
/***** Header 2 *****/
#header-1 {
  display: none;
}
#header-1.active {
  display: block !important;
}
#header-2 {
  display: none;
}
#header-2.active {
  display: block !important;
}
#header-3 {
  display: none;
}
#header-3.active {
  display: block !important;
}
#header-4 {
  display: none;
}
#header-4.active {
  display: block !important;
}
#header-2.sticky-navbar .fixed-top .navbar-collapse {
  justify-content: flex-end;
}
#header-2.sticky-navbar .fixed-top .navbar-brand {
  display: block !important;
}
#header-2.sticky-navbar .navbar.fixed-top {
  background-color: var(--secondary-color);
}
#header-2 .header-1-right .navbar-brand {
  display: none;
}
#header-2 .topbar-1-wapper {
  background: var(--heading-color);
}
#header-2 .topbar-wapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#header-2 .dropdown-item {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px;
}
#header-2 .topbar-wapper ul li:first-child {
  margin-left: 0;
}
.top-social ul li i {
  margin-right: 0px !important;
}

.top-social {
  text-align: center;
}

#header-2 .top-social li:last-child {
  margin-right: 0 !important;
}
#header-2 .topbar-wapper ul li {
  display: inline-block;
  padding: 12px 0;
  margin: 0 30px;
}
#header-2 .topbar-wapper ul li i {
  margin-right: 8px;
  color: #fff;
}
#header-2 .topbar-wapper ul li i svg {
  width: 16px;
  transition: all 0.25s ease-in-out;
}
#header-2 .topbar-wapper ul li a i svg {
  fill: var(--light);
}
#header-2 .topbar-wapper ul li a:hover i svg {
  fill: var(--primary-color);
}

#header-2 .topbar-wapper ul li a {
  color: #fff;
  font-weight: 500;
  padding: 12px 0;
}
#header-2 .topbar-1-right ul .language li {
  display: inline-block;
}
#header-2 .topbar-1-right ul .language img {
  width: 25px;
  margin-right: 5px;
  margin-top: -2px;
}

#header-2 .topbar-1-right ul .language i svg {
  width: 7px !important;
}
#header-2 .topbar-1-left ul li a,
#header-3 .topbar-1-left ul li a,
#header-4 .topbar-1-left ul li a {
  padding: 12px;
  font-size: 14px;
  line-height: 0;
  display: flex;
  align-items: center;
  font-family: var(--secondary-font);
}
#header-2 .language {
  position: relative;
}
#header-2 .topbar-1-right ul li {
  padding: 12px 20px;
}
#header-2 .topbar-1-right .language a {
  text-transform: uppercase !important;
}
#header-2 .language-sub li {
  display: block;
  border: 0 !important;
  width: 100%;
}
#header-2 .language-sub {
  position: absolute;
  display: none;
  transition: all 0.5s ease-in-out;
  left: 0;
  top: 100%;
  z-index: 32;
  background: #fff;
  box-shadow: 0 0px 0px 2px #f1f1f1;
}
#header-2 .language-sub li a:hover {
  color: #fff !important;
}
#header-2 .language-sub li a {
  transition: all 0.25s ease-in-out;
  color: #000 !important;
  padding: 15px 20px 15px 20px !important;
}
#header-2 .language-sub li {
  margin: 0 !important;
}
#header-2 .language:hover .language-sub {
  display: block;
}
#header-2 .language-sub li:first-child {
  border-bottom: 1px solid #ddd !important;
}
#header-2 .topbar-1-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header-2 .top-social li {
  margin: 0 !important;
}

#header-2 .top-social li a {
  width: 27px;
  height: 27px;
  border: 1px solid #ddd;
  border-radius: 50%;
}

#header-2 .topbar-wapper ul li a {
  padding: 0;
}

#header-2 .top-social li i {
  text-align: center;
  font-size: 10px;
}

#header-2 .top-social li {
  margin: 0px 10px !important;
  padding: 0 !important;
}

#header-2 .navbar-toggler svg {
  fill: var(--heading-color);
}

.navbar-toggler:focus {
  box-shadow: unset;
}
#header-2 .searchbar {
  position: relative;
  cursor: pointer;
  color: #fff;
  padding-right: 0;
}
#header-2 .mobile-search {
  display: none;
}
#header-2 .searchbar i svg {
  width: 16px;
  fill: var(--heading-color);
  transition: all 0.25s ease-in-out;
  vertical-align: inherit;
}

#header-2 .searchbar:hover svg {
  fill: var(--primary-color);
}
#header-2 .togglesearch-1 {
  box-shadow: 0 6px 15px -10px #838383;
}
.header-2-menu-right {
  position: relative;
}
#header-2 .nav-link {
  font-family: var(--primary-font) !important;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 18px;
  color: var(--heading-color);
  padding: 45px 10px;
  font-weight: 600;
}
#header-2 .nav-item {
  margin: 0 14px;
}
#header-2 .header-1-menu-right {
  margin-left: 45px;
}
#header-2 .main-menu {
  position: relative;
  z-index: 9;
}
.logo-3 {
  position: relative;
  z-index: 9;
}
.header-1-right {
  position: relative;
  z-index: 9;
}

#header-2 .header-1-right .navbar {
  position: relative;
  z-index: 9;
  padding: 0;
}
#header-12.header-1-right .navbar-brand {
  display: none;
}
#header-2 .mobile-search {
  display: none;
}
#header-2 .navbar-expand-lg .navbar-nav .nav-link,
#header-2 .dropdown-item {
  color: var(--heading-color);
  font-weight: 400;
}
#header-1 .navbar-expand-lg .navbar-nav .nav-link.active {
  color: var(--primary-color) !important;
}
#header-2 .navbar-expand-lg .navbar-nav .nav-link.active {
  color: var(--primary-color) !important;
}
/***** End Header 2 *****/
/***** Header 3 *****/
#header-3.sticky-navbar .fixed-top .header-1-right {
  display: none;
}
#header-3 .navbar-expand-lg .navbar-collapse {
  justify-content: space-between;
}

#header-3.sticky-navbar .fixed-top .sticky-logo .site-branding {
  display: block !important;
}
#header-3 .navbar .site-branding {
  display: none !important;
}
#header-3.sticky-navbar .fixed-top .sticky-logo {
  display: inline-block !important;
}
#header-3 .sticky-logo {
  display: none;
}
.sticky-logo svg,
.sticky-logo img {
  width: 130px;
}
#header-1.sticky-navbar .fixed-top .nav-item,
#header-3.sticky-navbar .fixed-top .nav-item {
  padding: 0;
  margin: 0 10px;
}
#header-2.sticky-navbar .fixed-top .nav-item {
  margin: 0 8px;
}
#header-3.sticky-navbar .navbar.fixed-top {
  background-color: var(--secondary-color);
}
.home-3-logo {
  border-bottom: 2px solid #ddd;
}
#header-3 .nav-item:last-child .nav-link {
  padding-right: 0;
}
#header-3 .nav-item:last-child {
  margin-right: 0;
}
#header-3 .dropdown-menu .dropdown-item {
  text-transform: uppercase;
}
.header-3-menu {
  border-bottom: 1px solid #ddd;
}
#header-3 .navbar-expand-lg {
  padding: 0;
}
#header-3 .nav-item:first-child {
  margin-left: 0;
  padding-left: 0;
}
#header-3 .nav-link:first-child {
  padding-left: 0;
}
#header-3 .navbar .site-branding {
  display: none;
}
#header-3 .cls-1 {
  fill: var(--primary-color) !important;
}
#header-3 .topbar-1-wapper {
  border-bottom: 1px solid #00000033;
}
#header-3 .topbar-wapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#header-3 .topbar-wapper ul li:first-child {
  margin-left: 0;
}
#header-3 .topbar-wapper ul li {
  display: inline-block;
  padding: 16px 0 13px;
  margin: 0 30px;
}
#header-3 .topbar-wapper ul li i {
  margin-right: 8px;
}
#header-3 .topbar-wapper ul li i svg {
  width: 16px;
  transition: all 0.25s ease-in-out;
}
#header-3 .topbar-wapper ul li a i svg {
  fill: var(--heading-color);
}
#header-3 .topbar-wapper ul li a:hover i svg {
  fill: var(--primary-color);
}

#header-3 .topbar-wapper ul li a {
  color: var(--heading-color);
  font-weight: 500;
  padding: 12px 0;
}
#header-3 .topbar-1-right .language {
  margin-right: 0;
  padding-right: 0;
}
#header-3 .topbar-1-right ul .language li {
  display: inline-block;
}
#header-3 .topbar-1-right ul .language img {
  width: 25px;
  margin-right: 5px;
}

#header-3 .topbar-1-right ul .language i svg {
  width: 7px !important;
}
#header-3 .language {
  position: relative;
}
#header-3 .topbar-1-right ul li {
  padding: 12px 6px;
}
#header-3 .topbar-1-right .language a {
  text-transform: uppercase !important;
}
#header-3 .topbar-1-right .language-sub a:hover {
  color: #fff !important;
}
#header-3 .language-sub li {
  display: block;
  border: 0 !important;
  width: 100%;
}
#header-3 .language-sub {
  position: absolute;
  display: none;
  transition: all 0.5s ease-in-out;
  left: 0;
  top: 100%;
  z-index: 32;
  background: #fff;
  box-shadow: 0 0 15px #ddd;
}
#header-3 .language-sub li a:hover {
  color: var(--primary-color) !important;
}
#header-3 .language-sub li a {
  transition: all 0.25s ease-in-out;
  color: #000 !important;
  padding: 15px 20px 15px 20px !important;
}
#header-3 .language-sub li {
  margin: 0 !important;
}
#header-3 .language:hover .language-sub {
  display: block;
}
#header-3 .language-sub li:first-child {
  border-bottom: 1px solid #ddd !important;
}
#header-3 .topbar-1-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header-3 .top-social li {
  display: inline-block;
  margin: 0 !important;
}

#header-3 .top-social li a {
  width: 27px;
  height: 27px;
  border: 1px solid #ddd;
  border-radius: 50%;
}

#header-3 .topbar-wapper ul li a {
  padding: 0;
}

#header-3 .top-social li i {
  text-align: center;
  font-size: 10px;
}
#header-3 .top-social li a {
  color: var(--para-color);
}
#header-3 .top-social li {
  margin: 0 10px !important;
  padding: 0 !important;
}

#header-3 .navbar-toggler svg {
  fill: var(--heading-color);
}
#header-3 .nav-link.active {
  color: var(--primary-color) !important;
}
#header-3 .nav-link {
  line-height: 16px;
  color: var(--heading-color) !important;
  padding: 30px 10px;
  font-family: var(--primary-font) !important;
  text-transform: uppercase;
}
#header-3 .nav-item {
  margin: 0 15px;
  padding: 5px 0;
}
#header-3 .header-1-menu-right {
  margin-left: 30px;
}
#header-3 .main-menu {
  position: relative;
  z-index: 9;
}
#header-3 .logo-3 {
  position: relative;
  z-index: 1;
  padding: 2.25rem 0;
}
#header-3 .header-1-right {
  position: relative;
  z-index: 9;
}
#header-3 .header-1-right .navbar {
  position: relative;
  z-index: 9;
  padding: 0;
}
#header-3.header-1-right .navbar-brand {
  display: none;
}
#header-3 .mobile-search {
  display: none;
}
#header-3 .navbar-expand-lg .navbar-nav .nav-link,
#header-1 .dropdown-item {
  color: var(--heading-color);
}

/***** End Header 3 *****/
/***** Header 4 *****/
#header-4 .navbar-expand-lg .navbar-collapse {
  justify-content: flex-end;
}
#header-4 .topbar-1-wapper {
  background: var(--light);
}
#header-4 .topbar-wapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

#header-4 .topbar-wapper ul li {
  display: inline-block;
  padding: 12px 0;
  margin: 0 30px;
}
#header-4 .topbar-wapper ul li i {
  margin-right: 8px;
}
#header-4 .topbar-wapper ul li i svg {
  width: 16px;
  vertical-align: middle;
  transition: all 0.25s ease-in-out;
}

#header-4 .topbar-wapper ul li a:hover i svg {
  fill: var(--primary-color);
}
#header-4 .topbar-wapper ul li a {
  color: var(--heading-color);
  font-weight: 500;
  padding: 12px 0;
}
#header-4 .topbar-1-right ul .language li {
  display: inline-block;
}
#header-4 .topbar-1-right ul .language img {
  width: 20px;
  margin-right: 1px;
}
#header-4 .language {
  position: relative;
}
#header-4 .topbar-1-right ul li {
  padding: 8px 30px 8px 20px;
}
#header-4 .topbar-1-right .language a {
  text-transform: uppercase !important;
  vertical-align: middle;
}
#header-4 .language-sub li {
  display: block;
  border: 0 !important;
  width: 100%;
}
#header-4 .language-sub {
  position: absolute;
  z-index: 99;
  display: none;
  transition: all 0.5s ease-in-out;
  left: 0;
  top: 100%;
  background: #fff;
  box-shadow: 0 0 15px #ddd;
}
#header-4 .language-sub li a {
  padding: 15px 20px 15px 20px !important;
}
#header-4 .language-sub li {
  margin: 0 !important;
}
#header-4 .language:hover .language-sub {
  display: block;
}
#header-4 .language-sub li:first-child {
  border-bottom: 1px solid #ddd !important;
}
#header-4 .topbar-1-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header-4 .top-social li {
  margin: 0 !important;
}

#header-4 .topbar-wapper ul li a {
  padding: 0;
  font-family: var(--secondary-font);
}
#header-4 .top-social li i {
  text-align: center;
  font-size: 10px;
}
.top-social li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #666666 !important;
}
header.header_type[id*="header-"] .language-sub li {
  padding: 0 !important;
}
#header-4 .top-social li {
  margin: 0 10px !important;
  padding: 0 !important;
}

#header-4 .navbar-toggler svg {
  fill: #fff;
}

.navbar-toggler:focus {
  box-shadow: unset;
}
#header-4 .searchbar {
  position: relative;
  cursor: pointer;
  color: #fff;
  padding: 18px 0px;
}
header .togglesearch {
  position: absolute;
  bottom: -85px;
  right: 0;
  line-height: 41px;
  display: none;
  z-index: 2;
}
#header-4 .mobile-search {
  display: none;
}
#header-4 .searchbar i svg {
  width: 16px;
  fill: var(--heading-color);
  transition: all 0.25s ease-in-out;
}

#header-4 .searchbar:hover svg {
  fill: var(--primary-color);
}
#header-4 .togglesearch-1 {
  box-shadow: 0 6px 15px -10px #838383;
}
header .togglesearch input[type="text"] {
  height: 52px;
  width: 260px;
  padding: 0px 15px;
  border: 1px solid var(--primary-color);
  outline: none;
  font-family: var(--secondary-font);
}
.togglesearch form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-1-menu-right {
  position: relative;
}
header .togglesearch input[type="submit"] {
  width: 90px;
  padding: 0.1px 0px 0;
  background: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
  outline: none;
  cursor: pointer;
  height: 52px;
  font-family: var(--secondary-font);
}
#header-4 .nav-item:hover .nav-link,
#header-4 .nav-item .nav-link.active {
  color: var(--primary-color) !important;
}
header .top-social ul li a:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important;
  border-color: var(--primary-color) !important;
}
.copy-social ul li a i {
  line-height: 20px;
  font-size: 16px;
}
#header-4 .nav-item {
  margin: 0 13px;
  padding: 0px 0;
}
#header-4 .header-1-menu-right {
  margin-left: 30px;
}
#header-4 .main-menu {
  position: relative;
  background: var(--secondary-color);
  z-index: 9;
}
#header-4 .topbar-wapper ul li:first-child {
  margin-left: 0;
}
.logo-3 {
  position: relative;
  z-index: 9;
}
.header-1-right {
  position: relative;
  z-index: 9;
}
#header-4 .navbar-expand-lg {
  padding: 0;
}
#header-4.sticky-navbar .fixed-top .navbar-brand {
  display: block !important;
}
#header-4.sticky-navbar .fixed-top {
  background-color: var(--secondary-color);
  padding: 0;
  box-shadow: 0 0 15px #ddd;
}
#header-4.sticky-navbar .fixed-top .nav-link {
  padding: 40px 10px !important;
}
.header-1-right .navbar-brand {
  display: none;
}
#header-4.sticky-navbar .fixed-top .navbar-collapse {
  justify-content: flex-end;
}
#header-4 .mobile-search {
  display: none;
}
#header-4 .navbar-expand-lg .navbar-nav .nav-link,
#header-4 .dropdown-item {
  color: var(--heading-color);
}

/***** End Header 4 *****/
/***** sub Banner *****/
.sub-banner {
  margin: 10px 0 0;
  background: var(--primary-color);
}
.sub-banner .banner-text h2 {
  color: #fff;
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/***** End sub Banner *****/
/***** Footer *****/
.footer-bg {
  background-color: #1d1d1d;
}
.footer-logo {
  width: 125px;
  margin-bottom: 15px;
}
.footer-logo svg path {
  fill: #fff;
}
#footer h3 {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
ul.mapfooter li i {
  vertical-align: sub;
}
.details-full-width-wapper h6.date a:hover span {
  color: var(--primary-color) !important;
}
.footer-logo-content p {
  color: #ffffff99;
  line-height: 22px;
}

.footer-contact {
  margin-top: 35px;
}

.footer-contact h4 {
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.footer-contact ul li a {
  color: #ffffff99;
  font-weight: 400;
}

.footer-contact ul li i {
  color: #fff;
  margin-right: 10px;
  font-size: 18px;
}

.footer-contact ul li i svg {
  fill: #fff;
  width: 18px;
}

.footer-contact ul li {
  margin: 12px 0;
}

.footer-contact {
  padding-right: 90px;
}
ul.mapfooter li {
  display: table-cell;
  vertical-align: text-top;
}
ul.mapfooter li a {
  margin-right: 10px;
  text-transform: capitalize;
  font-family: var(--secondary-font);
}
.sub-banner-img {
  position: relative;
}
.sub-banner-img::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  align-items: center !important;
}
.footer-categories ul li a {
  color: #ffffff99;
}

.footer-categories ul li {
  margin-bottom: 8px;
}
.site-footer {
  padding: 0;
}
.footer-cards .card {
  background: transparent;
  border: 0;
}

.footer-cards .card-body {
  padding: 0 0.75rem;
}

.footer-cards h6.card-title {
  line-height: 16px;
  margin-bottom: 6px;
  font-size: 12px;
  font-family: var(--primary-font);
  color: var(--primary-color);
  text-transform: uppercase;
}

.footer-cards .card-body a h5 {
  color: #ffffff;
  font-weight: 400;
  line-height: 22px;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin: 0;
  font-family: var(--primary-font);
}
.footer-card-img {
  height: 85px;
}

.footer-card-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.footer-instagram-img {
  margin: 2px 0;
  height: 60px;
}

.footer-instagram-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.footer-instagram h3 {
  color: #fff;
  margin-bottom: 15px;
}
/***** End Footer *****/
/***** Copy rights Start *****/

.copy-rights {
  background: #000;
  padding: 25px 0;
}

.copy p a,
.copy p {
  color: #fff;
  font-weight: 500;
  margin: 0;
  font-family: var(--secondary-font);
}

.terms ul li a {
  color: var(--light);
}
.copy-social ul li {
  display: inline-block;
  margin: 0 8px;
}

.copy-social ul li a {
  width: 35px;
  height: 35px;
  background: #373737;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  border-radius: 50%;
  color: #fff;
}
.copy-social ul li a:hover {
  background-color: var(--primary-color);
  color: #fff !important;
}

.copy-social {
  text-align: end;
}
/***** Copy rights End *****/
/***** Accordin *****/
#accordian .accordian-title {
  margin-bottom: 30px;
}
.accordian-1 .accordion-button::after {
  content: "";
  background-image: url("../images/icon-plus.svg") !important;
  width: 23px !important;
  height: 23px !important;
  background-size: contain;
  position: absolute;
  right: 40px;
}
.accordian-1 .accordion-button:not(.collapsed)::after,
.accordian-2 .accordion-button:not(.collapsed)::after {
  transform: rotate(225deg) !important;
}
.accordian-1 .accordion-button:focus {
  box-shadow: unset;
}
.accordian-1 .accordian-item {
  border: 0px;
}
.accordian-1 .accordion-item {
  border: 0px;
  margin-bottom: 25px !important;
}
.accordian-1 .accordion-button:not(.collapsed) {
  color: var(--heading-color);
  background: transparent;
  box-shadow: unset;
  border-color: #ddd !important;
}
.accordian-1 .accordion-button {
  padding: 21px 85px 21px 59px !important;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #00000033;
  border-color: #ddd !important;
}

.accordian-1 .accordion-body {
  padding: 30px 60px 1px;
}
.accordian-1 .accordion-body p {
  font-size: 14px;
  line-height: 24px;
}

.accordian-2 {
  margin-top: 30px;
}

.accordian-2 .accordion-item {
  padding: 5px 30px 5px;
  margin-bottom: 30px;
  border-radius: 2px;
}

.accordian-2 .accordion-item:last-child {
  margin-bottom: 0;
  border-top: 1px solid rgb(221, 221, 221);
}

.accordian-2 .accordion-item {
  border: 2px solid #ededed !important;
}

.accordian-2 .accordion-body {
  padding: 25px 0px 8px;
}

.accordian-2 .accordion-item .accordion-button {
  color: #232323;
  font-weight: 700;
  font-size: 18px;
  z-index: 1;
  padding: 11px 65px 11px 0;
  transition: all 0.4s ease;
  --webkit-transition: all 0.4s ease;
  --moz-transition: all 0.4s ease;
}
.accordian-2 .accordion-item .accordion-button[aria-expanded="true"] {
  padding: 18px 65px 22px 0;
}
.accordian-2 .accordion-item .accordion-button:not(.collapsed) {
  background: unset;
  border-bottom: 1px solid #ededed !important;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 7%);
}
.accordian-2 .accordion-button::after {
  content: "";
  background-image: url(../images/Icon-feather-plus.svg);
  width: 18px !important;
  height: 18px !important;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 2px;
}
.accordion-button:focus {
  z-index: 3;
  border-color: unset;
  outline: 0;
  box-shadow: unset;
}
.accordian-1 .accordion-button:not(.collapsed)::after {
  content: "";
  font-family: FontAwesome;
  transform: unset;
  background-image: url("../images/icon-plus.svg") !important;
}

.accordian-1 .accordion-item .accordion-button {
  box-shadow: unset;
}
/***** End Accordin *****/

/*======================== 
		 Alerts 
========================== */

button.close {
  opacity: 1;
  color: #000 !important;
}
button.close:hover {
  opacity: 0.5;
}
.alerts .row > div:nth-last-child(1) .code-block {
  margin-bottom: 0px;
}
.alerts h3 {
  margin-bottom: 30px;
  font-weight: 700;
  font-family: var(--secondary-font);
}
.alert-dismissible .close {
  position: static;
  padding: 0px;
}
[class*="alert-style-"] .alert button {
  font-size: 30px;
  padding: 0px;
  line-height: 0px;
  color: #000;
  border: none;
  background-color: transparent;
  margin-left: auto;
}
[class*="alert-style-"] .alert {
  font-size: 25px;
  font-family: var(--secondary-font);
  font-weight: 600;
  padding: 38px 40px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 40px;
}
.alert-style-1 .alert {
  border: 1px solid;
}
.alert-style-2 .alert {
  padding: 28px 40px;
  border: none;
}
.alert-info {
  color: #4077a4 !important;
  border-color: #a3cfe7 !important;
  background-color: #cde8f6 !important;
}
.alert-warning {
  color: #967132 !important;
  border-color: #967132 !important;
}
.alert-danger {
  color: #b3302d !important;
  background-color: #ecc8c5 !important;
  border-color: #b32f2d !important;
}
.alert-success {
  border-color: #5a7052 !important;
  background-color: #def2d6 !important;
  color: #5a7052 !important;
}
.alert-style-5 .alert-info {
  border-color: #def3ff !important;
}
.alert-style-5 .alert-warning {
  border-color: #f8f3d6 !important;
}
.alert-style-5 .alert-danger {
  border-color: #ecc8c5 !important;
}
.alert-style-5 .alert-success {
  border-color: #def2d6 !important;
}
.alert-style-2 .alert-info {
  border-bottom: 8px solid #3d75a3 !important;
  border-radius: 0px;
}
.alert-style-2 .alert-warning {
  border-bottom: 8px solid #967132 !important;
  border-radius: 0px;
}
.alert-style-2 .alert-danger {
  border-bottom: 8px solid #b3302d !important;
  border-radius: 0px;
}
.alert-style-2 .alert-success {
  border-bottom: 8px solid #5a7052 !important;
  border-radius: 0px;
}
[class*="alert-style-"] .alert::before {
  display: none;
}
.alert-style-3 .alert {
  border: none;
  border-radius: 50px;
  padding: 30px;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 50px;
}
.alert-style-4 .alert {
  border: none;
  border-radius: 50px;
  padding: 28px 30px;
  padding-right: 40px;
}
.alert > i:nth-child(1) {
  font-size: 30px;
  margin-right: 40px;
}
.alert-style-4 .alert > i:nth-child(1) {
  margin-top: -30px;
  margin-bottom: -30px;
  margin-left: -26px;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.alerts .alert-style-4 .alert-info > i:nth-child(1) {
  background-color: #3d75a3;
}
.alerts .alert-style-4 .alert-warning > i:nth-child(1) {
  background-color: #967132;
}
.alerts .alert-style-4 .alert-danger > i:nth-child(1) {
  background-color: #b32f2d;
}
.alerts .alert-style-4 .alert-success > i:nth-child(1) {
  background-color: #5a7052;
}
.alert-style-5 .alert > i:nth-child(1) {
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 50px;
}
.alert-style-5 .alert {
  padding: 25px 40px 25px 25px;
}
.alerts .alert-style-5 .alert-info > i:nth-child(1) {
  background-color: #3d75a3;
}
.alerts .alert-style-5 .alert-warning > i:nth-child(1) {
  background-color: #967132;
}
.alerts .alert-style-5 .alert-danger > i:nth-child(1) {
  background-color: #b32f2d;
}
.alerts .alert-style-5 .alert-success > i:nth-child(1) {
  background-color: #5a7052;
}
.alert-style-5 .alert-dismissible .close {
  padding-left: 50px;
}
[aria-label].alert {
  position: fixed;
  bottom: 0;
  left: 0;
  display: block !important;
  width: 100%;
  max-height: 75vh;
  z-index: 9999;
  margin: 0;
}
[aria-label] .placeholder {
  color: var(--primary-color);
  margin: 0 9px;
  font-style: unset;
}
[aria-label] .placeholder a {
  font-size: 25px;
  color: var(--primary-color);
}
[aria-label].alert::before {
  display: none;
}
[aria-label].alert .btn-close {
  top: unset;
  font-size: 20px;
  right: 12px;
}
[class*="alert-style-"] .alert button i {
  margin-left: 15px;
}
/***** End Alert *****/
/***** Button *****/
.btn-primary {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.btn-primary:hover {
  background-color: transparent;
  border-color: var(--primary-color);
}
.btn-gray {
  background-color: var(--btn-gray);
  border: 1px solid var(--btn-gray);
}
.btn-gray:hover {
  color: var(--btn-gray) !important;
  background-color: transparent;
  border-color: var(--btn-gray);
}
.btn-info {
  background-color: var(--btn-info);
  border: 1px solid var(--btn-info);
}
.btn-info:hover {
  color: var(--btn-info) !important;
  background-color: transparent;
  border-color: var(--btn-info);
}
.btn-yellow {
  color: var(--heading-color) !important;
  background-color: var(--btn-yellow);
  border: 1px solid var(--btn-yellow);
}
.btn-yellow:hover {
  color: var(--btn-yellow) !important;
  background-color: transparent;
  border-color: var(--btn-yellow);
}
.btn-black {
  background: #000;
  border: 1px solid #000;
}
.btn-black:hover {
  color: #000 !important;
  background: transparent;
  border-color: #000;
}
.btn-light {
  background-color: var(--gray-bgcolor);
  color: #000 !important;
  border: 1px solid var(--gray-bgcolor);
}
.btn-light:hover {
  background-color: transparent;
  color: #000 !important;
  border-color: #000;
}
.btn-1 h2,
.btn-2 h2 {
  margin-bottom: 20px;
}
.btn-outline-primary {
  border-color: var(--primary-color);
  color: var(--primary-color) !important;
  box-shadow: unset !important;
}
.btn-outline-primary:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color) !important;
  color: #fff !important;
}
.btn-outline-gray {
  color: var(--btn-gray) !important;
  border: 1px solid var(--btn-gray);
}
.btn-outline-gray:hover {
  color: #fff !important;
  background-color: var(--btn-gray) !important;
  border-color: var(--btn-gray);
}
.btn-outline-info {
  color: var(--btn-info) !important;
  border: 1px solid var(--btn-info);
}
.btn-outline-info:hover {
  color: #fff !important;
  background-color: var(--btn-info);
  border-color: var(--btn-info);
}
.btn-outline-yellow {
  color: var(--btn-yellow) !important;
  border: 1px solid var(--btn-yellow);
}
.btn-outline-yellow:hover {
  color: var(--heading-color) !important;
  background-color: var(--btn-yellow);
  border: 1px solid var(--btn-yellow);
}
.btn-outline-black {
  color: #000 !important;
  border: 1px solid #000;
}
.btn-outline-black:hover {
  color: #fff !important;
  background: #000;
  border-color: #000;
}
.btn-outline-light {
  color: #000 !important;
  border: 1px solid #ddd;
  background-color: transparent;
}
.btn-outline-light:hover {
  background-color: var(--gray-bgcolor);
  color: #000 !important;
}
.btn-1 ul li,
.btn-2 ul li {
  display: inline-block;
  margin: 10px 11px 30px;
}
.btn-1 ul li:first-child,
.btn-2 ul li:first-child {
  margin-left: 0;
}
.btn-1 ul li:last-child,
.btn-2 ul li:last-child {
  margin-right: 0;
}
.btn-6 ul li {
  display: inline-block;
  margin: 12px 100px 30px 0;
}
.btn-6 ul li:first-child {
  margin-left: 0;
}
.btn-sm {
  color: #fff;
  padding: 10px 25px;
  font-size: 12px !important;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
  font-family: var(--secondary-font);
  letter-spacing: 0.3px;
}
.btn-md {
  color: #fff;
  padding: 13px 30px;
  font-size: 13px !important;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.3px;
  font-family: var(--secondary-font);
  border-radius: 0;
}
.btn-lg {
  color: #fff;
  padding: 17px 35px;
  font-size: 15px !important;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--secondary-font);
  border-radius: 0;
  letter-spacing: 0.48px;
}
[class*="link-btn-"] {
  display: flex;
  align-items: center;
}
.page-node-5 h2 {
  margin-bottom: 35px;
}
.link-btn-sm {
  font-size: 14px;
  font-family: var(--secondary-font);
  font-weight: 600;
}
.link-btn-sm i {
  font-size: 9px;
  margin-left: 4px;
  margin-top: 2px;
}
.link-btn-black {
  color: #000;
}
.link-btn-md {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--secondary-font);
}
.link-btn-lg {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--secondary-font);
}
.link-btn-md i {
  font-size: 9px;
  margin-left: 7px;
  margin-top: 2px;
}
.link-btn-lg i {
  font-size: 9px;
  margin-left: 6px;
  margin-top: 5px;
}
.link-btn-primary {
  color: var(--primary-color);
}
.link-btn-primary:hover {
  color: #000 !important;
}
.link-btn-gray {
  color: var(--btn-gray);
}
.link-btn-red {
  color: var(--btn-info);
}
.link-btn-yellow {
  color: var(--btn-yellow);
}
.btn-6 ul:last-child li {
  margin-bottom: 0 !important;
}
/***** End Button *****/
/***** Audio & Video *****/
.audio.heading-1 {
  margin-bottom: 40px;
}
.video-wapper {
  position: relative;
}
.video-img {
  position: relative;
  height: 550px;
}
.video-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  top: 0;
  opacity: 45%;
}
.video-icon {
  top: 0;
  width: 100%;
  left: 0;
  position: absolute;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-icon svg {
  width: 60px;
  fill: #fff;
}
/***** End Audio & Video *****/
/***** Blockquote *****/
.blockquotes-text-1 {
  position: relative;
}
.blockquote-1-icon {
  position: absolute;
  left: 0px;
  top: -3px;
}
.blockquote-1-icon svg {
  width: 30px;
  fill: var(--primary-color);
}
.blockquotes-text-1 p {
  font-style: italic;
  color: #999;
  font-size: 16px;
  line-height: 28px;
  padding-left: 50px;
  font-weight: 400;
}
#blockquotes-1 .heading-1 {
  margin-bottom: 40px;
}
.blockquotes-text-2 {
  position: relative;
  border-left: 4px solid var(--primary-color);
  padding: 18px 0;
}
.blockquote-2-icon {
  position: absolute;
  left: 53px;
  top: 15px;
}
.blockquote-2-icon svg {
  width: 30px;
  fill: var(--primary-color);
}
.blockquotes-text-2 p {
  font-style: italic;
  color: #999;
  font-size: 16px;
  line-height: 28px;
  padding-left: 50px;
  font-weight: 400;
  margin-left: 54px;
  margin-bottom: 0;
}
.page-node-4 .heading-1 {
  margin-bottom: 40px;
}
#blockquotes-2 .heading-1 {
  margin-bottom: 30px;
}
#blockquotes-2 .heading-1.xl-mb {
  margin-bottom: 40px;
}
.blockquotes-text-3 {
  position: relative;
}
.blockquote-3-icon {
  position: absolute;
  left: -1px;
  top: -3px;
}
.blockquote-3-icon svg {
  width: 30px;
  fill: var(--primary-color);
}
.blockquotes-text-3 p {
  font-style: italic;
  color: #999;
  font-size: 16px;
  line-height: 28px;
  padding-left: 50px;
  font-weight: 400;
  margin-bottom: 0;
}
#blockquotes-3 .heading-1 {
  margin-bottom: 30px;
}
.blockquotes-3 {
  border-bottom: 1px solid #171717;
  border-top: 1px solid #171717;
  padding: 32px 0;
}
/***** End Blockquotes *****/
/*======================== 
		Divider
========================== */
.bordder-solid {
  border-bottom: 2px solid;
  font-size: 20px;
  padding-bottom: 19px;
}
.dividers:last-child {
  margin-bottom: 0;
}
.bordder-dashed {
  border-bottom: 1px dashed;
  font-size: 20px;
  padding-bottom: 19px;
}
.bordder-rounded::before {
  content: "";
  bottom: -10px;
  background: #000;
  width: 100%;
  height: 6px;
  position: absolute;
  border-radius: 50px;
}
.rounded-10 {
  border-radius: 10px;
}
.bordder-rounded {
  position: relative;
  font-size: 20px;
  padding-bottom: 19px;
}
.bordder-dotted {
  border-bottom: 4px dotted;
  font-size: 20px;
  padding-bottom: 19px;
}
.page-node-20 .section-divider,
.page-node-16 .section-divider,
.page-node-24 .section-divider {
  padding: 55px 12px;
}
.dividers {
  margin-bottom: 0 !important;
}
.dividers p {
  color: #000;
  margin-bottom: 0;
}
.dividers h2 {
  margin-bottom: 35px !important;
  font-family: var(--primary-font);
}
/* Dropcops */
.dropcops-text-1 .heading-1,
.dropcops-text-2 .heading-1 {
  margin-bottom: 30px;
}
.dropcops-text-1 p::first-letter {
  float: left;
  color: #000;
  font-weight: 700;
  font-family: var(--secondary-font);
  font-size: 45px;
  line-height: 45px;
  letter-spacing: 6.5px;
  margin-top: 1px;
}
.dropcops-text-2 p::first-letter {
  float: left;
  font-size: 30px;
  padding: 2px 8.5px 0px;
  margin-top: 8px;
  color: #000;
  font-weight: 700;
  border: 1px solid #000;
  margin-right: 10px;
  font-family: var(--secondary-font);
  line-height: 30px;
}
.dropcops-text-2 p {
  margin-bottom: 0;
}
#heading-5 .heading-text,
#heading-5 .heading-text p {
  margin-bottom: 0px;
}
.heading-2 h2 {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.2px;
  font-weight: 700;
  margin-bottom: 25px;
}
.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6 {
  margin-bottom: 20px;
  font-weight: 100 !important;
}
.page-node-13 .row .section-divider {
  padding: 55px 12px;
}
.page-node-13 .sec-pad-b-60 {
  height: 0;
}
#blockquotes-1 .blockquotes-text-1 p {
  margin-bottom: 0;
}
.page-node-13 .grid-text p,
.page-node-7 [class="dropcops-text-"] p {
  margin-bottom: 0;
}
.page-node-18 .sec-pad-110 {
  padding: 100px 0 !important;
}
.page-node-type-shortcodes h2 {
  font-weight: 700;
  font-size: 25px;
}
.heading-1 h1,
.heading-1 h2,
.heading-1 h3,
.heading-1 h4,
.heading-1 h5,
.heading-1 h6 {
  font-weight: 700;
  margin-bottom: 0;
}
.heading-text p {
  margin-bottom: 0;
}
.page-node-type-shortcodes [id*="blog-style-"] .heading-1 {
  margin-bottom: 27px;
}
/* Highlight */
.highlight-1 {
  color: #000;
  font-weight: 700;
  font-style: italic;
}
.highlight-2 {
  background: var(--primary-color);
  color: var(--light);
  padding: 4px 2px;
  letter-spacing: 1px;
}
#highlights-2 p {
  margin-bottom: 0;
}
#highlights-2 .heading-text {
  margin-bottom: 0;
}
/*===============
 	List 
 ================*/
.list-style-1 ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  background: #000;
  left: -18px;
  top: 8px;
  border-radius: 50%;
}
.list-style-1 ul li,
.list-style-2 ul li,
.list-style-3 ul li {
  list-style: none;
  margin-bottom: 14px;
  font-size: 14px;
  position: relative;
  color: var(--dark);
}
.list-style-3 ul li:last-child {
  margin-bottom: 0;
}
.list-style-1 ul,
.list-style-2 ul {
  padding-left: 18px;
}
.list-style-1 ul li::marker {
  color: var(--secondary-color);
  font-size: 20px;
}
.page-node-9 .heading-1 {
  margin-bottom: 28px;
}
.page-node-9 .section-divider {
  padding: 38px 0 55px;
}
.list-style-2 ul li::marker {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #000;
  font-size: 14px;
  font-weight: 900;
}
.list-style-2 ul li {
  padding-left: 10px;
  list-style-position: outside;
}
.list-style-3 ul li {
  padding-left: 15px;
}
.list-style-1 ul li,
.list-style-2 ul li,
.list-style-3 ul li {
  font-size: 14px;
  font-family: var(--primary-font);
  color: var(--para-color);
}
.list-style-3 ul {
  margin-left: 10px;
}
.list-style-3 ul li::marker {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  color: #000;
  margin-right: 5px;
}
.list-style-3 li {
  position: relative;
  font-size: 14px;
  color: var(--dark);
  margin-bottom: 15px;
}
.map-title {
  margin-bottom: 30px;
}
/* ================
	  Progress bar
  =================*/
.progerss-1 .heading-1,
.progerss-2 .heading-1,
.progerss-3 .heading-1,
.progerss-4 .heading-1 {
  margin-bottom: 30px !important;
}

.progerss-1 .progress-bar {
  position: relative;
  overflow: visible;
  border-radius: 50px;
  background: var(--progress-bar);
}
.progerss-1 .progress {
  position: relative;
  overflow: visible;
  border-radius: 50px;
}
.progerss-1 .popOver {
  position: absolute;
  color: rgb(0, 0, 0);
  top: -52px;
  right: -20px;
  overflow: visible;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--secondary-font) !important;
}
.progerss-2 .progress-bar {
  position: relative;
  overflow: visible;
  border-radius: 50px;
  background: var(--progress-bar);
}
.progerss-2 .progress-bar::after {
  content: "";
  position: absolute;
  right: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 4px solid #fff;
  background-color: var(--progress-bar);
}
.progerss-2 .progerss-count {
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--secondary-font);
  margin-bottom: 22px !important;
}
.progerss-2 .progress {
  position: relative;
  overflow: visible;
  border-radius: 50px;
}
.progerss-3 .progress-bar {
  position: relative;
  overflow: visible;
  border-radius: 50px;
  background-color: #1155cc;
}
.progerss-3 .progress {
  position: relative;
  overflow: visible;
  border-radius: 50px;
}
.progerss-3 .popOver {
  position: absolute;
  color: rgb(0, 0, 0);
  top: -34px;
  right: -18px;
  overflow: visible;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--secondary-font) !important;
}
.progerss-3 .heading-1 {
  margin-bottom: 70px !important;
}
.progerss-1 .heading-1 {
  margin-bottom: 70px !important;
}
.progerss-4 .progress-bar {
  position: relative;
  overflow: visible;
  background: var(--progress-bar);
  min-height: 20px;
}

.progerss-4 .popOver {
  position: absolute;
  color: rgb(0, 0, 0);
  top: -28px;
  right: 0px;
  overflow: visible;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--bs-font-sans-serif) !important;
}
.progerss-4 .progress {
  position: relative;
  overflow: visible;
  border-radius: 0;
  min-height: 20px;
}
.progerss-4 .title-progerss {
  display: flex;
  justify-content: space-between;
}
.slider-box .slider input {
  width: 100%;
  height: 15px;
  -webkit-appearance: none;
  outline: none;
  background: #e9ecef;
  border-radius: 15px;
}

.slider-box .slider input::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 30px !important;
  width: 30px;
  border-radius: 50%;
  border: 4px solid #fff;
  background-color: var(--progress-bar);
}
.slider-box .slider input::-webkit-slider-progress {
  -webkit-appearance: none;
  height: 15px;
  background: var(--progress-bar);
}
.progerss-tilte h4 {
  font-family: var(--secondary-font);
  font-weight: 600;
  font-size: 17px;
}
.progerss-4 .progerss-count {
  font-family: var(--secondary-font);
  font-weight: 600;
  font-size: 17px;
  margin-top: 10px;
}
.progress-style-3 {
  padding-left: 15px;
}
/* ================
	Tables 
  =================*/
.table-1 table {
  width: 100%;
}
.table-3 table thead th:first-child {
  border-left: 0;
}
.table-style-1 {
  margin-bottom: 40px !important;
}
.table-style-2 {
  margin-bottom: 10px !important;
}
.table-style-1 h2,
.table-style-2 h2 {
  font-weight: 700;
}
.table-1 table thead tr td {
  border-right: 2px solid;
  text-align: center;
  border-color: rgb(215 215 221 / 41%);
  padding: 17px 18px;
  font-size: 24px;
  font-family: var(--secondary-font);
  font-weight: 700;
}
.table-1 tbody:before {
  content: "@";
  display: block;
  line-height: 25px;
  text-indent: -99999px;
}
.table-1 tbody tr td {
  border: 2px solid;
  border-color: #efeff1;
  padding: 22px 50px;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  font-family: var(--primary-font);
}
.table-1 tbody tr:first-child td {
  border-top: 0;
  border-left: 2px solid !important;
  border-color: #efeff1 !important;
}
.table-1 tbody tr {
  box-shadow: 0px -10px 11px -10px #ddd;
}
.table-1 tbody tr:last-child {
  box-shadow: 0px 5px 12px -5px #ddd;
}
.table-1 table thead tr th:last-child {
  border-left: 1px solid;
  border-color: #ddd;
  border-right: 0;
}
.table-3 tbody tr {
  background: #ddd;
  border: 2px solid #efeff1;
  border-left: 0;
  border-right: 0;
}
.table-3 tbody tr td {
  border-left: 2px solid #efeff1;
  padding: 19.5px 20px;
  text-align: center;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  font-family: var(--primary-font);
}
.table-3 tbody tr td:first-child {
  font-family: var(--primary-font);
  border-left: 0;
  font-weight: 400;
}
.table-1 thead {
  box-shadow: 0 0 13px #ddd;
  border-radius: 3px;
}
.table-1table {
  border-collapse: collapse;
  margin: 10px;
}
.table-2 table {
  width: 100%;
}
.table-2 table thead {
  border-bottom: 2px solid;
  border-color: #efeff1;
}
.table-2 table thead td {
  font-size: 22px;
  padding: 30px 30px;
  font-family: var(--secondary-font);
  text-align: center;
  font-weight: 700;
}
.table-2 tbody tr {
  border-bottom: 2px solid #efeff1;
}
.table-2 tbody tr td {
  text-align: center;
  font-size: 24px;
  padding: 30px 30px;
  font-weight: 400;
  font-family: var(--primary-font);
}
.table-2 tbody tr:last-child {
  border-bottom: 0;
}
.table-3 table {
  width: 100%;
}
.table-3 table thead {
  text-align: center;
  background: #e6e6e6;
  border-bottom: 20px solid #fff;
}
.table-3 table thead td {
  padding: 15px 30px;
  font-weight: 700;
  border-left: 2px solid #efeff1;
  font-size: 22px;
  font-family: var(--secondary-font);
}
/* ================
      Tooltips 
  =================*/
.tooltip-text {
  color: var(--dark) !important;
}
.tooltip {
  z-index: 0;
}
.page-node-8 .section-divider {
  padding: auto auto;
  padding-top: 35px;
}
.section-divider.col-12 {
  padding-right: calc(var(--bs-gutter-x) / 2) !important;
  padding-left: calc(var(--bs-gutter-x) / 2) !important;
}
.tooltip > .tooltip-inner {
  background: var(--primary-color);
  color: var(--light);
  padding: 10px 9px;
  font-weight: 700;
  font-family: var(--secondary-font);
  letter-spacing: 0.3px;
  font-size: 13px;
}
.tooltip-1 h2,
.tooltip-2 h2 {
  margin-bottom: 75px;
}
.tooltip-1 p,
.tooltip-1 p a {
  font-size: 14px;
  line-height: 23px;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: var(--primary-color);
}
/***** Blog *****/
#blog-style-1 .blog-1-img,
#blog-style-h-1 .blog-1-img,
#blog-style-home-1 .blog-1-img,
#blog-style-homepage-1 .blog-1-img {
  height: 260px;
}
#blog-style-1.short-codes .blog-1-content,
#blog-style-h-1.short-codes .blog-1-content,
#blog-style-home-1.short-codes .blog-1-content,
#blog-style-homepage-1.short-codes .blog-1-content {
  margin: 20px 0 10px;
}
#blog-style-1 .blog-1-img img,
#blog-style-h-1 .blog-1-img img,
#blog-style-home-1 .blog-1-img img,
#blog-style-homepage-1 .blog-1-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#blog-style-1 .blog-1-content h6,
#blog-style-h-1 .blog-1-content h6,
#blog-style-home-1 .blog-1-content h6,
#blog-style-homepage-1 .blog-1-content h6 {
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 0px;
  line-height: 12px;
  margin-bottom: 11px;
  font-family: var(--secondary-font);
  letter-spacing: 0.6px;
  font-weight: 700;
}
#blog-style-1 .blog-1-content,
#blog-style-h-1 .blog-1-content,
#blog-style-home-1 .blog-1-content,
#blog-style-homepage-1 .blog-1-content {
  margin: 0;
}
#blog-style-1 .blog-1-content h4,
#blog-style-h-1 .blog-1-content h4,
#blog-style-home-1 .blog-1-content h4,
#blog-style-homepage-1 .blog-1-content h4 {
  font-family: var(--secondary-font);
  font-weight: 600;
}
.blog-1-content h4 {
  margin-bottom: 12px;
}
#carousel-1 .blog-1-content h4 {
  margin-bottom: 13px;
  line-height: 28px;
}
#carousel-1 .bolg-1-date {
  font-weight: 400 !important;
}
#blog-style-1 .bolg-1-date,
#blog-style-h-1 .bolg-1-date,
#blog-style-home-1 .bolg-1-date,
#blog-style-homepage-1 .bolg-1-date {
  color: var(--gray) !important;
  text-transform: none !important;
  letter-spacing: 0px !important;
  font-size: 14px !important;
}

#blog-style-1 .bolg-1-date span,
#blog-style-h-1 .bolg-1-date span,
#blog-style-home-1 .bolg-1-date span,
#blog-style-homepage-1 .bolg-1-date span {
  color: var(--primary-color);
  transition: all 0.25s ease-in-out;
}
#blog-style-1 .blog-1-content p,
#blog-style-h-1 .blog-1-content p,
#blog-style-home-1 .blog-1-content p,
#blog-style-homepage-1 .blog-1-content p {
  margin: 11px 0 16px;
  line-height: 23px;
}
#blog-style-2 .blog-2-img,
#blog-style-h-2 .blog-2-img {
  height: 248px;
}
.blogs-popular_categories #blog-style-1 h6.bolg-1-date {
  margin-top: 10px;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot,
.owl-carousel button.owl-dot span {
  transition: all 0.3s ease;
  --webkit-transition: all 0.3s ease;
  --moz-transition: all 0.3s ease;
}
#blog-style-2 .blog-2-img img,
#blog-style-h-2 .blog-2-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#blog-style-2 .blog-2-content,
#blog-style-h-2 .blog-2-content {
  margin-top: 0;
  padding: 17px 23px 25px;
  box-shadow: 0 0 4px #ddd;
}
#blog-style-2 .blog-2-content h6,
#blog-style-h-2 .blog-2-content h6 {
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 12px;
  font-family: var(--primary-font);
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  font-weight: 700;
}
#blog-style-2 .blog-2-content .bolg-1-date,
#blog-style-h-2 .blog-2-content .bolg-1-date {
  color: var(--para-color) !important;
  font-size: 14px;
  text-transform: capitalize !important;
  margin-top: 40px;
  margin-bottom: 22px;
  font-weight: 400;
}
#blog-style-2 .blog-2-content .bolg-1-date span,
#blog-style-h-2 .blog-2-content .bolg-1-date span {
  color: var(--primary-color);
  margin-right: 14px;
  font-weight: 500;
}
#blog-style-2 .blog-2-content .bolg-1-date i svg,
#blog-style-h-2 .blog-2-content .bolg-1-date i svg {
  width: 12px;
  fill: var(--para-color) !important;
}
#blog-style-2 .blog-2-content h4,
#blog-style-h-2 .blog-2-content h4 {
  position: relative;
}
#blog-style-2 .blog-2-content h4::after,
#blog-style-h-2 .blog-2-content h4::after {
  content: "";
  position: absolute;
  width: 105px;
  height: 3px;
  background: #666 !important;
  bottom: -20px;
  left: 0;
}
#blog-style-2 .blog-comment-count,
#blog-style-h-2 .blog-comment-count {
  color: var(--para-color) !important;
  margin-left: 20px;
  font-weight: 400 !important;
}
#blog-style-3 .blog-3-wapper {
  position: relative;
}
#blog-style-3 {
  margin-bottom: 100px;
}
#blog-style-3 .blog-3-img {
  height: 245px;
}
#blog-style-3 .blog-3-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#blog-style-3 .blog-3-content {
  background: #fff;
  position: absolute;
  width: 300px;
  text-align: center;
  padding: 17px 10px 20px;
  bottom: -84px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 1;
}
#home-3-latest-blog #blog-style-3 {
  margin-bottom: 0;
  padding-bottom: 84px;
}
#blog-style-3 .blog-3-content h4 {
  margin-bottom: 8px;
}
#blog-style-3 .blog-3-content h6 {
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0px;
  letter-spacing: 0.6px;
}
#blog-style-3 .blog-3-content .date {
  color: #666 !important;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
}
/***** End Blog *****/
/***** Icons *****/
.icons-style,
#icon-style-1 + .container .section-divider {
  max-width: 92%;
  margin: 0 auto;
}
#icon-style-1 + .container .section-divider {
  margin-top: -20px;
}
.icons-style ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -25px;
}
.icons-style ul li {
  background: #000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin: 25px;
  height: 80px;
  border-radius: 50%;
}
.icons-style ul li i {
  color: #fff;
  font-size: 28px;
}
.right-long svg {
  stroke: #fff;
}
.icons-style ul li svg {
  width: 26px;
  fill: #fff;
}
/***** End Icons *****/
/***** Forms *****/
#form-style-1 .form-style-1 {
  padding: 0 30px;
}
.form-style-1 .form-control {
  padding: 12px 20px;
  font-size: 14px;
  height: 50px;
  margin-bottom: 22px;
  font-weight: 500;
  border-radius: 0;
  border-width: 1px;
  font-family: var(--secondary-font);
  color: #000;
}
.form-style-1 textarea.form-control {
  height: 120px;
}
.form-style-1 .gx-3 {
  --bs-gutter-x: 2.5rem;
}
.form-style-1 textarea {
  resize: none !important;
}
.form-style-1 .form-control:focus {
  box-shadow: unset;
  border-color: #000;
}
.form-style-1 .form-control::placeholder {
  color: #afafaa;
}
.form-style-1 .btn-primary {
  padding: 11px 55px;
  border-radius: 0;
  text-transform: uppercase;
  font-family: var(--secondary-font) !important;
  font-size: 18px;
  margin-top: 8px;
  letter-spacing: 0.3px;
  font-weight: 600;
  color: #fff;
}
fieldset.mb-3 {
  margin-bottom: 0 !important;
}
.form-style-1 .btn-primary:hover {
  color: var(--primary-color);
}
.form-style-2 .form-control {
  padding: 12px 20px;
  margin-bottom: 14px;
  font-weight: 500;
  border-radius: 0;
  border-width: 1px;
  font-family: var(--secondary-font);
  color: #000;
  font-size: 14px;
}
.form-style-2 textarea {
  resize: none !important;
  height: 100px;
}
#form-style-2 .heading-1 {
  margin-bottom: 30px;
}
.form-style-2 .form-control:focus {
  box-shadow: unset;
  border-color: #000;
}
.form-style-2 .form-control::placeholder {
  color: #afafaa;
}
.form-style-2 .btn-primary {
  padding: 11px 60px;
  border-radius: 0;
  text-transform: uppercase;
  font-family: var(--secondary-font) !important;
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  width: 100% !important;
  letter-spacing: 0.3px;
  color: #fff;
}
.form-style-2 .btn-primary:hover {
  color: var(--primary-color);
}
.mega-menu-container {
  box-shadow: 0 5px 15px #ddd;
  padding: 20px 20px;
}
.mega-menu-dropdown .dropdown-menu .element {
  display: flex;
  flex-direction: column;
}
.mega-menu-dropdown {
  position: static !important;
}
.mega-menu-dropdown .dropdown-menu {
  width: 100% !important;
  /* padding: 30px 25px; */
  box-shadow: unset !important;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
#header-1 .navbar-expand-lg .navbar-collapse {
  justify-content: flex-end;
}
/***** End Forms *****/
/***** Carousel *****/
.carousel-style-1-wapper {
  position: relative;
  z-index: 99;
}
.carousel-style-1-wapper .main-wapper {
  padding: 0 45px;
}
.carousel-style-1-wapper .main-wapper .blog-1-img {
  margin-bottom: 80px;
}
.carousel-style-1-wapper::after {
  position: absolute;
  content: "";
  z-index: -1;
  background-color: var(--primary-color);
  width: 100%;
  top: 66px;
  left: 0;
  height: 100%;
  clip-path: polygon(0% 10%, 100% 33%, 100% 45%, 0 45%);
}
.page-node-type-shortcodes .carousel-style-1-wapper::after {
  top: 66px;
}
#blog-style-1 .bolg-1-date a:hover span,
.bolg-1-date a:hover span {
  color: var(--para-color) !important;
}
.carousel-style-1-wapper .blog-1-img {
  height: 290px !important;
}
#carousel-1 .heading-1,
#carousel-2 .heading-1,
#carousel-3 .heading-1,
#carousel-4 .heading-1,
#carousel-5 .heading-1 {
  margin-bottom: 30px !important;
}
#tab-style-1 #home-1-tab label {
  color: var(--gray);
}

#tab-style-1 #home-1-tab .nav-tabs .nav-item.show .nav-link,
#tab-style-1 #home-1-tab .nav-tabs .nav-link.active {
  color: var(--heading-color) !important;
}
#home-1-banner .owl-dots {
  margin-top: 30px !important;
}
#blog-style-1.home-1-blog-carousel .owl-dots {
  margin-top: 50px !important;
}
#carousel-1 .owl-dots {
  margin-top: 40px !important;
}
#blog-style-1 .owl-theme .owl-dots .owl-dot.active span {
  width: 12px;
  height: 12px;
  background: var(--primary-color) !important;
}
#carousel-1 .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
#home-1-banner .owl-theme .owl-dots .owl-dot.active span {
  width: 12px;
  height: 12px;
  background: var(--primary-color) !important;
}
#carousel-1 .owl-theme .owl-dots .owl-dot span,
#home-1-banner .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 4px;
  justify-content: center;
}
.owl-theme .owl-dots .owl-dot span {
  height: 8px;
  width: 8px;
  margin: 4px;
}
.carousel-style-2-img {
  height: 295px;
  position: relative;
}
.carousel-style-2-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-style-2-img::after {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
}
#carousel-2 .carousel-style-2-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  transform: translate(0px, 125px);
}
#carousel-2 .carousel-style-2-info svg {
  width: 11px;
  vertical-align: baseline;
  margin-right: 2px;
}
#carousel-2 .carousel-style-2-info svg path {
  fill: #fff;
  stroke-width: 6px;
  stroke: #fff;
  height: 14px;
  width: 9px;
}
#carousel-2 .carousel-style-2-info h6 span {
  font-size: 10px;
  color: #fff;
  background: var(--primary-color);
  padding: 4px 12px;
  border-radius: 2px;
  letter-spacing: 0.4px;
  font-weight: 700;
  text-transform: uppercase;
}
#carousel-2 .carousel-style-2-info small {
  color: #fff;
  font-size: 12px;
  display: block;
  font-family: var(--secondary-font);
  font-weight: 500;
}
#carousel-2 .carousel-style-2-info small i {
  font-size: 10px;
  margin-right: 2px;
}
#carousel-2 .carousel-style-2-info small span {
  margin-left: 10px;
  font-weight: 500;
}
.carousel-style-2-info h6 {
  margin-bottom: 16px;
}
.carousel-style-2-body {
  text-align: center;
  margin-top: 20px;
}
#carousel-2 .owl-theme .owl-dots .owl-dot.active span,
#carousel-2 .owl-theme .owl-dots .owl-dot:hover span {
  width: 13px;
  height: 13px;
  background: var(--primary-color);
}
#carousel-2 .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 6px 9px;
  background-color: #171717;
  transition: all 0.25s ease-in-out;
}
.owl-theme .owl-dots .owl-dot span {
  margin: 4px;
}
.carousel-style-3 {
  position: relative;
}
.carousel-style-3-img {
  position: relative;
  height: 430px;
}
.carousel-style-3-img img {
  height: 100%;
  object-fit: cover;
}

.carousel-3-tag {
  position: absolute;
  top: 20px;
  left: 35px;
}
#carousel-3 .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 8px;
}
#carousel-3 .item {
  padding: 0 35px 0 36px;
}
.carousel-style-3-img::after {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.carousel-3-tag h6 {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  font-family: var(--primary-font);
  letter-spacing: 1px;
}
.carousel-3-date {
  position: absolute;
  top: 20px;
  right: 35px;
}
.carousel-3-date h6 {
  color: #fff;
  font-weight: 400;
}
.carousel-3-date h6 svg {
  width: 14px;
  fill: #fff;
  margin-left: 10px;
  margin-right: 5px;
}
.carousel-3-content {
  position: absolute;
  bottom: 40px;
  left: 35px;
  width: 375px;
}
.carousel-3-content h4 {
  font-size: 18px;
  color: #fff;
  line-height: 27px;
  margin-bottom: 10px;
}
.carousel-3-content p {
  color: #fff;
}
.carousel-4-wapper {
  position: relative;
}
.carousel-4-img {
  height: 300px;
}
.carousel-4-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.carousel-4-content {
  position: absolute;
  background: #fff;
  width: 260px;
  bottom: -65px;
  left: 0;
  z-index: 9;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 17px 20px;
}
#carousel-4.sec-pad-t-90,
#carousel-3.sec-pad-t-100,
#carousel-2.sec-pad-t-90,
#carousel-5.sec-pad-t-90 {
  padding-top: 60px !important;
}
.carousel-4-team-social {
  margin-top: -2px;
}
#carousel-4 .item {
  padding-bottom: 70px;
}
.sidebar-sec.mt-5 {
  margin-top: 60px !important;
}
.carousel-4-team-name h6 {
  color: var(--primary-color);
  font-family: var(--primary-font);
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 500;
}
.carousel-4-team-name {
  margin-bottom: 20px;
}
.carousel-4-team-social ul li {
  display: inline-block;
  margin: 0 10px;
}
.carousel-4-team-social ul li i {
  width: 34px;
  height: 34px;
  border: 1px solid rgb(221 221 221 / 63%);
  border-radius: 50%;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.carousel-4-team-social ul li a {
  color: var(--para-color);
}
#carousel-4 .owl-dots {
  margin-top: 30px;
}
#carousel-4 .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  width: 12px;
  height: 12px;
  background: var(--primary-color) !important;
}

#carousel-4 .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 4px;
  justify-content: center;
}
.carousel-5-card .card {
  border: 0;
  border-radius: 0;
}
.carousel-5-card .home-1-card-img {
  height: 95px;
}
.carousel-5-card .home-1-card-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.carousel-5-card .card-body {
  padding: 0 0rem 0 10px;
}
.carousel-5-card .card-body h6 {
  line-height: 15px;
}
.carousel-5-card h6.card-title {
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-family: var(--primary-font);
  font-weight: 700;
  margin-bottom: 6px;
}
#featured-blog .home-1-side-content h4 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 7px;
}
.carousel-5-card h5 {
  font-size: 14px;
  line-height: 23px;
  font-weight: 600;
  margin-bottom: 6px;
}
.carousel-5-card p.card-text {
  font-family: var(--secondary-font);
  color: #666;
  font-weight: 400;
  font-size: 14px;
}
#carousel-5 .owl-theme .owl-dots .owl-dot.active span {
  width: 12px;
  height: 12px;
  background: var(--primary-color) !important;
}
#carousel-5 .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 4px;
  justify-content: center;
}
.bg-grey {
  background-color: var(--gray);
}
.bg-dark-gray,
.grey {
  background-color: var(--bg-drak-gray);
}
.news-letter-wapper {
  background: #eaeaea;
  border-radius: 10px;
  box-shadow: 0 0 14px 2px #0000001a;
  padding: 60px 50px;
}
.news-letter-form .form-control {
  padding: 23px 35px;
  height: 71px;
  border: 1px solid;
  border-radius: 7px !important;
  font-size: 14px;
  font-family: var(--secondary-medium);
}
.news-letter-form .form-control:focus {
  box-shadow: unset;
}
.news-letter-form .btn.btn-primary {
  position: absolute;
  right: 5px;
  padding: 0px;
  top: 5px;
  width: 70px;
  z-index: 22;
  height: 61px;
  border-radius: 7px !important;
}
.news-letter-form .btn.btn-primary svg {
  width: 22px;
  stroke: #fff;
  margin-top: -5px;
  transition: all 0.25s ease-in-out;
}
.news-letter-form .btn.btn-primary:hover svg {
  stroke: var(--primary-color);
}
.news-letter-form .form-control::placeholder {
  color: #afafaa;
}
/***** End Carousel *****/
/***** Tabs *****/
#tab-style-1 label {
  border: 0px solid transparent !important;
  color: var(--para-color);
  font-weight: 400;
  font-size: 16px;
  font-family: var(--secondary-font);
  text-transform: capitalize;
}
.form-check {
  padding: 0;
}
#home-1-tab .blog-1-content {
  margin-bottom: 25px !important;
}
#tab-style-1.home-1-tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--heading-color) !important;
}
#tab-style-1 .nav-tabs .nav-item .nav-link {
  text-transform: capitalize;
  border: none;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 16px;
  color: #666;
}
.home-1-tab p.card-text {
  font-size: 12px;
  font-weight: 600;
  color: var(--gray);
}
.home-1-tab .carousel-5-card h5 {
  line-height: 22px;
}
.home-1-tab h6.card-title {
  margin-bottom: 4px;
}
.home-1-tab .home-1-card-img {
  height: 90px;
}
#home-1-tab .nav-tabs .nav-link:hover {
  color: var(--heading-color) !important;
}
#tab-style-1 .nav-item,
#tab-style-2 .nav-item,
#tab-style-3 .nav-item,
#tab-style-4 .nav-item {
  margin: 0 20px;
}
#tab-style-1 .nav-tabs {
  margin-bottom: 23px;
  justify-content: center;
  border: 0px solid transparent !important;
  margin-top: 20px;
}
.page-node-21 .section-divider {
  padding-top: 35px;
}
#tab-style-1 .nav-tabs .nav-item.show .nav-link,
#tab-style-1 .nav-tabs .nav-link.active {
  color: var(--primary-color) !important;
}
[id*="tab-style"] .nav-tabs .nav-item .nav-link,
[id*="tab-style"] .nav-tabs .nav-item {
  transition: all 0.5s ease-in-out;
  --webkit-transition: all 0.5s ease-in-out;
  --moz-transition: all 0.5s ease-in-out;
}
#tab-style-1 .tab-1-content p,
#tab-style-2 .tab-2-1-content p,
#tab-style-3 .tab-3-1-content p,
#tab-style-4 .tab-4-1-content p {
  font-size: 16px;
  line-height: 28px;
}
#tab-style-2 .nav-link {
  border: 0px solid transparent !important;
  color: var(--para-color);
  font-weight: 400;
  font-size: 16px;
  font-family: var(--primary-font);
  text-transform: capitalize;
  position: relative;
}
#tab-style-2 .nav-tabs .nav-item.show .nav-link,
#tab-style-2 .nav-tabs .nav-link.active {
  color: var(--primary-color) !important;
}
#tab-style-2 .nav-tabs .nav-link::after {
  content: "";
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  background: var(--primary-color);
  bottom: -5px;
  left: 23px;
  transition: all 0.5s ease-in-out;
  --webkit-transition: all 0.5s ease-in-out;
  --moz-transition: all 0.5s ease-in-out;
  opacity: 0;
}
#tab-style-2 .nav-tabs .nav-link:hover::after,
#tab-style-2 .nav-item.show .nav-link::after,
#tab-style-2 .nav-tabs .nav-link.active::after {
  opacity: 1;
}
#tab-style-2 .nav-tabs {
  margin-bottom: 30px;
  justify-content: center;
  border: 0px solid transparent !important;
  margin-top: 20px;
}
#tab-style-3 .nav-link {
  border: 0px solid transparent !important;
  color: var(--para-color);
  font-weight: 400;
  font-size: 16px;
  font-family: var(--primary-font);
  text-transform: capitalize;
  position: relative;
  border-radius: 2px;
}
#tab-style-3 .nav-tabs {
  margin-bottom: 35px;
  justify-content: center;
  border: 0px solid transparent !important;
  margin-top: 20px;
}
#tab-style-3 .nav-tabs .nav-item.show .nav-link,
#tab-style-3 .nav-tabs .nav-link.active,
#tab-style-3 .nav-tabs .nav-link:hover {
  background: var(--primary-color);
  color: #fff !important;
}
#tab-style-4 .nav-link {
  border: 0px solid transparent !important;
  color: var(--para-color);
  font-weight: 400;
  font-size: 16px;
  font-family: var(--primary-font);
  text-transform: capitalize;
  border-radius: 50px;
}
#tab-style-4 .nav-tabs {
  margin-bottom: 32px;
  justify-content: center;
  border: 0px solid transparent !important;
  margin-top: 20px;
}
#tab-style-4 .nav-tabs .nav-item.show .nav-link,
#tab-style-4 .nav-tabs .nav-link.active,
#tab-style-4 .nav-tabs .nav-link:hover {
  background: var(--primary-color);
  color: #fff !important;
}
/***** End Tabs *****/
/***** Home 1 *****/
.home-1-banner-wapper {
  position: relative;
  padding: 140px 0 0 0;
}
#home-1-tab .btn-outline-primary,
#latest-blog .btn-outline-primary,
.editors-pick .btn-outline-primary {
  padding: 12px 40px;
  font-size: 15px !important;
}
.editors-pick .blog-1-content {
  margin: 20px 0 0 !important;
}

#blog-style-1.editors-pick .blog-1-content p {
  margin: 12px 0 12px;
}
#home-tab1-sidebar hr {
  margin: 18px 0 !important;
}

#blog-style-1.editors-pick h6.bolg-1-date {
  margin-top: 15px;
}
.home-1-banner-wapper:after {
  position: absolute;
  content: "";
  width: 66%;
  height: 100%;
  background: var(--secondary-color);
  left: 0;
  top: 0;
}
.home-banner-1-img {
  position: relative;
  z-index: 1;
  height: 435px;
  width: 100%;
}
.home-banner-1-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.home-banner-1-wapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  max-width: 86%;
  padding-left: 15px;
}
.home-banner-1-content h4 {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #666666;
  margin-bottom: 10px;
  font-weight: 900;
  padding-left: 5px;
}
.home-banner-1-content h2 {
  font-size: 55px;
  line-height: 66px;
  font-weight: 400;
}
.home-banner-1-content {
  position: relative;
}
.home-1-bg-text {
  position: absolute;
  transform: scale(1.25);
  top: 95px;
  left: 24px;
}
.home-1-bg-text h1 {
  font-size: 76px;
  text-transform: uppercase;
  color: #747474;
  font-weight: 600;
  opacity: 0.1 !important;
  font-family: var(--secondary-font);
  letter-spacing: 10px;
  margin-left: -33px;
}
.banner-link {
  position: relative;
  margin-top: 50px;
}
.banner-link .link-btn-primary {
  justify-content: end;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.9px;
}
.banner-link .link-btn-lg i {
  font-size: 14px;
  margin-left: 10px;
  margin-top: 6px;
}
.banner-link:after {
  position: absolute;
  width: 100%;
  height: 3px;
  background: var(--secondary-color);
  content: "";
  bottom: -18px;
  left: 0;
}
.home-1-title {
  text-align: center;
  margin-bottom: 30px;
}
.home-1-title h2,
.home-1-title h1 {
  color: var(--primary-color);
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
}
.home-1-title p {
  font-size: 18px;
  margin-top: 16px;
}
.home-1-hr hr {
  margin: 0 !important;
  height: 1px !important;
  margin: 20px 0 !important;
}
#home-1-tab .nav-tabs .nav-item {
  margin: 0 4px;
}
.home-1-top-new-title {
  margin-top: 30px;
  margin-bottom: 20px;
}
.home-1-top-new-title h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 18px;
}
.home-1-top-new-title .date {
  color: var(--gray) !important;
  font-size: 14px;
  font-weight: 400;
  justify-content: start;
}
.home-1-top-new-title .date span:not(.dot) {
  color: var(--heading-color);
  font-weight: 500;
  margin-left: 5px;
  text-transform: capitalize;
}
.home-page-section .btn-md {
  padding: 13px 35px;
  font-size: 15px !important;
  margin-top: 3px;
}
.dot {
  position: relative;
  height: 3px;
  border-radius: 50%;
  width: 3px;
  margin: 0 12px;
  background-color: #666666;
}
.home-1-top-new-img {
  height: 423px;
  margin-bottom: 20px;
}
.home-1-top-new-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home-1-top-new-content {
  margin-bottom: 25px;
}
#home-1-tab .blog-1-img,
#home-1-tab .blog-1-content {
  margin-bottom: 20px;
}
.home-1-side-title h3 {
  text-transform: uppercase;
  margin-bottom: 21px;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
.bolg-1-date span {
  color: var(--primary-color);
  font-family: var(--secondary-font);
  text-transform: capitalize;
  font-weight: 500;
  margin-left: 3px;
}
.bolg-1-date {
  font-size: 12px;
  color: var(--gray);
  font-weight: 400 !important;
}
.home-1-categories {
  margin-top: 60px;
  padding: 25px 18px 8px;
  border: 1px solid #ddd;
}

.home-1-categories .home-1-side-title {
  text-align: center;
}

.home-1-categories ul {
  flex-wrap: wrap;
}

.home-1-categories ul li {
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 10px;
  text-transform: capitalize;
}
.home-1-categories ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.home-1-categories ul li a {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: capitalize;
}
.home-1-categories ul a {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}
.home-1-categories ul li i {
  font-size: 9px;
  margin-right: 10px;
  vertical-align: revert;
}
.remove-boder {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}
#latest-blog .blog-1-content {
  margin: 0px 0;
}
#latest-blog .blog-1-img {
  height: 226px;
}
#featured-blog .home-1-card-img {
  height: 195px;
}
#featured-blog .card-body {
  padding: 1rem 0 0 !important;
}
#featured-blog .card-body h6.bolg-1-date {
  margin-top: 8px;
  color: #666666;
  font-weight: 400 !important;
  font-size: 12px !important;
  letter-spacing: 0.5px !important;
  margin-bottom: 0 !important;
}
#featured-blog .card-body h6.blog-1-date span {
  text-transform: uppercase;
  font-family: var(--secondary-font);
}
#blog-style-1 h6.bolg-1-date {
  margin-top: 14px;
  color: #666 !important;
  font-weight: 400 !important;
}
#latest-blog hr {
  height: 2px;
  opacity: 0.75;
  margin: 25px 0px;
}
/***** End Home 1 *****/
/***** Home 2 *****/
#home-2-banner .home-2-banner-wapper {
  position: relative;
}
.path-comment form.home-2-subscribe-form {
  margin-top: 30px;
}
.path-comment label {
  display: none;
}
.comment-sec .reply-comment {
  margin-left: 85px;
}
.home-2-popular-blog .btn-primary,
#home-2-top-blog .btn-primary,
#home-2-latest-blog .btn-primary {
  font-size: 14px !important;
  padding: 14px 40px;
}
#home-2-banner .home-2-banner-wapper .home-2-banner-img {
  position: relative;
  height: 520px;
}
#home-2-latest-blog .card-text {
  font-size: 12px;
}
#home-2-banner .home-2-banner-wapper .home-2-banner-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#home-2-banner .home-2-banner-wapper .home-2-banner-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  top: 0;
  opacity: 0.5;
}
.home-2-banner-content {
  padding: 15px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0;
}
.home-2-banner-content .tags {
  margin-bottom: 8px;
}
.home-2-banner-content h6.tags span {
  background: var(--primary-color);
  color: #fff;
  font-size: 10px;
  padding: 3px 11px;
  letter-spacing: 0.5px;
  border-radius: 2px;
  font-weight: 700;
  text-transform: uppercase;
}
.home-2-banner-content h4 {
  color: #fff;
  margin-bottom: 14px;
}
.home-2-banner-content small {
  color: #fff;
  font-family: var(--secondary-font);
  font-size: 12px;
  font-weight: 500;
}
.home-2-banner-content small i {
  font-size: 12px;
  margin-right: 5px;
}
.home-2-banner-content svg {
  fill: #fff;
  width: 12px;
  margin-right: 5px;
}
.home-2-banner-content small span {
  margin-left: 10px;
}
#home-2-banner .home-2-banner-tile-wapper {
  position: relative;
  margin-bottom: 15px;
}
#home-2-banner .home-2-banner-tile-wapper .home-2-banner-tile-img {
  position: relative;
  height: 230px;
}
.home-2-banner-tile-img.downimg {
  height: 275px !important;
}
#home-2-banner .home-2-banner-tile-wapper .home-2-banner-tile-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#home-2-banner .home-2-banner-tile-wapper .home-2-banner-tile-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  top: 0;
  opacity: 0.5;
}
.home-2-banner-tile-content {
  padding: 15px 20px;
  height: 100%;
  text-align: center;
  position: absolute;
  display: flex;
  top: 0;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
}
#tile-2 .home-2-banner-tile-content {
  padding: 50px;
}
.home-2-banner-tile-content h6.tags span {
  background: var(--primary-color);
  color: #fff;
  padding: 2.5px 9px;
  font-size: 10px;
  letter-spacing: 0.5px;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: 700;
}
.home-2-banner-tile-content h6.tags {
  margin-bottom: 10px;
}
.home-2-banner-tile-content h5 {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 7px;
}
.home-2-banner-tile-content h4 {
  color: #fff;
  margin-bottom: 10px;
  padding: 0 45px;
}
.home-2-banner-tile-content small {
  color: #fff;
  font-size: 12px;
  font-family: var(--secondary-font);
}
.home-2-banner-tile-content small i {
  font-size: 12px;
  margin-right: 5px;
}
.home-2-banner-tile-content svg {
  fill: #fff;
  width: 12px;
  margin-right: 5px;
}
.home-2-banner-tile-content small span {
  margin-left: 10px;
}
.home-2-title {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
.home-2-title h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  max-width: max-content;
  margin: 0 auto;
  z-index: 7;
  background: #fff;
  position: relative;
  padding: 0 15px;
  letter-spacing: 0.2px;
}
.home-2-title::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 0;
  background: #171717;
  width: 100% !important;
  height: 1.5px;
}
#carousel-2 .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}
#home-2-latest-blog .home-2-latest-blog-wapper {
  position: relative;
}
.home-2-latest-blog-wapper .card.mb-3-1.mt-3 {
  margin-top: 0 !important;
}
#home-2-latest-blog .home-2-banner-img {
  height: 540px;
  position: relative;
}
#home-2-latest-blog .home-2-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home-2-latest-blog .home-2-banner-img::after {
  content: "";
  position: absolute;
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}
#home-2-latest-blog .home-1-card-img {
  height: 74.5px;
}
#home-2-latest-blog .home-1-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home-2-latest-blog .card {
  border: 0;
}
#home-2-latest-blog .card-body {
  padding: 0rem 0.75rem;
}
#home-2-latest-blog .card-body h5 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
#home-2-top-blog .home-2-latest-blog-wapper {
  position: relative;
}
#home-2-top-blog .home-2-banner-img {
  height: 410px;
  position: relative;
}
#home-2-top-blog .home-2-banner-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#home-2-top-blog .home-2-banner-img:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  top: 0;
  opacity: 0.5;
}
#home-2-top-blog .home-2-banner-content h4 {
  font-size: 24px;
  line-height: 34px;
}
.home-2-top-blog-img {
  height: 200px;
}
.home-2-top-blog-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home-2-top-blog-content .tags span {
  background: var(--primary-color);
  padding: 4px 9px 3px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  margin-right: 10px;
}
.home-2-top-blog-content .tags {
  color: var(--para-color);
  font-size: 12px;
  margin-bottom: 8px;
  font-weight: 500;
}
.home-2-top-blog-content p {
  font-size: 14px !important;
  line-height: 23px !important;
}
.home-2-top-blog-content h4 {
  margin-bottom: 10px;
}
.home-2-top-blog-content .tags i {
  margin-right: 5px;
}
.home-2-top-blog-content small svg {
  width: 11px;
  vertical-align: revert;
  margin-right: 2px;
  fill: var(--gray);
}
.home-2-top-blog-content small {
  font-weight: 500;
  font-size: 12px;
  font-family: var(--secondary-font);
  color: var(--gray);
}
.home-2-popular-blog .home-2-title::before,
.home-2-popular-blog .home-2-title::after {
  width: 34%;
}
.home-2-popular-blog-img {
  height: 245px;
}
.home-2-popular-blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home-2-top-blog .form-radios {
  margin-bottom: 35px;
}
#home-2-top-blog label {
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 15px 10px;
  margin-bottom: -2px;
}
#home-2-top-blog .form-check-input:checked[type="radio"] + label {
  background-color: white;
  color: var(--primary-color);
}
.sidebar-content-right .home-2-title::before,
.sidebar-content-right .home-2-title::after {
  width: 33%;
}
.sidebar-content-right .col-lg-4 .mt-5:first-child,
.sidebar-content-right .col-lg-4 .mt-5:first-child .home-2-subscribe {
  margin-top: 0 !important;
}
#home-2-top-blog .form-check {
  margin: 0 10px;
}
.home-2-btn {
  margin-top: 50px !important;
}
.home-2-popular-content .tag span {
  background: var(--primary-color);
  padding: 4px 10px;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  border-radius: 2px;
}
.home-2-popular-content .tag span i {
  margin-right: 4px;
  font-size: 11px;
}
.home-2-popular-content h3 {
  margin-bottom: 12px;
  line-height: 27px;
  font-size: 18px;
}
.home-2-popular-content .tag svg {
  width: 10px;
  height: 11px;
  margin-left: 0px;
  margin-right: 3px;
  margin-top: -2px;
}
.home-2-popular-content .tag svg path {
  fill: #666;
}
.home-2-popular-content .tag small span {
  text-transform: capitalize;
  background: unset;
  color: var(--gray);
  font-size: 12px;
  font-weight: 500;
}
.home-2-popular-content .tag small {
  color: var(--gray);
  font-size: 12px;
  font-weight: 400;
}
.home-2-popular-content {
  padding: 1rem 0 28px;
}
.home-2-popular-content .tag {
  margin-bottom: 10px;
}
.home-2-featured-blog-img {
  height: 195px;
}
.home-2-featured-blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-2-featured-blog-content h4 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}
.home-2-featured-blog-content svg {
  height: 10px;
  width: 11px;
  margin-right: 3px;
  margin-top: -3px;
}
.home-2-featured-blog-content svg path {
  fill: #666;
}
.home-2-featured-blog-content {
  padding: 0.5rem 0;
}
.home-2-featured-blog-content h6 {
  margin-bottom: 12px;
}
.home-2-featured-blog-content h6.tag span {
  background: var(--primary-color);
  padding: 4px 10px 3px;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0;
  font-weight: 700;
  border-radius: 2px;
}
.home-2-featured-blog-content h6.tag small span {
  background: unset;
  color: var(--gray);
  text-transform: capitalize;
  font-size: 12px;
  font-family: var(--primary-font);
  font-weight: 500;
  letter-spacing: 0;
}
.home-2-featured-blog-content h6.tag small span i {
  margin-right: 5px;
  font-size: 10px;
}
.home-2-sidebar-title {
  margin-bottom: 15px;
}
.home-2-sidebar-title h2 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2px;
}
.home-2-popular-blog hr {
  height: 1px;
  margin: 0;
  margin-bottom: 20px;
}
.home-2-catgories {
  position: relative;
  margin-top: 65px;
  border: 2px solid #000;
  border-radius: 3px;
  padding: 25px 25px 5px;
}
.home-2-catgories-title {
  position: absolute;
  top: -20px;
  width: max-content;
  left: 0;
  text-align: center;
  right: 0;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
}
.home-2-catgories-title h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 0 10px;
  letter-spacing: 0.2px;
}
.home-2-catgories-tag ul {
  flex-wrap: wrap;
  padding: 0 10px;
}
.home-2-catgories-tag ul li a {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin: 15px 0 18px;
}
.home-2-catgories-tag ul li a:hover span {
  background: var(--para-color);
}
.home-2-catgories-tag ul li:last-child a {
  margin-bottom: 0;
}
.home-2-catgories-tag ul a {
  color: #666;
  font-weight: 600;
}
.home-2-catgories-tag ul li span {
  transition: all 0.25s ease-in-out;
  background: var(--primary-color);
  padding: 0px 8px;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
}
.home-2-subscribe {
  text-align: center;
  position: relative;
  padding: 29px 18px 25px;
  border: 1px solid #000;
  margin-top: 70px;
}
.home-2-subscribe-title {
  position: absolute;
  background: #fff;
  width: max-content;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  top: -20px;
}
.home-2-subscribe-title h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.2px;
  padding: 0 10px;
}
.home-2-subscribe-form .form-control {
  border-radius: 1px;
  padding: 14px 12px;
  margin-top: 7px;
  font-family: var(--primary-font);
  font-size: 14px;
}
.home-2-subscribe-form .form-control::placeholder {
  font-size: 14px;
  color: #a4a4a4;
  font-family: var(--primary-font);
  text-align: center;
}
.home-2-subscribe-form .form-control:focus {
  box-shadow: unset;
  border-color: #000;
}

.home-2-subscribe-form .btn-primary {
  width: 100%;
  border-radius: 0;
  padding: 11px 0;
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--secondary-font);
  font-weight: 700;
  letter-spacing: 0.5px;
}
.home-2-subscribe-form .btn-primary:hover {
  color: var(--primary-color);
}
#blog-style-3 .blog-3-wapper::after {
  content: "";
  height: 84px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: -85px;
}
/***** End Home 2 *****/
/***** Home 3 *****/
.home-3-banner-wapper {
  position: relative;
}
#header-3 .top-social li:last-child {
  margin-right: 0 !important;
}
.home-3-banner-img {
  height: 670px;
}
.home-3-banner-img img {
  height: 100%;
  object-fit: cover;
}
.home-3-banner-conntent {
  position: absolute;
  background: #fff;
  width: 700px;
  text-align: center;
  bottom: 50px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 50px 35px 60px;
}
.home-3-btn .btn-lg {
  color: #fff;
  padding: 13px 34px;
  font-size: 15px !important;
  line-height: unset;
  border-radius: 4px !important;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.48px;
  font-family: var(--secondary-font);
}
#blog-style-2 .blog-2-content .bolg-1-date a,
#blog-style-h-2 .blog-2-content .bolg-1-date a {
  font-family: var(--secondary-font);
}
.bolg-1-date span svg {
  width: 11px;
  fill: #666;
}
.home-3-banner-conntent .bolg-1-date span {
  color: #000;
  margin-right: 15px;
}
span.blog-comment-count {
  color: var(--gray) !important;
  margin-right: 0 !important;
  margin-left: 15px;
}
#home-3-featured-blog .home-3-title {
  margin-bottom: 35px;
}
#home-3-featured-blog .carousel-5-card h6.card-title {
  margin-bottom: 6px;
}
#home-3-featured-blog
  .home-3-featured-blog-content
  .carousel-5-card
  h6.card-title {
  margin-bottom: 10px;
}
#home-3-featured-blog-content
  #home-3-featured-blog
  .carousel-5-card
  p.card-text {
  font-size: 12px;
}
#home-3-featured-blog .carousel-5-card .card {
  margin-bottom: 32px !important;
}
#home-3-featured-blog
  .carousel-5-card:last-child
  .card:not(
    .homepage_3-featured #home-3-featured-blog .carousel-5-card:last-child .card
  ) {
  margin-bottom: 0 !important;
}
.homepage_3-featured
  #home-3-featured-blog
  .home-3-featured-blog-content
  .carousel-5-card:last-child
  .card {
  margin-bottom: 0 !important;
}
.poplar-blog-wapper .col-12:last-child .poplar-blog-content {
  border: none;
}
.home-3-banner-conntent h6.tag {
  text-transform: uppercase;
  color: var(--primary-color);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 9px;
}
.poplar-blog-content h6 {
  margin-bottom: 13px;
}
.home-3-banner-conntent .bolg-1-date {
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.home-3-banner-conntent h2 {
  line-height: 40px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 28px;
}
.home-3-banner .owl-nav {
  position: absolute;
  top: 0;
  width: 100%;
  transform: translate(0px, 300px);
}
#home-3-banner .owl-prev {
  position: absolute;
  left: 50px;
}
#home-3-banner .owl-next {
  position: absolute;
  right: 60px;
}
#home-3-banner .owl-prev,
#home-3-banner .owl-next {
  width: 50px;
  height: 50px;
  font-size: 24px;
  background: #00000080;
  color: #fff;
  transition: all 0.25s ease-in-out;
}
#home-3-banner .owl-prev:hover,
#home-3-banner .owl-next:hover {
  background: var(--primary-color);
}
.home-3-title {
  position: relative;
  margin-bottom: 50px;
}
.home-3-title h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  background: white;
  width: max-content;
  position: relative;
  z-index: 7;
  padding-right: 20px;
}
.grey .home-3-title h2 {
  background-color: var(--bg-drak-gray);
}
.home-3-title h2 span {
  color: var(--primary-color);
}
.home-3-title:after {
  position: absolute;
  width: 100%;
  content: "";
  height: 2px;
  background: var(--para-color);
  top: 15px;
  right: 0;
}
#home-3-trending-blog .blog-2-content {
  background: #fff !important;
}
#home-3-trending-blog .bolg-1-date span:not(.blog-comment-count),
#home-3-top-blog .bolg-1-date span:not(.blog-comment-count) {
  margin-left: 0;
}
#home-3-featured-blog p.card-text svg,
#home-3-top-blog p.card-text svg {
  width: 13px;
  fill: #666;
  margin-right: 5px;
  margin-left: 15px;
}
.home-3-featured-blog-content .card-title,
.home-3-featured-blog-content h4 {
  margin-bottom: 10px;
}
#home-3-featured-blog
  .home-3-featured-blog-content
  .carousel-5-card
  p.card-text {
  font-size: 14px;
}
.home-3-featured-blog-content {
  margin-top: 18px;
  padding-bottom: 1px;
}
[id*="block-views-block-blogs-featured-list-top"]
  + #main
  main
  > section.sec-pad-t-100 {
  padding-top: 54px !important ;
}
.home-3-featured-blog-content .home-1-card-img {
  height: 280px;
}
.home-3-featured-blog-content .card-body p {
  margin-bottom: 14px;
}
#home-3-featured-blog .home-3-featured-blog-content .card {
  box-shadow: 0 0 4px #ddd;
  margin-bottom: 25px !important;
}
.home-3-featured-blog-content .card-body {
  padding: 26px 19px 20px 21px;
}
.layout-gird-list .blogs-featured_list .category-pageignation {
  margin-top: 65px !important;
}
#home-3-featured-blog p.card-text span {
  color: var(--primary-color);
  font-weight: 600;
  transition: all 0.25s ease-in-out;
  margin-right: 12px;
  text-transform: capitalize;
}
#home-3-featured-blog p.card-text small {
  font-weight: 500;
  font-size: 12px;
}
.home-3-sidebar-wapper {
  border: 1px solid #ddd;
}
.home-3-sidebar-title {
  text-align: center;
  border-bottom: 1px solid #ddd;
  background: #f8f8f8;
  padding: 14px;
}
.home-3-sidebar-title h4 {
  margin-bottom: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.blogs-editor_picks .carousel-5-card p.card-text {
  font-size: 12px;
}
.poplar-blog-wapper {
  padding: 26px 26px 11px;
}
.home-3-featured-blog-content .carousel-5-card:last-child .card {
  margin-bottom: 0 !important;
}
.poplar-blog-content {
  border-bottom: 1px solid #ddd;
  margin: 12px 0;
}
.last .poplar-blog-content {
  border-bottom: 0;
  margin: 12px 0 0;
}
.last .poplar-blog-content h6 {
  margin-bottom: 0;
}
.poplar-blog-img {
  height: 165px;
}
.poplar-blog-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#home-3-featured-blog .btn-primary,
#home-3-top-blog .btn-primary {
  padding: 12px 35px;
  font-size: 15px !important;
}
#home-3-featured-blog p.card-text a:hover span {
  color: var(--para-color) !important;
}
#home-3-top-blog .owl-dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
}
#carousel-3 .owl-theme .owl-dots .owl-dot.active span,
#carousel-3 .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff !important;
}

#carousel-3 .owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 1.5px;
  background: #869791;
  margin: 5px 2px;
}
.top-blog-wapper {
  margin-top: 20px;
}

#home-3-top-blog .blog-2-img {
  height: 250px;
}
#home-3-top-blog .blog-2-content {
  padding: 15px 0px 8px;
  box-shadow: unset;
}
#home-3-top-blog .blog-2-content .bolg-1-date {
  margin-bottom: 0;
}
#home-3-top-blog hr:not([size]) {
  margin-bottom: 30px;
}
.home-3-top-blog-comment-wapper {
  padding: 25px 18px 0;
}
.home-3-top-blog-comment-wapper h5 {
  margin-bottom: 0;
}
.home-3-top-blog-comment-wapper .col-12:last-child .home-3-top-blog-comment {
  border: none;
}
.home-3-top-blog-comment {
  border-bottom: 1px solid #ddd;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
#home-2-top-blog .home-2-title::before,
#home-2-top-blog .home-2-title::after {
  width: 42%;
}
.home-3-top-blog-comment h6.tag {
  color: var(--primary-color);
  text-transform: uppercase;
  font-family: var(--primary-font);
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.home-3-top-blog-comment.last {
  border-bottom: 0 !important;
}
.home-3-top-blog-comment small {
  font-size: 12px;
  font-family: var(--secondary-font);
  color: var(--para-color);
  font-weight: 500;
}
.home-3-sidebar-categories-wapper {
  border: 1px solid #ddd;
  margin-top: 50px;
}
.home-3-categories-wapper {
  position: relative;
  padding: 6px;
}
.home-3-sidebar-categories-item {
  padding: 22px 18px;
}
#home-3-top-blog .top-blog-wapper .home-1-card-img {
  margin-bottom: 16px;
}
.home-3-categories-img {
  position: relative;
  height: 165px;
}
.home-3-sidebar-editors-pick {
  margin-top: 50px;
}
.home-3-sidebar-editors-pick-wapper {
  padding: 20px 10px 1px;
}
.home-3-categories-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-3-categories-img:after {
  content: "";
  position: absolute;
  background: #000;
  left: 0;
  right: 0;
  opacity: 0.45;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-3-categories-content {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.home-3-categories-content h6 {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 700;
  padding: 0 5px;
  letter-spacing: 1px;
}
.home-3-categories-img-small {
  height: 90px;
  position: relative;
}
.home-3-categories-img-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-3-categories-content-small {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 100%;
}
.home-3-categories-content-small a,
.home-3-categories-content a {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.home-3-categories-content-small h6 {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.home-3-categories-img-small:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.45;
}
.home-3-sidebar-editors-pick-wapper .card {
  margin-bottom: 18px;
}
.home-3-sidebar-editors-pick-wapper .card.last {
  margin-bottom: 0px;
}
.home-3-sidebar-editors-pick-wapper .carousel-5-card .card-body {
  padding: 0 0.75rem;
  padding-right: 0;
}
#home-3-latest-blog .btn-primary {
  margin-top: 90px;
  padding: 14px 35px;
  font-size: 15px !important;
}
.home-3-news-letter-title {
  text-align: center;
}
.news-letter-title h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 4px;
}
.home-3-news-letter-title h2 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.home-3-news-letter-title h2 span {
  color: var(--primary-color);
}
.home-3-news-letter-title p {
  font-size: 16px;
  margin: 0;
}
#home-3-latest-blog .form-control {
  padding: 18px !important;
}
#home-3-news-letter .form-control {
  padding: 14px 20px;
  font-size: 14px;
  border-color: #d2d2d2;
  font-weight: 500;
  background-color: #f8f8f8;
}
#home-3-news-letter .form-control::placeholder {
  color: var(--gray);
  font-size: 13px;
  color: #a4a4a4;
  font-family: var(--primary-font);
  font-weight: 400;
}
#home-3-news-letter .form-control:focus {
  box-shadow: unset;
  border-color: #000;
}
.home-3-news-letter-form {
  margin-top: 40px;
}
.home-3-news-letter-form .btn-primary {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 13px 39px;
  font-family: var(--secondary-font);
}
.home-3-news-letter-form .btn-primary:hover {
  color: var(--primary-color);
}
#home-3-trending-blog .btn-lg {
  padding: 12px 40px;
}
.home-3-sidebar-editors-pick-wapper h5 {
  line-height: 21px !important;
}
.home-3-sidebar-editors-pick-wapper .carousel-5-card .home-1-card-img {
  height: 88px;
}
/***** End Home 3 *****/
/***** tooltips *****/
#home-3-top-blog #carousel-3 .item {
  padding: 0px;
}
.tooltip-text {
  color: var(--primary-color) !important;
}
.tooltip {
  z-index: 0;
}
.tooltip-1 h2,
.tooltip-2 h2 {
  font-size: 25px !important;
  font-weight: 700;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: var(--primary-color);
}
.tooltip-style-2 .tooltip-arrow {
  left: 20px !important;
  margin-left: 0 !important;
  transform: translate3d(-5px, 0px, 0px) !important;
}
.tooltip-style-2 .tooltip-text {
  color: var(--dark) !important;
}
.tooltip-2 p {
  margin-bottom: 0;
}
.tooltip-style-2 .tooltip-arrow::before {
  content: "";
  position: absolute;
  width: 12px;
  top: -6px;
  border-width: 0;
  background: #fff;
  transform: rotate(45deg);
  height: 12px;
  border-left-color: #000;
  border-right-color: #000000fa;
  left: -3px;
  border-bottom: 1px solid;
  border-right: 1px solid;
}
.tooltip-style-2 .tooltip-inner {
  background: white;
  color: #666666 !important;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  padding: 8px !important;
  border-radius: 2px;
}
.tooltip-inner {
  width: 200px;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: var(--primary-color);
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: var(--primary-color);
}
.tooltip-style-2.bs-tooltip-end .tooltip-arrow::before,
.tooltip-style-2.bs-tooltip-auto[data-popper-placement^="bottom"]
  .tooltip-arrow::before,
.tooltip-style-2.bs-tooltip-bottom .tooltip-arrow::before {
  transform: rotate(225deg);
  top: 1px;
  border-bottom-color: #000;
  border-right-color: #000;
}
.tooltip-style-2.bs-tooltip-auto[data-popper-placement^="right"]
  .tooltip-arrow::before,
.tooltip-style-2.bs-tooltip-end .tooltip-arrow::before {
  transform: rotate(135deg);
  left: -14.5px;
  top: 12px;
}
/***** End tooltips *****/
/***** categories *****/
.sub-page-banner {
  margin-top: 10px;
  position: relative;
  background-position: center -250px !important;
}
.sub-page-banner::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.5;
}
.sub-page-banner .banner-text {
  position: relative;
  z-index: 1;
}
.sub-page-banner .banner-text h2 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 5px;
}
#categories-pages #featured-blog .home-1-hr hr {
  margin: 20px 0 !important;
}
#categories-pages .life-style:last-child div:last-child > hr {
  display: none;
}
.life-style hr {
  margin: 25px 0;
}
.categories-banner-wapper {
  position: relative;
  margin-bottom: 30px;
}
#categories-pages .btn-outline-primary {
  font-family: var(--secondary-font);
  font-size: 15px !important;
  margin-top: 64px;
  padding: 13px 36px;
  font-weight: 700;
}
#categories-pages ul.js-pager__items li {
  text-align: center;
}
.categories-banner-content h6.date span {
  color: #fff !important;
  transition: all 0.25s ease-in-out;
}
.categories-banner-img {
  position: relative;
  height: 445px;
}
.categories-banner-content h3 {
  color: #fff;
}
.categories-banner-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#featured-blog .home-1-hr:last-child hr {
  margin: 0 !important;
  display: none;
}
#blog-style-1.top-categories .blog-1-content {
  margin-top: 20px;
}
.categories-banner-img:after {
  position: absolute;
  content: "";
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  left: 0;
}

.categories-banner-content {
  position: absolute;
  bottom: 5px;
  text-align: center;
  left: 0;
  right: 0;
  padding: 20px 140px;
}

.categories-banner-content h4 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
}
.categories-banner-content h6.date a:hover span {
  color: var(--primary-color) !important;
}
.categories-banner-content h6 {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
}
.categories-banner-content h6 span:first-child {
  font-weight: 500;
  margin-left: 5px;
  text-transform: capitalize;
}
.categories-banner-content h6.date .dots {
  margin: 0px 12px;
}
h6.date .dots {
  margin: 0px 12px;
  display: inline-block;
}
h6.date {
  color: #fff !important;
  font-family: var(--secondary-font);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.dots {
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 50%;
}
.sidebar-contents .author-title h3 {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.54px;
  font-weight: 700;
}
.sidebar-contents .author-name h4 {
  font-size: 16px;
}
#categories-pages .blog-1-content:not(.category-popular .blog-1-content) {
  margin: 10px 0 30px;
}
.category-popular {
  margin-top: 60px;
}
#featured-blog .bolg-1-date a {
  font-size: 12px;
}
.category-popular .bolg-1-date {
  font-family: var(--secondary-font);
}
.category-popular .home-1-title {
  margin-bottom: 30px;
}
.category-popular .home-1-title h1 {
  font-weight: 500;
  text-transform: capitalize !important;
}
.category-popular .blog-1-img {
  height: 205px !important;
}
.author-wapper {
  border: 1px solid #e4e4e4;
  text-align: center;
  padding: 32px 15px 20px;
}
.author-social ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.author-img {
  height: 140px;
  width: 140px;
  display: inline-block;
  margin-bottom: 20px;
}
.author-img img {
  height: 100%;
  width: 100%;
  object-position: top;
  border-radius: 50%;
  object-fit: cover;
}
.author-name h4 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 18px;
  letter-spacing: 0.3px;
  line-height: 21px;
}
.author-name h6 {
  color: #999;
  font-weight: 400;
  font-style: italic;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: var(--primary-font);
}
.sidebar-contents .author-name h6 {
  margin-top: 3px;
}
.author-name p {
  margin-bottom: 20px;
}
.author-name {
  border-bottom: 1px solid #00000033;
}
.author-social ul li a {
  text-align: center;
  border-radius: 50%;
  width: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 5px;
  height: 34px;
  line-height: 0;
  border: 1px solid #e5e5e5;
  margin: 0px 0px 0px 22px;
}
.author-social ul li a:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff !important;
}
.author-social ul li:first-child a,
.sidebar-contents .author-social ul li:first-child a {
  margin-left: 0;
}
.author-social ul li a {
  color: #666;
  font-size: 15.5px;
}
.author-details-img {
  height: 650px;
  position: relative;
  z-index: 1;
}
.sidebar-contents .author-social ul li a {
  margin: 17px 0px 0px 17px;
}
.sidebar-contents .author-wapper {
  padding: 32px 15px 15px;
}
.author-details-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.author-details-wapper {
  padding: 0px 50px 0 10px;
  position: relative;
}

.author-details-name h2 {
  font-family: var(--secondary-font);
  font-weight: 400;
}

.author-details-name h4 {
  font-weight: 500;
  color: var(--primary-color);
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: var(--primary-color);
}
.author-details-name {
  margin-bottom: 20px;
}
.author-details-wapper .author-social {
  margin-top: 30px;
}
.author-details-wapper .author-social ul li:first-child {
  margin-left: 0;
}
.author-details-wapper .author-social ul li {
  margin: 0 10px;
}
.author-details-social ul li i {
  width: 35px;
  height: 35px;
  border: 2px solid #fff;
  text-align: center;
  padding: 8px;
  border-radius: 50%;
  margin: 0 5px;
}
.author-details-social ul li {
  display: inline-block;
}
.author-details-social {
  position: absolute;
  width: 100%;
  left: -48px;
  bottom: -100px;
  background: var(--primary-color);
  padding: 18px 20px;
}
.author-details-social ul li a {
  font-size: 16px;
  color: #fff;
}
.author-details-social ul li a:hover {
  color: var(--primary-color);
}
.author-content-wapper {
  width: 670px;
  box-shadow: 0px 0px 16px -3px #ddd;
  background: #fff;
  padding: 50px;
  position: absolute;
  top: 150px;
  z-index: 1;
  left: 460px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.author-title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.category-most-commented-title {
  margin-top: 50px;
}
.category-most-commented-title h3 {
  text-transform: uppercase;
  font-size: 20px;
}
.category-most-commented-img {
  margin: 0 0 30px;
}
.category-most-commented-img img {
  height: 100%;
  height: 110px;
  width: 100%;
  object-fit: cover;
}
.category-most-commented h5 {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.2px;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: -10px;
}
.categories_page-page_1 .blog-1-img {
  height: 245px;
}
.categories_page-page_1 .blog-1-content h4 {
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 27px;
  margin-top: 18px;
}
.categories_page-page_1 .blog-1-content h6 {
  font-weight: 400 !important;
  margin-bottom: 15px !important;
}
#categories-pages .category-popular .blog-1-content {
  margin-bottom: 0 !important;
}
.categories_page-page_1 .blog-1-content h6 span {
  text-transform: capitalize;
  font-weight: 500;
}
.categories_page-page_1 .blog-1-content h6,
.details-classic.detail-img .home-1-categories .home-1-side-title,
.details-classic.detail-gallery .home-1-categories .home-1-side-title {
  margin-top: 0px !important;
}
.blogs-popular_blogs .carousel-5-card p.card-text {
  font-size: 12px;
}
.details-classic .grid-featured-content h6 .dots {
  background-color: #fff !important;
}
#grid-featured .bolg-1-date span:not(.blog-comment-count) {
  margin-left: 0;
  margin-right: 10px;
}
.blogs-list_fullwidth h6 {
  font-size: 14px;
}
.blogs-list_fullwidth h6 span {
  font-weight: 600 !important;
}
.details-classic.detail-img .home-1-categories,
.details-classic.detail-gallery .home-1-categories {
  margin-top: 60px !important;
}
/***** End categories *****/
/***** Gird layout *****/
#layout-grid-2 .blog-1-content {
  margin-top: 25px;
}
#layout-grid-2 .blog-1-img {
  height: 400px;
}
#layout-grid-2 .blog-1-content {
  margin-bottom: 50px;
}
#layout-grid-2 h3 {
  font-size: 24px;
  line-height: 34px;
}
#layout-grid-2 h6:not(.blog-1-date) {
  margin-bottom: 12px;
}
#layout-grid-2 h6.bolg-1-date {
  margin-top: 12px;
  margin-bottom: 18px;
}
#layout-grid-3 .blog-1-content {
  margin-bottom: 45px;
  margin-top: 20px;
}
.category-pageignation {
  text-align: center;
  margin: 50px 0px 20px !important;
}
.category-pageignation ul li a,
.category-pageignation ul li span:not(.visually-hidden) {
  width: 50px;
  transition: all 0.25s ease-in-out;
  display: inline-block;
  height: 45px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--primary-font);
  color: #000;
  text-align: center;
  border: 1px solid #ddd;
  padding: 11px;
  margin: 10px 7.5px;
  font-family: "Open Sans", sans-serif;
}
#layout-grid-3 h3 {
  font-size: 18px;
  line-height: 28px;
}
.category-pageignation ul li:hover svg path,
.category-pageignation ul li:hover svg polygon {
  stroke: #fff;
  fill: #fff;
}
.category-pageignation ul li[class*="st"]:hover svg path {
  fill: none;
  stroke: #fff;
}
.category-pageignation ul li:hover a,
.category-pageignation ul li.active a {
  background: var(--primary-color);
  color: #fff !important;
}

.category-pageignation ul li span {
  vertical-align: middle;
}

.category-pageignation li.next {
  letter-spacing: 1px;
  font-size: 14px;
  color: var(--para-color);
}

.category-pageignation li.next i svg {
  transition: all 0.25s ease-in-out;
  width: 16px;
  margin-left: 5px;
}

.category-pageignation li.next a {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--primary-color);
}
.category-pageignation ul li.last svg {
  height: 16px;
  width: 16px;
  transform: rotate(270deg);
}
.category-pageignation ul li.first svg {
  height: 16px;
  width: 16px;
  transform: rotate(90deg);
}
.category-pageignation li.next a:hover i svg {
  fill: var(--primary-color);
}
#layout-grid-4 .blog-1-img {
  height: 220px;
}
#grid-2-with-sidebar .blog-1-img {
  height: 245px;
}
#grid-2-with-sidebar .home-1-hr hr {
  margin: 15px 0 !important;
}
#grid-2-with-sidebar .blog-1-content h4 {
  margin-bottom: 18px;
}
#grid-2-with-sidebar .blog-1-content h6.bolg-1-date {
  margin-bottom: 16px;
}
#grid-2-with-sidebar .carousel-5-card p.card-text {
  font-size: 12px;
}
#grid-2-with-sidebar .carousel-5-card h5 {
  margin-bottom: 4px !important;
}
.layout-gird-list .category-pageignation {
  margin: 38px 0px 4px !important;
}
.blogs-list_sidebar .category-pageignation {
  margin: 60px 0px 4px !important;
}
#grid-2-with-sidebar .home-1-card-img {
  height: 95px;
}
#layout-grid-4 .blog-1-content {
  margin-bottom: 40px;
  margin-top: 18px;
}
#layout-grid-4 h3 {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 12px;
}
#blog-masonry-1 .shortcode-blog-style-3-img {
  height: 100% !important;
}
.blog-masonry-style-1 .item {
  position: relative;
  margin-bottom: 20px;
  float: left;
  margin: 0px 0px 25px;
}
.blog-masonry-style-1 .item img {
  height: 100%;
  height: 350px;
  width: 100%;
}
.blog-masonry-style-1 img {
  object-fit: cover;
}
.blog-masonry-style-1 .height-2 img {
  height: 385px;
}
.blog-masonry-style-1:after {
  content: "";
  display: block;
  clear: both;
}
#blog-masonry-1 .blog-1-content h6 {
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 0px;
  font-weight: 400;
}
#blog-masonry-1 .blog-1-content h6:not(.bolg-1-date) {
  font-weight: 700;
  margin-bottom: 5px;
}
#blog-masonry-1 h6.bolg-1-date {
  color: var(--para-color);
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 12px;
}

#blog-masonry-1 .blog-1-content h4 {
  font-size: 24px;
  line-height: 34px;
}
.grid-featured-img {
  height: 550px;
}
.grid-featured-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.grid-featured-wapper .grid-featured-content .link-btn-md {
  justify-content: center;
  margin-top: 28px;
}
.grid-featured-content {
  text-align: center;
  margin-top: 35px;
  padding: 0px 170px;
}
.blog-type-Full .grid-featured-content {
  margin-top: 0;
}
.blog-type-Full {
  margin-bottom: -30px;
}
.grid-featured-content h5 {
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 8px;
}
.grid-featured-content h2 {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 15px;
}
.details-classic .date span.author-name {
  font-weight: 500;
  margin-left: 5px;
  color: #fff !important;
}
.grid-featured-content h6 {
  color: #666;
  margin: 15px 0;
  font-weight: 400;
}
.grid-featured-content h6 span {
  transition: all 0.25s ease-in-out;
  color: var(--primary-color);
  text-transform: capitalize;
  margin-left: 5px;
  font-weight: 500;
  margin-left: 0;
}
.grid-featured-content h6 .dots {
  background-color: #666666 !important;
  margin: 0 10px !important;
}
.details-classic .blockquotes-text-1 p {
  margin-left: 50px;
}
.details-classic.featured .grid-featured-content {
  margin-top: 0px;
}
.details-classic.featured .grid-featured-content h5 {
  font-size: 16px;
}
.details-classic .blockquote-1-icon {
  left: 0px;
}
.blog-page-content
  > div:first-child
  h3:not(.details-tag h3, .comment-deatails h3) {
  margin-top: 25px;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 16px;
}
.blog-page-content > div > h3:first-child,
.blog-page-content > div > h4:first-child {
  margin-top: 0 !important;
}
.details-classic .home-1-hr hr {
  margin: 18px 0 !important;
}
.grid-featured-content h6 a {
  color: #fff;
}
#home-3-featured-blog .home-1-side-content p.card-text {
  font-size: 12px;
}
#home-3-featured-blog .home-1-hr hr {
  margin: 20px 0 !important;
}
.grid-featured-content h6 a:hover span {
  color: var(--heading-color);
}
#grid-featured .blog-2-content {
  margin-bottom: 45px;
  padding-bottom: 22px;
  box-shadow: 0 0 5px #00000033;
}
#grid-featured .category-pageignation {
  margin-top: 30px !important;
}
#grid-featured .grid-featured-img {
  height: 460px;
}
#grid-featured .grid-featured-content {
  padding: 0px 20px;
  margin: 30px 0 25px !important;
}
#grid-featured hr {
  margin-bottom: 40px;
}
.blogs-list_fullwidth h3 {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 17px;
}
#grid-2-with-sidebar .blog-1-content {
  margin-bottom: 40px;
  margin-top: 20px;
}
#grid-2-with-sidebar .category-pageignation {
  margin-top: 30px !important;
}
#home-3-featured-blog.list-featured .home-3-featured-blog-content {
  margin-top: 0 !important;
}
.list-featured h4 {
  margin-bottom: 10px;
}
#deatils-page .banner-text h2 {
  color: #fff;
  font-size: 28px;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 42px;
}
.details-classic.detail-img .home-1-side-title {
  margin-top: 30px !important;
}
.details-classic .home-2-subscribe p {
  padding: 0 10px;
}
.details-tag h3 {
  margin-bottom: 0;
  font-size: 18px;
  margin-right: 13px;
  letter-spacing: 0.5px;
}
.details-tag ul li:first-child {
  margin-left: 20px;
}
#deatils-page .banner-text h1 {
  color: #fff;
  margin-bottom: 0;
  font-size: 28px;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 42px;
  font-weight: 700;
  font-family: var(--secondary-font-regular);
}
.details-classic .grid-featured-wapper {
  position: relative;
}
.details-classic .grid-featured-img {
  position: relative;
  height: 650px;
}
.details-classic .grid-featured-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  left: 0;
}
.details-classic .grid-featured-content {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
}
.details-classic-gallery {
  margin-top: 25px;
}
.details-classic p {
  font-weight: 400;
}
.details-classic-gallery-tile-1-img {
  height: 375px;
}
.details-classic-gallery-tile-1-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.details-classic-gallery-2 .details-classic-gallery-tile-1-img,
.details-classic-gallery-2 .details-classic-gallery-tile-2-img {
  height: 300px;
}
.details-classic-gallery-tile-2-img {
  height: 183px;
  margin-bottom: 8px;
}
.details-classic-gallery-tile-2-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.details-tag {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 30px 0 35px;
}
.details-tag ul li {
  display: inline-block;
  text-transform: uppercase;
  margin: 0 10px;
  vertical-align: revert;
}
.details-tag h4 {
  margin-bottom: 0;
  margin-right: 20px;
}
.details-tag ul li a {
  font-size: 12px;
  color: #666666;
  font-weight: 900;
  letter-spacing: 0.5px;
  font-family: var(--primary-font);
}
.details-facebook {
  fill: var(--facebook-color);
}
.details-inner-2 {
  fill: #fff;
}
.details-twitter {
  fill: var(--twitter-color);
}
.details-pinterest {
  fill: var(--pinterest-color);
}
.details-google-plus {
  fill: var(--google-plus-color);
}
.details-social {
  margin: 35px 0 35px;
  text-align: center;
}
.details-social ul li {
  display: inline-block;
  margin: 0 18px;
}
.details-social ul li svg {
  width: 50px;
}
.details-page-nav {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
.details-page-nav ul li a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 19px;
  color: #666;
  font-family: var(--secondary-font);
}
.details-page-nav ul li a i {
  color: var(--para-color);
  font-size: 25px;
  transition: all 0.25s ease-in-out;
  vertical-align: bottom;
}
.details-page-nav ul li a:hover i {
  color: var(--primary-color);
}
.details-page-nav ul li a i.fas.fa-long-arrow-alt-right {
  margin-left: 18px;
}
.details-page-nav ul li a i.fas.fa-long-arrow-alt-left {
  margin-right: 18px;
}
.details-comments {
  margin-top: 40px;
}
.details-comments-title {
  margin-bottom: 25px;
}
.comment-deatails h3 {
  color: #525252;
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0;
}
.blogs-you_may_like .carousel-5-card p.card-text {
  font-size: 14px;
}
.blogs-you_may_like .home-1-card-img {
  height: 185px;
}
.blogs-you_may_like .carousel-5-card h5 {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 26px;
}
.blogs-you_may_like .carousel-5-card .card-body {
  padding: 20px 15px 0;
  text-align: center;
}
.blogs-you_may_like .owl-dots {
  margin-top: 15px !important;
}
.comment-deatails small {
  color: #8b8b8b;
  font-weight: 400;
  font-size: 13px;
  font-family: var(--primary-font);
}
.comment-deatails p {
  margin: 5px 0 5px;
  font-weight: 400 !important;
}
.comment-hr hr {
  margin: 20px 0;
}
.comment-deatails a {
  color: var(--para-color);
  font-size: 15px;
  text-transform: uppercase;
}
.comment-deatails nav .nav-link:first-child {
  padding-left: 0;
}

.form-area.home-2-subscribe-form {
  margin-top: 50px;
}
.form-area.home-2-subscribe-form label {
  display: none;
}
#login .btn {
  margin-top: 5px;
  padding: 17px 51px;
}
.details-login-register {
  text-align: center;
  margin: 30px 0;
}
.details-login-register h4 span:hover a {
  color: var(--para-color) !important;
}
.details-login-register h4 span a {
  font-size: 18px;
  color: var(--primary-color);
  transition: all 0.25s ease-in-out;
}
.details-login-register h4 {
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-size: 18px;
}
.heading-1 h3 {
  font-size: 18px;
}
.details-classic .author-wapper {
  border: 0;
  margin-top: 10px;
  padding: 25px 0px 0px;
}
.details-classic .author-img {
  height: 270px;
  width: 100%;
}
.details-classic .author-img img {
  border-radius: 0;
  object-fit: cover;
}
.details-classic .author-name {
  border: 0;
}
.details-classic .author-social ul li {
  border-color: rgb(223 223 223 / 68%);
}
.details-classic .author-social ul li {
  padding: 0px;
}
.details-classic .author-social {
  margin-top: 10px;
}
.details-classic .home-1-side-title {
  margin-top: 10px !important;
}
.details-classic .home-1-categories {
  padding: 20px 15px 15px !important;
  margin-top: 30px;
}
.details-classic .home-1-side-title {
  margin-top: 50px;
}
.details-classic .home-2-subscribe-title {
  position: unset;
  width: unset;
}
.details-classic .home-2-subscribe {
  margin-top: 60px;
  border-color: #e5e5e5;
  padding: 25px 15px 30px;
  border-width: 1px;
}
.details-classic .home-2-subscribe-title h3 {
  text-transform: uppercase;
  width: 100% !important;
  font-size: 18px;
  color: #171717;
  margin-bottom: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.blog-type-Image {
  margin-bottom: -30px;
}
.details-classic .home-2-subscribe-form .form-control {
  text-align: left;
  font-weight: 400;
  padding: 14px 20px;
  font-size: 14px;
  height: 46px;
  font-family: var(--primary-font);
}
.details-classic .home-2-subscribe-form .form-control::placeholder {
  color: #aeb3bb;
  text-align: left;
}
.details-classic .details-login-register {
  margin: 40px 0 15px;
}
.list-sidebar .blog-1-img {
  height: 226px !important;
}
.list-sidebar .blog-1-content {
  margin: 2px 0 10px !important;
}
.list-sidebar hr {
  height: 1px;
  margin-bottom: 24px;
  margin-top: 24px;
}
.details-full-width-wapper {
  position: relative;
  margin-top: -120px;
  background: #fff;
  padding: 50px 30px 0;
}
.details-full-width-wapper .grid-featured-content {
  position: unset !important;
  padding-bottom: 20px;
}
.blog-type-Full .grid-featured-wapper .grid-featured-img {
  height: 650px;
}
.details-full-width-wapper h6.date {
  color: var(--gray) !important;
}
.details-full-width-wapper h6.date span.dots {
  margin: 0px 12px;
}
.date span {
  transition: all 0.25s ease-in-out;
}
.date a:hover span {
  color: var(--primary-color) !important;
}
.details-full-width-wapper h6.date .dots::after {
  width: 4px;
  top: 6px;
  height: 4px;
  background: var(--gray) !important;
}
.page-node-type-blog .blockquotes-text-1 p {
  margin-top: 12px;
  margin-bottom: 20px;
}
.blog_page-blog_image .grid-featured-img {
  height: 450px;
}
#reply-comment .comment-user-img {
  width: 60px;
  margin-left: 14px;
}
.details-full-width-wapper .date span:first-child {
  margin-left: 5px;
}
.details-full-width-wapper h5 {
  font-size: 16px;
}
.comment-user-img img {
  width: 72px;
  border-radius: 50%;
  height: 72px;
  object-fit: cover;
}
#reply-comment .comment-user-img img {
  width: 100% !important;
}
#reply-comment .comment-deatails {
  padding-right: 0 !important;
  padding: 0 40px;
}
.details-right .grid-featured-img {
  margin-bottom: 30px;
}
.details-right .grid-featured-content {
  margin-top: 0px;
  margin-bottom: 25px;
}

.details-right .grid-featured-content .date {
  color: var(--gray) !important;
}

.details-right .grid-featured-content span.dots::after {
  background: var(--gray);
  width: 4px;
  height: 4px;
  top: 6px;
}
.details-right .author-social ul li {
  border-color: rgb(221 221 221 / 59%);
  padding: 0;
}
.details-right .author-social ul li i {
  padding: 8px;
}
.date span {
  color: #000 !important;
}
.details-right .grid-featured-img {
  height: 450px;
}
.details-right p {
  font-weight: 400;
}
.you-may-like .home-1-card-img {
  height: 190px !important;
}
.you-may-like .card-body {
  text-align: center;
  padding: 1rem 1rem;
}
.you-may-like h6.bolg-1-date {
  font-size: 10px;
  color: var(--gray);
}
.you-may-like h6.bolg-1-date a {
  font-size: 10px;
}
.you-may-like {
  margin-top: 40px;
  text-align: center;
}
.you-may-like-title h3 {
  text-transform: uppercase;
}
.details-right .details-classic-gallery-tile-2-img {
  height: 300px;
  margin-bottom: 12px;
}
.details-right .home-1-side-title {
  margin-top: 40px !important;
}
.details-right .home-2-subscribe-title {
  position: unset;
  width: unset;
}
.details-right .home-2-subscribe {
  margin-top: 0;
  border-color: #ddd;
  padding: 25px 25px 30px;
  border-width: 1px;
}
.details-right .home-2-subscribe-title h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100% !important;
  font-size: 18px;
}
.details-right .home-2-subscribe-form .form-control {
  text-align: left;
  font-weight: 500;
  font-size: 14px;
}
.details-right .home-2-subscribe-form .form-control::placeholder {
  color: var(--gray);
}
.details-right .blockquotes-text-2 {
  margin: 15px 0 27px 0;
}
.details-right .home-1-categories .home-1-side-title {
  margin-top: 2px !important;
}
.details-right .home-1-categories {
  padding: 20px 20px 10px;
}
.details-right .featured-blog-img {
  height: 110px;
  margin-bottom: 8px;
}
.details-right .featured-blog-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.details-right .featured-blog h6 {
  line-height: 19px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px !important;
}
.details-right .featured-blog .home-1-card-img {
  height: 196px;
}
.details-right .featured-blog .card-body {
  padding: 1rem 0 0;
}
.details-classic .popular-title {
  margin-top: 50px !important;
}
.details-right .author-wapper {
  padding: 25px 15px 15px;
}
.details-right .featured-blog .bolg-1-date {
  margin-bottom: 0px !important;
}
.most-commented-wapper h5 {
  margin-bottom: 8px;
  line-height: 24px;
}
.blog-type- .date span {
  margin-left: 5px;
}
.banner-text h1 {
  color: #fff;
  font-size: 35px;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  font-weight: 700;
  letter-spacing: 3px;
}
#carousel-5 .owl-dots {
  margin-top: 30px;
}
.details-classic .card-text {
  font-weight: 500;
  font-size: 12px !important;
}
.details-right .grid-featured-content h4 {
  font-size: 15px;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.details-right .grid-featured-content h6.date {
  font-size: 14px;
  font-weight: 400;
}
.details-right .card-text {
  color: var(--gray);
  font-weight: 500;
  font-family: var(--secondary-font-medium);
  font-size: 12px;
}
.details-right .home-1-side-content .carousel-5-card h6 {
  font-size: 12px;
  margin-bottom: 5px !important;
}
.details-right .home-1-side-content .carousel-5-card h6.card-title {
  font-weight: 700;
  margin-top: -3px;
}
.details-right .home-1-side-content .carousel-5-card h4 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}
#right-sidebar-featured .carousel-5-card h5 {
  font-size: 18px;
}
#right-sidebar-featured .bolg-1-date {
  font-size: 12px !important;
  color: var(--gray);
  font-weight: 400;
  margin-bottom: 0 !important;
}
#right-sidebar-featured .home-1-hr:last-child hr {
  margin-bottom: 0 !important;
}
#right-sidebar-featured .bolg-1-date span {
  font-weight: 500;
}
#home-1-banner .owl-dots {
  margin-top: 32px;
}
#layout-grid-4 h6.bolg-1-date {
  font-size: 12px !important;
}
#layout-grid-4 h6.bolg-1-date a {
  font-size: 12px !important;
}
#layout-grid-4 h6.bolg-1-date {
  margin-top: 8px;
  margin-bottom: 18px;
}
.details-gallery-img {
  height: 550px;
  position: relative;
}
.details-gallery-img img {
  height: 100%;
  object-fit: cover;
}
.details-gallery-img::after {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  content: "";
  background: #000;
  left: 0;
  top: 0;
}
.details-classic .owl-theme .owl-nav {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transform: translate(0px, 250px);
}
.details-classic .owl-theme .owl-nav button.owl-prev {
  left: 25px;
  position: absolute;
}
.details-classic .owl-theme .owl-nav button.owl-next {
  right: 25px;
  position: absolute;
}
.details-classic.detail-gallery .details-classic-content {
  margin-top: 40px;
}
.details-classic.detail-gallery .home-1-side-title {
  margin-top: 35px !important;
}
.detail-gallery .details-classic-gallery-tile-2-img {
  height: 270px;
}
.details-classic .owl-theme .owl-dots {
  margin-top: 40px;
}
.details-classic .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.details-classic .owl-theme .owl-dots.active span {
  width: 12px;
  height: 12px;
  background: var(--primary-color) !important;
}
.details-classic .owl-theme .owl-nav button.owl-prev h5,
.details-classic .owl-theme .owl-nav button.owl-next h5,
.details-classic .owl-theme .owl-nav button.owl-prev span,
.details-classic .owl-theme .owl-nav button.owl-next span {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  margin-bottom: 0;
}
.details-classic .owl-theme .owl-nav button.owl-prev span,
.details-classic .owl-theme .owl-nav button.owl-next span {
  font-size: 25px;
  margin: 0 12px;
  vertical-align: sub;
}
.details-classic .owl-theme .owl-nav button.owl-next:hover,
.details-classic .owl-theme .owl-nav button.owl-prev:hover {
  background: transparent;
}

.details-classic .owl-theme .owl-nav button.owl-next:hover span,
.details-classic .owl-theme .owl-nav button.owl-prev:hover span,
.details-classic .owl-theme .owl-nav button.owl-prev:hover h5,
.details-classic .owl-theme .owl-nav button.owl-next:hover h5 {
  color: var(--primary-color);
}
#form-style-2 p {
  font-size: 18px;
  line-height: 27px;
  margin: 17px 0 33px;
}
#form-style-2 h2 {
  font-size: 28px;
}
#form-style-2 form {
  display: flex;
  flex-direction: column;
}
.form-style-1 form .form-order {
  order: 2;
}
#form-style-2 form .form-actions {
  order: 3;
}
.contact-1-info ul {
  max-width: 30%;
  padding: 0px 40px;
  text-align: center;
}

.contact-1-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-1-info ul li {
  margin: 0 0 30px;
  font-size: 18px;
  font-family: var(--secondary-font);
}

.contact-1-info ul li i {
  font-size: 30px;
}
.contact-1-info ul:first-child {
  padding-left: 0;
}
.contact-1-info ul:last-child {
  padding-right: 0;
}
.contact-1-info ul li svg {
  width: 35px;
}
.contact-1-info .phone svg {
  transform: rotate(-10deg);
}
.contact-1-info ul li p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-family: var(--secondary-font);
  color: var(--heading-color);
}
.contact-1-info ul li a {
  font-size: 18px;
  font-weight: 600;
  color: var(--heading-color);
  font-family: var(--secondary-font);
}
.contact-1-info ul li:last-child {
  margin-bottom: 0;
}
.contact-2-info ul li {
  display: flex;
  margin-bottom: 35px;
  font-size: 18px;
  letter-spacing: 1px;
  align-items: center;
  font-weight: 600;
  font-family: var(--secondary-font);
}
.contact-2-info ul li a {
  font-weight: 600;
  line-height: 28px;
  font-family: var(--secondary-font);
}
.contact-2-info ul li svg {
  width: 28px;
  margin-right: 20px;
}
.contact-2-info ul li i {
  margin-right: 20px;
  font-size: 29px;
}
.contact-2-info p {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  font-family: var(--secondary-font);
  color: var(--heading-color);
  margin-top: 0 !important;
}
.contact-2-info {
  margin: 65px 0 0;
  padding: 0 0px 0 45px;
}

.contact-2-info ul li a {
  color: var(--heading-color);
  font-size: 18px;
  font-family: var(--secondary-font);
}
.contact-2-info ul li p {
  margin-bottom: 0 !important;
}
#login .form-control {
  padding: 20px 30px;
  border: 2px solid #0000002e;
  font-family: var(--primary-font);
  border-radius: 1px;
  font-size: 15px;
  font-weight: 600;
  color: #666;
}
.wapper-login-reister .text-muted {
  color: #666666 !important;
}
.wapper-login-reister small {
  font-family: var(--primary-font);
  font-weight: 400;
  margin-top: 10px;
  display: inline-block;
  color: #666;
}
#login label {
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: 14px;
  font-family: var(--secondary-font);
  font-size: 14px;
  letter-spacing: 0.2px;
}
#login fieldset label {
  display: none;
}
fieldset {
  width: 100%;
}
.path-search nav.tabs,
#search-form,
#search-form + h2 {
  display: none;
}
#login .form-3-footer-text p {
  color: var(--gray);
  font-weight: 500;
  margin-top: 10px;
}
#login label span {
  color: var(--bs-danger);
  font-weight: 800;
}
#login .forgot-pwd {
  color: var(--heading-color);
  font-family: var(--secondary-font);
  font-weight: 500;
  margin-top: 20px;
  display: block;
}
span.register-txt {
  font-size: 14px;
  margin-bottom: 0;
  color: #000000b3;
  font-family: var(--secondary-font);
}
#login .form-control:focus {
  box-shadow: unset;
}
.login-reister-title p {
  font-size: 18px;
  font-weight: 400;
}
.login-reister-title {
  text-align: center;
}
.wapper-login-reister {
  border: 2px solid #000;
  padding: 80px 200px;
}
.wapper-login-reister .form-3.mt-5 {
  margin-top: 53px !important;
}
.wapper-login-reister .form-3.mt-5 .mb-2 {
  margin-bottom: 35px !important;
}
.login-reister-title h2 {
  font-family: var(--secondary-font);
  font-weight: 700;
}
a.register {
  margin-left: 4px;
  color: var(--primary-color);
  font-family: var(--secondary-font);
}

a.register:hover {
  color: var(--heading-color) !important;
}
.mb-2-1 {
  margin-bottom: 0.8rem !important;
}
.details-classic.detail-video .home-1-side-title.mt-5 {
  margin-top: 30px !important;
}

.details-classic.detail-video .home-1-side-title.mt-5 h3 {
  margin-bottom: 18px !important;
}

.details-classic.detail-video .details-login-register {
  margin-bottom: 0 !important;
}

.details-classic.detail-video .details-login-register h4 {
  margin-bottom: 0;
}
.details-classic.detail-video .home-1-categories {
  margin-top: 50px !important;
}

#team .carousel-4-wapper {
  margin-bottom: 120px;
  margin-top: 20px;
}
#team .carousel-4-content {
  width: 260px;
}
/***** Coming soon *****/
.comming-soon {
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
}

.comming-soon-text {
  position: relative;
  z-index: 1;
}
.comming-soon-text h2 {
  font-weight: 700;
  font-size: 80px;
  text-transform: capitalize;
  margin-bottom: 90px;
  line-height: 90px;
  color: #313131;
}
.comming-soon.sec-pad-200 .comming-soon-text h2 {
  margin-bottom: 60px;
}
.comming-soon-text .cs-date {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.comming-soon-text .cs-date {
  width: 110px;
  background: #fff;
  padding: 35px 25px;
  position: relative;
  border-radius: 6px;
  margin-left: 10px;
  font-weight: 500;
  height: 110px;
  border: 1px solid #00000080;
}
.comming-soon-text .cs-date span {
  font-size: 45px;
  letter-spacing: 2px;
  font-family: var(--secondary-font);
  text-transform: capitalize;
  line-height: 53px;
  letter-spacing: 1.2px;
}
.comming-soon-text .cs-date .smalltext {
  font-size: 14px;
  letter-spacing: 0.35px;
  line-height: 17px;
  font-family: var(--secondary-font);
  font-weight: 500;
  margin-top: 1px;
}
.comming-soon hr:not([size]) {
  margin: 80px 0 !important;
  background-color: var(--primary-color);
  position: relative;
  z-index: 1;
  border: none;
  height: 3px;
}
.comming-soon .btn.btn-primary {
  position: absolute;
  right: 5px;
  top: 4px;
  font-weight: 600;
  z-index: 22;
  padding: 16px 60px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  border-radius: 8px;
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}
.comming-soon .btn.btn-primary:hover {
  color: var(--primary-color);
}
.comming-soon .form-subscribe {
  position: relative;
  z-index: 1;
}
.comming-soon-content {
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
}
.comming-soon-content p {
  font-size: 24px;
  color: var(--heading-color);
  line-height: 29px;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-family: var(--secondary-font);
}
.comming-soon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.comming-soon.form-control:focus {
  border-color: var(--primary-color) !important;
}
.comming-soon .form-control {
  padding: 22px;
  border-radius: 8px;
  font-family: var(--primary-font);
  font-weight: 500;
  color: gray;
  font-size: 14px;
  border-color: var(--heading-color);
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.maintenance-img {
  margin-bottom: 80px;
  height: 450px;
}
.maintenance-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.page-403-content h1 {
  font-family: var(--secondary-font);
  font-size: 200px;
  letter-spacing: 20px;
  color: #313131;
  line-height: 240px;
  font-weight: 500;
}
.page-403-content {
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-403 hr {
  background: var(--primary-color);
  opacity: 1;
  height: 3px;
}
.content-403 p {
  font-size: 24px;
  font-weight: 500;
  color: var(--heading-color);
  line-height: 29px;
  letter-spacing: 0.6px;
  font-family: var(--secondary-font);
}
.content-403 {
  margin: 70px 0 60px;
}
button.search-btn {
  position: absolute;
  right: 37px;
  padding: 14px 20px;
  top: 0px;
  border: 0;
  z-index: 1024;
  background: #fff0;
  height: 60px;
}
button.search-btn svg {
  fill: var(--gray);
  transition: all 0.25s ease-in-out;
  width: 15px;
  transform: rotate(275deg);
}
button.search-btn:hover svg {
  fill: var(--primary-color);
}
#login.page-403 .form-control {
  padding: 16px 45px 16px 17px;
  font-size: 14px;
  border: 1px solid #00000040;
  color: #000;
  font-family: var(--secondary-font);
  font-weight: 400;
  line-height: 18px;
  height: 60px;
}
#login.page-403 .form-control::placeholder {
  color: #a4a4a4;
  font-family: var(--primary-font);
}
.back-to-home.text-center h3 {
  text-transform: uppercase;
  color: var(--primary-color) !important;
  letter-spacing: 0.5px;
  width: max-content;
  font-weight: 700;
  margin: 0 auto;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--primary-color);
  line-height: 18px;
}
#clockdiv {
  font-size: 20px;
  font-family: var(--primary-font);
  color: var(--primary-color);
}
#clockdiv div {
  color: #171717;
}
.back-to-home a:hover h3 {
  color: var(--para-color) !important;
}

.back-to-home {
  margin-top: 75px;
}

.back-to-home a {
  color: var(--primary-color);
}

.back-to-home a:hover {
  color: var(--para-color) !important;
}
.page-403 .input-group.mb-3 {
  padding: 0 40px;
}
.about-img {
  height: 575px;
}

.about-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#about .about-content {
  margin-top: 40px;
}

#about .blockquotes-3 {
  margin-top: 30px;
}
.mission-vision-title h3 {
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 18px;
  text-transform: uppercase;
}
.mission-vision-content p {
  margin-bottom: 0;
}
.author-carousel-title {
  text-align: center;
}

.author-carousel-title h2 {
  color: var(--primary-color);
  font-size: 28px;
  margin-bottom: 20px;
}

.author-carousel-title p {
  font-size: 18px;
}
#author #carousel-5 {
  margin-top: 50px;
}
#author #carousel-5 .owl-dots {
  margin-top: 50px;
}
.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
#author .author-wapper {
  border: 1px solid #00000033;
  padding: 35px 35px 16px;
  border-radius: 0;
}
#author .item {
  padding: 1px;
}
#author .author-img {
  height: 160px;
  width: 160px;
}
#author .author-social ul li {
  display: inline-block;
  margin: 16px 0 0 0;
}
.testimonials-wapper {
  text-align: center;
  position: relative;
  border: 2px solid #ddd;
  padding: 7px 90px 21px;
  margin: 100px 0 10px;
}
.testimonials-img {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}
.testimonials-img img {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  object-fit: cover;
  object-position: top;
}
.testimonials-content {
  margin-top: 80px;
  padding-bottom: 12px;
}

.testimonials-content h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 24px;
}
.testimonials-content p {
  font-size: 16px;
  line-height: 27px;
}
.testimonials-title h2 {
  color: var(--primary-color);
  margin-bottom: 10px;
  font-family: var(--secondary-font);
  font-size: 28px;
}
#search-result .form-control {
  padding: 22px 60px 22px 30px;
  font-size: 14px;
  border: 2px solid #0000001f;
  border-radius: 0;
  font-weight: 500;
  color: #000;
  font-family: var(--secondary-font);
}
#search-result .form-control:focus {
  border-color: #000 !important;
}
.form-control:focus {
  box-shadow: unset;
}
#search-result button.search-btn {
  position: absolute;
  right: 0px;
  padding: 22px 30px;
  top: -2px;
  border: 0;
  z-index: 1024;
  background: #fff0;
}
#search-result button.search-btn:hover svg {
  fill: var(--primary-color);
}
#search-result button.search-btn svg {
  fill: var(--heading-color);
  transition: all 0.25s ease-in-out;
  width: 15px;
  transform: rotate(360deg);
}
.search-result-title {
  text-align: center;
  margin: 75px 0 75px;
}
#search-result hr {
  height: 1px;
  background-color: #0000004d;
  opacity: 1;
}
.search-result-title h2 {
  font-weight: 700;
}
.search-higlight {
  color: #000;
  font-weight: 600;
}
.search-result-wapper {
  margin-top: 0px;
}

.search-result-content {
  margin-top: 45px;
}

.search-result-content h3 a {
  margin-bottom: 16px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.5px;
}
.search-result-content p {
  margin-bottom: 50px;
}
#search-result .category-pageignation {
  margin-bottom: 0 !important;
  margin-top: 48px !important;
}
#search-result h3:not(.search-result-content h3) {
  text-align: center;
  margin-top: 60px;
}
.category-pageignation ul li a svg {
  width: 10px;
  height: 10px;
}
.category-pageignation ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
/* Code Block */
.accordian-1 .accordion-item:last-child {
  margin-bottom: 0 !important;
}
body .section-divider:last-child {
  padding-bottom: 0 !important;
}
.code-block {
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  font-weight: normal;
  height: 300px;
  overflow-y: scroll;
  padding: 1rem 1.5rem;
  display: inline-block;
  width: 100%;
  overflow-x: auto;
  word-wrap: break-word;
  word-break: break-word;
}
.code-block pre {
  padding: 0;
  margin-top: 0.65rem;
  margin-bottom: 0.65rem;
  white-space: pre;
  background-color: transparent;
  border: 0;
}
.code-block {
  position: relative;
}
.code-block .clipboard {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #ccc;
}
.code-block .clipboard:before {
  content: "\f0ea";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  vertical-align: middle;
}
code[class*="language-"],
pre[class*="language-"]::selection {
  color: #fff;
}
code[class*="language-"],
pre[class*="language-"] {
  color: #fff;
  font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier,
    monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  font-size: 0.95em;
  line-height: 1.2em;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
code[class*="language-"] ::-moz-selection {
  background: #b3d4fc;
}
pre[class*="language-"]::selection,
pre[class*="language-"] ::selection,
code[class*="language-"]::selection,
code[class*="language-"] ::selection {
  background: #b3d4fc;
}
code[class*="language-"],
pre[class*="language-"] {
  line-height: 1.4em;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #c1c1c1;
}
pre[class*="language-"] {
  padding: 0;
  margin: 0;
  overflow: auto;
  border: none;
}
:not(pre) > code[class*="language-"] {
  padding: 0.2em;
  padding-top: 1px;
  padding-bottom: 1px;
  background: #f8f8f8;
  border: 1px solid #dddddd;
}
.map-1 iframe {
  width: 100% !important;
  height: 470px;
}
.map-2 iframe {
  width: 100% !important;
  height: 420px;
  display: flex;
}
/* User Logged-In */
html body.toolbar-tray-open.toolbar-fixed {
  padding-top: 85px !important;
}
body.toolbar-tray-open.toolbar-fixed .sticky-navbar .fixed-top {
  top: 85px;
}
.container .container:not(header .container .container) {
  padding: 0 !important;
  max-width: 100% !important;
}
.sec-pad-t-100.sec-pad-b-50 .sec-pad-b-60.sec-pad-t-100 {
  padding: 0 !important;
}
.blogs-featured_list_top img {
  object-position: center;
}
.sidebar-contents > div:first-child > .mt-5 {
  margin-top: 0 !important;
}
.page-node-type-blog .banner-text h1 {
  text-transform: unset;
}
.page-node-type-blog .indented {
  margin-top: 15px;
  background: white;
  overflow: hidden;
  position: relative;
}
.details-comments div > .comment-sec:first-child .comment-hr {
  display: none;
}
.indented .comment-sec .comment-user-img img {
  width: 60px;
  height: 60px;
}
.addtoany_list a {
  display: inline-flex;
  height: 50px;
  width: 50px;
  margin: 5px 20px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #3b5998;
}
.addtoany_list a i {
  font-size: 24px;
  color: #fff;
}
a.a2a_button_twitter {
  background-color: #55acee;
}
a.a2a_button_pinterest {
  background-color: #cb2027;
}
a.a2a_button_email {
  background-color: #dc4e41;
}
/* Subscribe Form */
.home-2-subscribe-btn,
.name-field {
  display: none;
  margin-top: 12px;
}
.name-field:not(.home-3-newsletter .name-field) {
  width: 100%;
}
.home-3-news-letter-form .home-2-subscribe-btn,
.home-3-news-letter-form .name-field {
  display: block;
  margin-top: 0;
}
.home-2-subscribe-form .name-field {
  margin-top: 0;
}
.home-2-subscribe-form .home-2-subscribe-btn,
.home-2-subscribe-form .name-field {
  display: block;
}
.home-2-subscribe-form .newsletter-arrow-btn,
.home-3-news-letter-form .newsletter-arrow-btn {
  display: none;
}
.home-3-news-letter-form .input-group {
  display: none;
}
.home-3-newsletter {
  display: none;
}
.form-actions.mb-3 {
  margin-bottom: 0 !important;
}
.home-3-news-letter-form .home-3-newsletter {
  display: block;
}
.form-check .form-check-input {
  margin: 0;
  float: none;
}
.panel-skins-content .form-check {
  display: flex;
  align-items: center;
}
.form-check-input:focus {
  box-shadow: unset;
}
.panel-skins-content .form-control {
  padding: 10px 10px;
}
.panel-skins-content .btn-primary:hover {
  color: var(--primary-color);
}
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-primary:active {
  box-shadow: unset;
}
.panel-skins-content .form-check .form-check-input {
  margin-right: 8px;
}
/* Exposed filter design */
.custom-filter legend,
.custom-filter .form-check .form-check-input {
  display: none;
}
.custom-filter label {
  cursor: pointer;
  padding: 7px 15px;
}
.custom-filter .form-radios {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#tab-style-1
  #home-1-tab
  .custom-filter
  .form-check-input:checked[type="radio"]
  + label {
  color: #000;
  font-weight: 600;
}
.sec-pad-70 .sec-pad-t-70 {
  padding-top: 0 !important;
  padding-bottom: 10px !important;
}
.sec-pad-70 .sec-pad-t-70 + .sec-pad-t-70 {
  padding-top: 80px !important;
}
#tab-style-1 #home-1-tab input[value="All"] + label {
  display: none;
}
.dropdown-menu .dropdown-item {
  font-family: var(--primary-font) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 12px 25px !important;
}
.node__content {
  margin: 0;
}
.author-listing-page .author-wapper {
  margin-top: 60px;
}
.pt-images h2 {
  margin-bottom: 10px;
}
.header-2 .sub-banner {
  margin: 0;
}
.blog-banner .banner-text h1 {
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.5px;
}
.dropend .dropdown-menu[data-bs-popper],
.dropdown-menu[data-bs-popper] {
  margin: auto !important;
}
.details-classic .author-wapper p {
  margin-bottom: 0;
}
.sidebar-contents > div:first-child .mt-5 {
  margin-top: 0 !important;
}
.sidebar-contents .mt-5 {
  margin-top: 60px !important;
}
.sidebar-contents > div:first-child .details-classic .author-wapper {
  padding-top: 0;
  margin-top: 0;
}
.sidebar-contents .details-classic .author-social ul li a {
  margin: 10px 0px 0px 14px;
}
.blog-type-Video,
.blog-type-Image,
.blog-type-Classic {
  margin-top: 35px;
}
.blog-type-Gallery {
  margin-top: 43px;
}
.blog-type-Gallery
  .details-classic-gallery-2
  .details-classic-gallery-tile-2-img {
  height: 270px;
}
.paragraph--type--slide {
  height: 100%;
}
header .navbar-nav a {
  display: flex;
  align-items: center;
}
header .navbar-nav a svg {
  height: 6px;
  width: 6px;
  transition: all 0.5s ease;
  -webkit--transition: all 0.5s ease;
  -moz--transition: all 0.5s ease;
  margin-left: 5px;
}
#header-3 .navbar-nav a svg {
  margin-top: -1px;
}
header .navbar-nav a svg polygon {
  transition: all 0.3s ease;
  -webkit--transition: all 0.3s ease;
  -moz--transition: all 0.3s ease;
}
header .navbar-nav a.active svg polygon,
header .navbar-nav li:hover .nav-link svg polygon {
  fill: var(--primary-color);
}
header .navbar-nav a:after {
  display: none !important;
}
.dropdown-menu .dropdown-toggle:hover svg polygon {
  fill: #fff;
}
.dropdown-menu .dropdown-toggle svg {
  transform: rotate(270deg);
}
#header-2 .navbar-nav a.nav-link svg {
  margin-top: -1px;
}
#header-3 .nav-item:hover .nav-link {
  color: var(--primary-color) !important;
}
header .navbar-toggler {
  line-height: 0;
}
#header-1 .topbar-wapper ul li:last-child,
#header-4 .topbar-wapper ul li:last-child {
  margin-right: -2px !important;
}
.news-letter-form .form-control {
  padding-right: 100px;
}
.sidebar-contents .home-1-side-content .col-sm-4 {
  width: 40%;
}
.sidebar-contents .home-1-side-content .col-sm-8 {
  width: 60%;
}
#blog-style-home-1 .blog-1-content h3 {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 15px;
}
#blog-style-2.sec-pad-t-70
  .blog-2-content
  .bolg-1-date
  span:not(.blog-comment-count) {
  margin-left: 0;
}
[id*="header-"] .navbar-expand-lg .navbar-nav .nav-link {
  font-size: 16px !important;
  font-family: var(--primary-font);
}
[id*="header-"] .dropdown-item {
  font-size: 15px !important;
}
.sticky-navbar .fixed-top {
  animation: 1s slide-top !important;
}
.indented .comment-deatails {
  margin-left: -15px;
}
.blogs-featured_style_2 .home-1-side-content.row {
  padding: 0;
  margin: 0;
}
.blogs-featured_style_2 .home-1-hr hr {
  margin: 4px 0 !important;
}
.dropdown-toggle.show svg polygon {
  fill: var(--primary-color) !important;
}
/* Animation Effects */
@keyframes slide-top {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}

.path-comment main.container #block-blog-pro-content {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.path-comment .comment-reply {
  display: none;
}
.path-comment .btn-primary:hover {
  color: var(--primary-color);
}
/* Media query */
@media (max-width: 591px) {
  .g-4-3,
  .gx-4-3 {
    --bs-gutter-x: 0.5rem;
  }
  .author-wapper {
    margin-top: 30px;
  }
  .author-content-wapper {
    position: unset;
    padding: 25px;
    width: 100%;
  }
  .author-details-wapper {
    padding: 0;
  }
  #author .author-wapper {
    padding: 35px 25px 16px;
  }
  .testimonials-wapper {
    padding: 12px 20px;
  }
  .mission-vision-title.first h3 {
    margin-top: 0;
  }
  #vision-mission .mt-5 {
    margin-top: 0 !important;
  }
  .comming-soon .btn.btn-primary {
    padding: 16px 20px !important;
    font-size: 16px !important;
  }
  .comming-soon {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .comming-soon-text h2 {
    font-size: 50px !important;
    line-height: 50px !important;
  }
  .comming-soon-text .cs-date {
    margin: 12px;
  }
  .wapper-login-reister {
    padding: 80px 30px;
  }
  .home-3-categories-content-small h6 {
    font-size: 11px;
    letter-spacing: 0.5px;
  }
  .contact-1-info {
    display: flex;
    justify-content: center;
  }
  .contact-1-info ul {
    max-width: 100%;
    padding: 20px 50px;
  }
  .contact-1-info ul li {
    text-align: center;
  }
  .contact-1-info ul:first-child {
    padding: 20px;
  }
  .copy {
    text-align: center;
  }
  .blockquotes-text-2 p {
    margin-left: 27px;
  }
  .blockquote-3-icon {
    left: 0;
  }
  .blockquote-2-icon {
    left: 26px;
  }
  .carousel-3-content {
    width: 90%;
    left: 17px;
  }
  .categories-banner-content {
    padding: 20px 15px;
  }
  #carousel-3 .item {
    padding: 0;
  }
  .details-right .blockquotes-text-2 {
    margin-left: 40px;
  }
  .details-social ul li {
    margin: 0 2px;
  }
  .details-page-nav {
    flex-wrap: nowrap;
  }
  .details-page-nav ul li a {
    font-size: 12px;
  }
  .comment-user-img {
    margin-bottom: 12px;
  }
  .details-page-nav ul li a i {
    font-size: 20px;
  }
  .grid-featured-content h2 {
    font-size: 25px;
  }
  .home-3-banner-conntent {
    width: 100%;
    padding: 25px 20px;
    bottom: 80px;
  }
  .home-3-banner-img {
    height: 550px;
  }
  .poplar-blog-wapper {
    padding: 26px 20px 11px;
  }
  .carousel-3-date {
    right: 20px;
  }
  .home-3-banner .owl-nav {
    transform: unset;
    bottom: 70px;
    top: unset;
  }
  #home-3-banner .owl-prev,
  #home-3-banner .owl-next {
    width: 40px;
    font-size: 20px;
    height: 40px;
  }
  .home-2-popular-content .tag svg {
    margin-left: 0px !important;
  }
  .home-2-popular-content .tag small span {
    padding: 0 10px !important;
  }
  #editors-pick .col-12 {
    padding-right: calc(var(--bs-gutter-x) / 0);
    padding-left: calc(var(--bs-gutter-x) / 0);
  }
  .home-2-popular-content .tag span {
    padding: 4px 6px !important;
  }
  .g-5,
  .gx-5,
  .g-4,
  .gx-4,
  .g-4-1,
  .gx-4-1 {
    justify-content: center !important;
  }
  #home-2-top-blog .home-2-banner-content {
    padding: 0px 10px !important;
  }
  #home-2-latest-blog .home-2-banner-img {
    height: 450px;
  }
  .home-2-banner-tile-content h4 {
    padding: 0 20px;
  }
  .home-2-banner-content {
    padding: 15px 20px;
  }
  #home-2-latest-blog .home-2-banner-content {
    padding: 50px 30px;
  }
  #home-2-latest-blog .card-body {
    padding: 0.5rem 0rem;
  }
  #tile-2 {
    margin-top: 15px !important;
  }
  #home-2-banner .home-2-banner-tile-wapper {
    margin-bottom: 0 !important;
  }
  .home-3-featured-blog-content .carousel-5-card .card-body {
    padding: 1.5rem 15px;
  }
  .carousel-style-1-wapper .main-wapper {
    padding: 0px 0px;
  }
  .audio audio {
    transform: scale(1);
  }
  .audio.heading-1 {
    margin-bottom: 25px;
  }
  .copy-social {
    margin: 20px 0;
    text-align: center;
  }
  .footer-cards .card-body {
    padding: 1rem 0rem;
  }
  .g-5,
  .gx-5,
  .g-4,
  .gx-4,
  .g-4-1,
  .gx-4-1 {
    --bs-gutter-x: 1rem;
  }
  #header-1 .topbar-wapper {
    display: contents;
  }
  #header-1 .topbar-wapper ul li {
    margin: 2px;
  }
  #header-1 .top-social ul li i {
    padding: 5px;
    margin: 0;
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
  .table-1,
  .table-2,
  .table-3 {
    overflow-x: scroll;
    width: 100%;
  }
  .grid-featured-content {
    padding: 0px 5px !important;
  }
  .news-letter-title {
    margin-bottom: 20px;
  }
  .category-pageignation ul li a,
  .category-pageignation ul li span:not(.visually-hidden) {
    margin: 6px 6px;
  }
  .news-letter-wapper {
    padding: 70px 20px;
  }
  .details-classic-gallery-tile-2-img {
    margin-top: 20px !important;
  }
  .footer-card-img {
    height: 100px;
  }
  .page-403-content h1 {
    font-size: 126px !important;
    line-height: 140px !important;
  }
  .search-result-title {
    margin: 60px 0;
  }
  .btn-6 ul li {
    margin: 12px 30px 20px 30px !important;
  }
  .icons-style ul li {
    margin: 13px;
    height: 70px;
    width: 70px;
  }
  .blog-banner .banner-text h1,
  .banner-text h1 {
    padding: 0 10px;
  }
  .addtoany_list a {
    height: 40px;
    width: 40px;
    margin: 0px 13px;
  }
  .addtoany_list a i {
    font-size: 17px;
  }
  .details-page-nav ul li a i.fas.fa-long-arrow-alt-left {
    margin-right: 10px;
  }
  .details-page-nav ul li a i.fas.fa-long-arrow-alt-right {
    margin-left: 10px;
  }
  .details-classic .grid-featured-img {
    height: 500px;
  }
  .details-full-width-wapper h6.date span.dots {
    margin: 0px 10px;
  }
  .details-full-width-wapper h6.date {
    font-size: 13px;
  }
  .details-full-width-wapper {
    padding: 50px 0 0;
  }
  .home-banner-1-img {
    height: 350px !important;
  }
  .tooltip-inner {
    max-width: 140px;
  }
  .alert-style-5 .alert-dismissible .close {
    padding-left: 10px;
  }
  .alert-style-5 .alert > i:nth-child(1) {
    height: 50px;
    min-width: 50px;
    font-size: 18px;
    margin-right: 20px;
  }
  .alert-style-5 .alert {
    padding: 15px 20px 15px 15px !important;
  }
  #BlogProButton2 .row.gy-3,
  #BlogProButton1 .row.gy-3,
  #BlogProButton3 .row.gy-3,
  #BlogProButton4 .row.gy-3,
  #BlogProButton5 .row.gy-3,
  #BlogProButton6 .row.gy-3 {
    text-align: center;
  }
  .carousel-3-tag {
    left: 17px;
  }
  .table-3 tbody tr td {
    font-size: 17px;
  }
  .table-3 table thead td {
    padding: 15px 5px;
    font-size: 16px;
  }
  .banner-text h1 {
    font-size: 30px;
  }
  .custom-filter label {
    padding: 7px 12px;
  }
  .home-3-banner-conntent h2 {
    font-size: 24px;
  }
  header .togglesearch input[type="text"] {
    width: 225px;
  }
  .navbar-brand svg,
  .navbar-brand img {
    width: 125px;
  }
  .navbar-toggler svg {
    width: 27px !important;
  }
  .navbar > .container {
    padding: 0 20px;
  }
  .category-most-commented-img img {
    height: 120px;
  }
  .accordion-button {
    line-height: 27px;
  }
}

@media (min-width: 360px) and (max-width: 400px) {
  .alert-style-4 .alert > i:nth-child(1) {
    margin-left: -11px !important;
    width: 123px !important;
    margin-right: 19px !important;
  }
}
@media (min-width: 400px) and (max-width: 570px) {
  .alert-style-4 .alert > i:nth-child(1) {
    width: 110px !important;
    margin-right: 16px;
    margin-left: -13px !important;
  }
}

@media (max-width: 330px) {
  .author-details-wapper .author-social ul li {
    margin: 0 5px !important;
  }
  .details-full-width-wapper h6.date span.dots {
    margin: 0px 6px;
  }
  .category-pageignation ul li a,
  .category-pageignation ul li span:not(.visually-hidden) {
    width: 38px;
    height: 40px;
  }
  .comming-soon {
    height: 180vh !important;
  }
  .comming-soon-text h2 {
    font-size: 44px !important;
    line-height: 60px;
  }
  #blog-style-2 .blog-comment-count,
  #blog-style-h-2 .blog-comment-count {
    margin-left: 12px;
  }
  .carousel-3-content {
    width: 90%;
    left: 15px;
  }
  #carousel-3 .item {
    padding: 0;
  }
  header .togglesearch input[type="text"] {
    width: 206px;
  }
  .category-pageignation ul li {
    width: 45px !important;
  }
  .home-banner-1-content h2 {
    font-size: 25px !important;
    line-height: 35px !important;
  }
  .alert button {
    font-size: 25px;
    padding: 0px;
    line-height: 0px;
    color: #000;
    border: none;
    background-color: transparent;
    margin-left: auto;
  }
  .alert {
    font-size: 14px;
    font-weight: 600;
    padding: 25px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 40px;
  }
  .alert-style-2 .alert:nth-child(1) {
    border-bottom: 8px solid #3d75a3;
    border-radius: 0px;
    padding: 30px;
  }
  .alert-style-2 .alert:nth-child(2) {
    border-bottom: 8px solid #666600;
    border-radius: 0px;
    padding: 30px;
  }
  .alert-style-2 .alert:nth-child(3) {
    border-bottom: 8px solid #b32f2d;
    border-radius: 0px;
    padding: 30px;
  }
  .alert-style-2 .alert:nth-child(4) {
    border-bottom: 8px solid #5a7052;
    border-radius: 0px;
    padding: 30px;
  }
  .alert-style-3 .alert {
    border: none;
    border-radius: 50px;
    padding: 30px;
  }
  .alert-style-4 .alert {
    border: none;
    border-radius: 50px;
    padding: 30px;
  }
  .alert > i:nth-child(1) {
    font-size: 25px;
    margin-right: 20px;
  }
  .alert-style-4 .alert > i:nth-child(1) {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -20px;
    border-radius: 50%;
    width: 170px;
    height: 58px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
  }
  .alert .close {
    margin-left: 0;
  }
  [class*="alert-style-"] .alert button i {
    margin-left: 15px;
    font-size: 24px;
  }
  #home-2-top-blog label {
    padding: 10px 10px 10px !important;
  }
}
@media (min-width: 330px) and (max-width: 575.98px) {
  .alert button {
    font-size: 30px;
    padding: 0px;
    line-height: 0px;
    color: #000;
    border: none;
    background-color: transparent;
    margin-left: auto;
  }
  .alert {
    font-size: 14px;
    font-weight: 600;
    padding: 25px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 40px;
  }
  .alert-style-2 .alert:nth-child(1) {
    border-bottom: 8px solid #3d75a3;
    border-radius: 0px;
    padding: 30px;
  }
  .alert-style-2 .alert:nth-child(2) {
    border-bottom: 8px solid #666600;
    border-radius: 0px;
    padding: 30px;
  }
  .alert-style-2 .alert:nth-child(3) {
    border-bottom: 8px solid #b32f2d;
    border-radius: 0px;
    padding: 30px;
  }
  .alert-style-2 .alert:nth-child(4) {
    border-bottom: 8px solid #5a7052;
    border-radius: 0px;
    padding: 30px;
  }
  .alert-style-3 .alert {
    border: none;
    border-radius: 50px;
    padding: 30px;
  }
  .alert-style-4 .alert {
    border: none;
    border-radius: 50px;
    padding: 30px;
  }
  .alert > i:nth-child(1) {
    font-size: 25px;
    margin-right: 24px;
  }
  [class*="alert-style-"] .alert button i {
    margin-left: 15px;
    font-size: 24px;
  }
  .alert-style-4 .alert > i:nth-child(1) {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -20px;
    border-radius: 50%;
    width: 140px;
    font-size: 23px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767.95px) {
  .contact-1-info ul {
    padding: 50px 0 0;
  }
  .contact-1-info ul:first-child {
    padding-top: 0;
  }
  .contact-1-info {
    flex-direction: column;
    align-items: center;
  }
  .about-img {
    height: 400px;
  }
  .copy-social {
    margin: 20px 0;
    text-align: center;
  }
  .copy-rights {
    text-align: center;
  }
  .accordian-1 .accordion-button::after {
    right: 30px;
  }
  .video-img {
    height: 450px;
  }
  .table-1 {
    box-shadow: 0px -2px 0px #efefef;
  }
  .table-1 table {
    margin-left: 1px;
  }
  .table-1 table thead tr td {
    font-size: 19px;
    padding: 15px 18px;
  }
  .table-1 tbody tr td {
    padding: 20px 50px;
    font-size: 18px;
  }
  .table-2 tbody tr td {
    font-size: 16px;
    padding: 20px 30px;
  }
  .table-2 table thead td {
    font-size: 17px;
    padding: 28px 14px;
  }
  [id*="tab-style-"] .nav-link {
    margin: 7px 0;
  }
  [id*="tab-style-"].sec-pad-t-70 {
    text-align: center;
  }
  .grid-featured-content {
    padding: 0px 0px;
  }
  .details-gallery-img {
    height: 450px;
  }
  .details-classic .owl-theme .owl-nav {
    display: none;
  }
  .blog-type-Full .grid-featured-wapper .grid-featured-img {
    height: 500px;
  }
  #tab-style-1 {
    text-align: center;
  }
  #home-2-top-blog #tab-style-1 {
    text-align: left;
  }
  #home-1-tab .link-btn-md {
    justify-content: center;
  }
  .home-1-top-new-title .date {
    justify-content: center;
  }
  #home-2-latest-blog .card-body {
    padding: 10px 0 0;
  }
  #home-2-latest-blog .home-1-card-img {
    height: 150px;
  }
  #home-2-top-blog label {
    padding: 10px 15px 10px;
  }
  #home-3-top-blog hr:not([size]) {
    display: none;
  }
  .page-node-13
    .row
    > [class*="col-"]
    .grid-title:not(
      .page-node-13 .row > [class*="col-"]:first-child .grid-title
    ) {
    margin-top: 32px;
  }
  .icons-style ul {
    margin: 0;
  }
  .pt-image .row.gx-7 {
    --bs-gutter-x: 1rem;
  }
  .form-style-1 .gx-3 {
    --bs-gutter-x: 1rem;
  }
  .home-2-top-blog-content {
    margin: 20px 0 0;
  }
  .home-3-banner .owl-nav {
    display: none;
  }
  .comment-sec .reply-comment {
    margin-left: 15px;
  }
  .indented .comment-deatails {
    margin-left: 0;
  }
  .list-sidebar .blog-1-img {
    margin-bottom: 20px;
  }
  .home-2-popular-blog #tab-style-1 {
    text-align: left !important;
  }
}
@media (min-width: 591.6px) and (max-width: 767.95px) {
  .wapper-login-reister {
    padding: 80px 50px;
  }
  .alert-style-4 .alert > i:nth-child(1) {
    margin-top: -30px;
    margin-bottom: -30px;
    margin-left: -15px;
    border-radius: 50%;
    width: 140px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
  }
  .alert-style-5 .alert-dismissible .close {
    padding-left: 20px;
  }
  .alert-style-5 .alert > i:nth-child(1) {
    height: 60px;
    min-width: 60px;
    margin-right: 30px;
  }
  .alert-style-5 .alert {
    padding: 20px 25px 20px 20px !important;
  }
  .alert {
    font-size: 20px;
    padding: 30px !important;
  }
  .home-banner-1-content h2 {
    font-size: 38px !important;
    line-height: 62px !important;
  }
  .table-1,
  .table-2,
  .table-3 {
    overflow-x: scroll;
    width: 100%;
  }
  .testimonials-wapper {
    padding: 7px 45px 21px;
  }
  .blockquote-2-icon {
    left: 28px;
  }
  .blockquote-3-icon {
    left: -10px;
  }
  .blockquotes-text-2 p {
    margin-left: 35px;
  }
  .g-7,
  .gx-7 {
    --bs-gutter-x: 3rem;
  }
  .comment-user-img {
    margin-bottom: 10px;
  }
  .categories-banner-content {
    padding: 20px 60px;
  }
  .blogs-popular_blogs .carousel-5-card .home-1-card-img {
    height: 115px;
  }
  .sidebar-contents .home-1-categories {
    max-width: 75%;
    margin: 60px auto 0;
  }
  .details-classic .author-wapper {
    max-width: 75%;
    margin: auto;
  }
  .sidebar-sec .home-2-subscribe {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .poplar-blog-wapper .col-12:last-child .poplar-blog-content,
  .poplar-blog-wapper .col-12:nth-last-child(2) .poplar-blog-content {
    border: none;
  }
  .poplar-blog-wapper .col-12:nth-child(2) {
    margin-top: 0 !important;
  }
  #home-3-top-blog .top-blog-wapper .home-1-card-img {
    min-height: 100%;
  }
  #home-3-top-blog .top-blog-wapper .carousel-5-card {
    margin-bottom: 20px;
  }
  .home-3-banner-img {
    height: 532px;
  }
  .home-3-banner-conntent {
    width: auto;
    padding: 35px 22px 35px 22px;
  }
  .table-3 table thead td {
    padding: 15px 18px;
  }
  .carousel-5-card .home-1-card-img {
    height: 115px;
  }
  .accordion-button {
    line-height: 28px;
  }
  .comming-soon {
    padding: 100px 0 !important;
  }
  .comming-soon-text h2 {
    line-height: 80px !important;
    font-size: 60px !important;
    margin-bottom: 67px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.5px) {
  .comment-sec .col-md-2 {
    width: 97px;
  }
  .comment-sec .col-md-10 {
    flex: 1;
  }
  .wapper-login-reister {
    padding: 80px 75px;
  }
  .blockquotes-text-2 p {
    margin-left: 40px;
  }
  .blockquote-2-icon {
    left: 33px;
  }
  .blockquote-3-icon {
    left: -15px;
  }
  .g-7,
  .gx-7 {
    --bs-gutter-x: 3rem;
  }
  .alert-style-4 .alert > i:nth-child(1) {
    margin-top: -30px;
    margin-bottom: -30px;
    margin-left: -9px;
    margin-right: 20px;
    border-radius: 50%;
    width: 130px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-node-11 .section-divider {
    padding-top: 15px;
  }
  .sidebar-layout > .container > .row {
    justify-content: center;
  }
  .sidebar-contents .author-wapper {
    max-width: 60%;
    margin: 0 auto;
  }
  .grid-featured-content {
    padding: 0px 50px;
  }
  .details-classic .owl-theme .owl-nav button.owl-prev {
    left: 20px;
  }
  .details-classic .owl-theme .owl-nav button.owl-next {
    right: 20px;
  }
  #latest-blog .blog-1-img {
    height: 100%;
  }
  .home-3-banner-conntent {
    width: 670px;
  }
  .blogs-popular_categories .blog-1-img {
    min-height: 100% !important;
  }
  #blog-masonry-1 > .row .col-12 {
    width: 48.3%;
  }
  .sidebar-contents .home-1-categories {
    max-width: 70%;
    margin: 60px auto 0;
  }
  .details-classic .author-wapper {
    max-width: 60%;
    margin: auto;
  }
  .sidebar-sec .home-2-subscribe {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .poplar-blog-wapper .col-12:last-child .poplar-blog-content,
  .poplar-blog-wapper .col-12:nth-last-child(2) .poplar-blog-content {
    border: none;
  }
  .poplar-blog-wapper .col-12:nth-child(2) {
    margin-top: 0 !important;
  }
  #home-3-top-blog .top-blog-wapper .home-1-card-img {
    min-height: 100%;
  }
  #home-3-top-blog .top-blog-wapper .carousel-5-card {
    margin-bottom: 20px;
  }
  .list-sidebar .blog-1-img {
    height: 100% !important;
  }
  #home-3-top-blog #carousel-3 .blog-2-content {
    margin-bottom: 0 !important;
  }
  .accordion-button {
    line-height: 29px;
  }
}
@media (max-width: 991.5px) {
  .author-content-wapper {
    position: unset;
    padding: 25px;
    width: 100%;
  }
  .author-details-wapper {
    padding: 0;
  }
  .page-403-content h1 {
    text-align: center;
    font-size: 180px;
    line-height: 210px;
    margin-left: 20px;
  }
  .mission-vision-title h3 {
    margin-top: 30px;
  }
  .content-403 p {
    line-height: 35px;
  }
  .page-403-content {
    margin-bottom: 20px;
  }
  .contact-2-info {
    padding: 0 0px 0 0px;
  }
  .comming-soon-text h2 {
    line-height: 80px;
    font-size: 65px;
  }
  .maintenance-img {
    height: auto;
  }
  .g-4-2,
  .gx-4-2 {
    --bs-gutter-x: 0.25rem;
  }
  #form-style-2 .map-1 {
    margin-top: 50px;
  }
  .contact-2-info ul li:last-child {
    margin-bottom: 0;
  }
  .details-tag ul li:first-child {
    margin-left: 8px;
  }
  #header-3.sticky-navbar .fixed-top .sticky-logo {
    display: none !important;
  }
  .header-3-menu {
    display: contents;
  }
  .g-6,
  .gx-6 {
    --bs-gutter-x: 0.5rem;
  }
  #blog-style-3 .blog-3-wapper::after {
    content: none;
  }
  .icons-style ul {
    text-align: center;
    justify-content: center;
  }
  .accordian-1 .accordion-item .accordion-button {
    padding: 18px 70px 20px 30px !important;
  }
  .accordian-1 .accordion-body {
    padding: 30px 30px 5px;
  }
  .btn-6 ul li {
    margin: 12px 60px 20px 0;
  }
  .btn-1 ul li,
  .btn-2 ul li {
    margin: 12px 10px 15px 0;
  }
  .home-3-sidebar-wapper {
    margin-top: 50px;
  }
  .home-2-sidebar-title {
    margin-top: 20px;
  }
  #home-2-top-blog .form-check {
    margin: 0 0px;
  }
  #home-2-banner .home-2-banner-tile-wapper {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .home-banner-1-wapper {
    padding: 45px 30px 50px;
  }
  .home-1-banner-wapper:after {
    width: 100%;
  }
  .home-banner-1 {
    padding: 0;
  }
  .home-banner-1-content h2 {
    font-size: 35px;
    margin-bottom: 0;
    line-height: 45px;
  }
  .banner-link {
    text-align: center !important;
  }
  .home-banner-1-img {
    padding: 0px;
    height: 440px;
  }
  #blog-style-3 .blog-3-content {
    position: unset;
    width: 100%;
    margin-bottom: 40px;
  }
  #blog-style-3 {
    margin-bottom: 0;
  }
  .carousel-style-1-wapper::after {
    content: unset;
  }
  .carousel-style-1-wapper .main-wapper .blog-1-img {
    margin-bottom: 20px;
  }
  #blog-style-1 .blog-1-content,
  #blog-style-h-1 .blog-1-content,
  #blog-style-home-1 .blog-1-content,
  #blog-style-2 .blog-2-content,
  #blog-style-h-2 .blog-2-content {
    margin-bottom: 40px !important;
  }
  #blog-style-1 .row .col-12:last-child .blog-1-content,
  #blog-style-h-1 .row .col-12:last-child .blog-1-content,
  #blog-style-home-1 .row .col-12:last-child .blog-1-content {
    margin-bottom: 0 !important;
  }
  #header-2 .nav-item {
    margin: 0 !important;
  }
  #header-2 .navbar-expand-lg .navbar-nav .nav-item:first-child .nav-link {
    padding-top: 0;
  }
  #header-3 .topbar-wapper {
    display: none;
  }
  #header-3 .logo-3 {
    display: none;
  }
  #header-3 .site-branding {
    padding: 30px 0 !important;
  }
  #header-3 .navbar-toggler {
    padding: 0.25rem 0rem;
  }
  .mega-menu-container .dropdown-item {
    border-bottom: 1px solid rgb(216 216 216 / 45%);
  }
  .mega-menu-container {
    padding: 0;
  }
  #header-3 .navbar .navbar-brand {
    display: block !important;
  }
  #header-3 .header-1-right {
    display: none;
  }
  #header-3 .topbar-wapper ul li {
    margin: 0;
  }
  #header-3 .nav-item {
    margin: 0 !important;
    padding: 0 !important;
  }
  #header-4 .navbar-brand {
    padding: 30px 0;
  }
  #header-3 .navbar-expand-lg .navbar-nav .nav-link {
    padding: 12px 0px;
  }
  #header-3 .navbar-expand-lg .navbar-nav .nav-item:first-child .nav-link {
    padding-top: 0;
  }
  #header-3
    .dropdown-menu:not(#header-3.sticky-navbar .fixed-top .dropdown-menu) {
    background-color: var(--secondary-color);
  }
  #header-3 .language-sub li a {
    padding-right: 5px !important;
  }
  #header-2 .navbar-expand-lg .navbar-nav .nav-link,
  #header-1 .dropdown-item {
    padding: 5px 12px;
  }
  #header-2 .navbar-expand-lg .navbar-nav .nav-link {
    padding: 12px 0px;
  }
  #header-2 .header-1-right .navbar-brand {
    display: block;
    padding: 30px 0;
  }
  #header-1 .main-search {
    display: none;
  }
  #header-1 .mobile-search .header-1-menu-right {
    margin-left: 0 !important;
  }
  #header-1 .mobile-search {
    display: block !important;
  }
  #header-1 .topbar-1-wapper {
    display: none;
  }
  #header-1 .logo-3 {
    display: none;
  }
  .home-1-bg-text {
    display: none;
  }
  #header-4 .main-search {
    display: none;
  }
  #header-4 .mobile-search .header-1-menu-right {
    margin-left: 0 !important;
  }
  #header-4 .mobile-search {
    display: block !important;
  }
  #header-4 .topbar-1-wapper {
    display: none;
  }
  #header-4 .logo-3 {
    display: none;
  }

  #header-2 .main-search {
    display: none;
  }
  #header-2 .mobile-search .header-1-menu-right {
    margin-left: 0 !important;
  }
  #header-2 .mobile-search {
    display: block !important;
  }
  #header-2 .topbar-1-wapper {
    display: none;
  }
  #header-2 .logo-3 {
    display: none;
  }
  #header-2 .main-menu::after {
    width: 100%;
  }
  #header-1 .header-1-right .navbar-brand {
    display: block;
    padding: 30px 0;
  }
  #header-1 .nav-item {
    margin: 0 !important;
    padding: 0;
  }
  #header-1 .nav-link {
    padding: 12px 0 !important;
  }
  #header-1 .navbar-collapse nav,
  #header-2 .navbar-collapse .navbar-nav,
  #header-3 .navbar-collapse .navbar-nav,
  #header-4 .navbar-collapse .navbar-nav {
    height: 260px;
    overflow-y: auto;
  }
  #header-1 .main-menu::after {
    width: 100% !important;
  }
  .navbar-toggler svg {
    fill: var(--heading-color) !important;
    height: 28px;
  }
  #header-4 .header-1-right .navbar-brand {
    display: block;
    padding: 20px 0px;
  }
  #header-4 .nav-item {
    margin: 0;
    padding: 0;
  }
  #header-4 .nav-link,
  #header-4.sticky-navbar .fixed-top .nav-link {
    padding: 12px 0px !important;
  }
  #header-4 .searchbar {
    padding: 20px 0px 20px 15px;
  }
  #header-4 .main-menu::after {
    width: 100% !important;
  }
  #header-4 .navbar-toggler svg {
    fill: var(--heading-color);
  }
  #header-2 .main-menu,
  #header-3 .main-menu {
    background-color: var(--secondary-color);
  }
  #header-3 .navbar .site-branding {
    display: block !important;
  }
  .navbar > .container .site-branding {
    width: auto;
  }
  #header-2 .searchbar {
    padding-left: 16px;
  }
  .header-3-menu,
  .home-3-logo {
    border: none;
  }
  .news-letter-title h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-1-info ul {
    max-width: 100%;
  }
  .icons-style,
  #icon-style-1 + .container .section-divider {
    max-width: 100%;
  }
  #categories-pages .btn-outline-primary {
    margin-bottom: 60px;
  }
  .category-popular .blog-1-img {
    margin-bottom: 15px;
  }
  .sidebar-contents {
    margin-top: 50px;
  }
  .details-tag h3 {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .details-tag {
    flex-direction: column;
  }
  .details-tag ul {
    text-align: center;
  }
  .details-tag ul li {
    margin: 12px 10px 0;
  }
  #header-1 .navbar-nav .nav-item:first-child .nav-link {
    padding-top: 3px !important;
  }
  .home-banner-1-wapper {
    max-width: 100%;
    text-align: center;
  }
  .banner-link .link-btn-primary {
    justify-content: center;
    margin-top: -10px;
  }
  #latest-blog .blog-1-content {
    margin-bottom: 0 !important;
  }
  .home-1-banner-wapper > .row {
    flex-direction: column;
  }
  .home-1-banner-wapper .col-12:first-child {
    order: 2;
  }
  .home-1-banner-wapper {
    padding: 10px 0 0 0;
  }
  .home-2-featured-blog-img {
    height: 170px;
  }
  #home-2-latest-blog .home-2-latest-blog-wapper {
    margin-bottom: 20px;
  }
  #home-3-latest-blog #blog-style-3 {
    padding-bottom: 0;
  }
  .home-3-news-letter-form .btn-primary {
    width: 100%;
    margin-top: 20px;
  }
  .header-3 .sub-banner {
    margin-top: 0;
  }
  .sidebar-layout > .container > .row {
    flex-direction: column;
    align-items: center;
  }
  .order-2-md {
    order: 2;
  }
  .author-social ul li a {
    margin: 0px 0px 0px 20px;
  }
  #blog-style-2 .blog-2-content .bolg-1-date,
  #blog-style-2 .blog-2-content .bolg-1-date * {
    font-size: 12px;
  }
  .page-node-11 #blog-style-1 .row .col-12:last-child .blog-1-content {
    margin-bottom: 40px !important;
  }
  .details-classic-gallery-tile-1-img {
    margin-bottom: 25px;
  }
  .details-classic-gallery .row.gx-2 .details-classic-gallery-tile-1-img {
    margin-bottom: 0;
  }
  .carousel-style-1-wapper .main-wapper {
    padding: 0;
  }
  .editors-pick .blog-1-content {
    margin-bottom: 30px !important;
  }
  .home-2-featured-blog-content {
    padding: 0.5rem 0 20px;
  }
  .mega-menu-container .row {
    --bs-gutter-x: 0rem;
  }
  .navbar-nav .nav-item > .dropdown-menu {
    max-height: 195px;
    overflow-y: scroll;
  }
  #home-3-featured-blog.list-sidebar #blog-style-1 .row .blog-1-content {
    margin-bottom: 0 !important;
  }
  .details-classic .author-img {
    height: 300px;
  }
  #latest-blog .blog-1-img {
    margin-bottom: 20px;
  }
  #home-3-trending-blog .row .col-12:last-child .blog-2-content {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 992px) and (max-width: 1110px) {
  .details-tag ul li {
    margin: 8px 8px 0;
  }
  #author .author-wapper {
    padding: 35px 30px 16px;
  }
  .author-content-wapper {
    width: 470px;
  }
  .contact-2-info {
    padding: 0 0px 0 0px;
  }
  .details-tag ul li:first-child {
    margin-left: 0px;
  }
  .carousel-style-1-wapper::after {
    top: 35px;
  }
  #header-3.sticky-navbar .navbar.fixed-top .nav-link {
    padding: 40px 10px;
  }
  #blog-style-2 .blog-2-content .bolg-1-date span,
  #blog-style-h-2 .blog-2-content .bolg-1-date span {
    margin-right: 8px;
  }
  .btn-6 ul li {
    margin: 12px 76px 30px 0;
  }
  .btn-1 ul li,
  .btn-2 ul li {
    margin: 12px 30px 15px 0;
  }
  .grid-featured-content {
    padding: 0px 150px;
  }
  .home-banner-1 {
    padding: 0 !important;
  }
  #blog-masonry-1 > .row .col-12 {
    width: 48.7%;
  }
  .gx-ipad-pro-5 {
    padding-left: 0 !important;
    --bs-gutter-x: 3.5rem;
  }
  .home-banner-1-content h2 {
    font-size: 42px;
    line-height: 56px;
  }
  .home-1-bg-text {
    top: 77px;
  }
  .home-1-bg-text h1 {
    margin-left: -15px;
    font-size: 53px;
  }
  .home-1-banner-wapper:after {
    width: 69.6%;
  }
  #header-1 .nav-item {
    margin: 0 8px;
  }
  .footer-contact {
    padding-right: 30px;
  }
  .footer-contact ul li i {
    margin-right: 5px;
  }
  .carousel-4-content {
    width: 230px;
  }
  .comment-sec .col-md-2 {
    width: 97px;
  }
  .comment-sec .col-md-10 {
    flex: 1;
  }
  #form-style-2 .col-lg-9 {
    width: 71%;
  }
  #form-style-2 .col-lg-3 {
    width: 29%;
  }
  .wapper-login-reister {
    padding: 80px 150px;
  }
  .g-7,
  .gx-7 {
    --bs-gutter-x: 5rem;
  }
  .accordian-1 .accordion-button::after {
    right: 30px;
  }
  .accordian-1 .accordion-button {
    padding: 21px 85px 21px 40px !important;
  }
  .alert-style-4 .alert {
    padding-left: 40px;
  }
  .alert-style-4 .alert > i:nth-child(1) {
    width: 82px;
    height: 77px;
  }
  .author-social ul li a {
    margin-left: 12px;
  }
  .sidebar-contents .author-social ul li a {
    margin-left: 18px;
  }
  #header-2 .nav-item {
    margin: 0 8px;
  }
  #header-2.sticky-navbar .fixed-top .nav-item {
    margin: 0;
  }
  #header-2 .header-1-menu-right {
    margin-left: 20px;
  }
  .blog-masonry-style-1 .col-12:nth-child(1),
  .blog-masonry-style-1 .col-12:nth-child(2) {
    margin-top: 0 !important;
  }
  .home-3-featured-blog-content .home-1-card-img {
    min-height: 100%;
  }
  .blog-banner .banner-text {
    max-width: 68%;
    margin: 0 auto;
  }
  .details-tag {
    justify-content: center;
  }
  .details-tag h3 {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .details-tag ul {
    text-align: center;
  }
  .details-tag ul li {
    margin: 12px 10px 0;
  }
  .home-banner-1-wapper {
    max-width: 100%;
  }
  #latest-blog .blog-1-img {
    height: 100%;
  }
  #home-2-top-blog .form-check {
    margin: 5px 5px;
  }
  .home-2-top-blog-img {
    min-height: 100%;
  }
  .home-2-top-blog-content .tags span {
    font-size: 9px;
  }
  #home-3-top-blog .top-blog-wapper > .row {
    --bs-gutter-x: 20px;
  }
  #home-3-top-blog
    .top-blog-wapper
    .row
    > .col-12:nth-last-child(1)
    .home-1-card-img,
  #home-3-top-blog
    .top-blog-wapper
    .row
    > .col-12:nth-last-child(2)
    .home-1-card-img {
    margin-bottom: 0px;
  }
  .home-3-categories-content-small h6 {
    font-size: 11px;
    letter-spacing: 0.5px;
  }
  #header-1.sticky-navbar .fixed-top .nav-item {
    margin: 0;
  }
  #header-4.sticky-navbar .fixed-top .navbar-brand {
    padding: 25px 0;
  }
  .blockquotes-3 .col-lg-8 {
    width: 780px;
  }
  .accordian-1 .accordion-body {
    padding-left: 45px;
  }
  #blog-style-2 .blog-2-content .bolg-1-date,
  #blog-style-2 .blog-2-content .bolg-1-date * {
    font-size: 12px;
  }
  .map-1 iframe {
    height: 500px;
  }
  .blogs-popular_categories .blog-1-img {
    min-height: 100% !important;
  }
  .details-classic-gallery-tile-1-img {
    height: 100%;
  }
  .blogs-popular_categories .life-style > .row {
    --bs-gutter-x: 1.2rem;
  }
  .blogs-popular_categories .life-style > .row .col-lg-4 {
    width: 36%;
  }
  .blogs-popular_categories .life-style > .row .col-lg-7 {
    width: 64%;
  }
  .mega-menu-dropdown .dropdown-menu .element.col-lg-2 {
    width: 19.666667%;
  }
  .contact-2-info ul li i {
    margin-top: -20px;
  }
  .list-sidebar .blog-1-img {
    height: 100% !important;
  }
  #blog-style-3 .blog-3-content {
    width: 275px;
  }
  .page-node-type-shortcodes .carousel-style-1-wapper::after {
    top: 44px;
  }
}
@media (min-width: 560px) and (max-width: 568px) {
  .category-most-commented-img img {
    height: 140px;
  }
}
@media (min-width: 1100px) {
  #header-1 .navbar-nav .dropdown:hover > .dropdown-menu {
    top: 100%;
    visibility: visible;

    opacity: 1;
    display: block;
  }
  #header-4 .navbar-nav .dropdown:hover > .dropdown-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    display: block;
  }
  .mega-menu-dropdown:hover > .dropdown-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    display: block;
  }
  #header-2 .navbar-nav .dropdown:hover > .dropdown-menu,
  #header-3 .navbar-nav .dropdown:hover > .dropdown-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    display: block;
    background: #fff;
  }
  #header-1 .navbar-nav .dropdown .dropdown-submenu:hover > .dropdown-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    display: block;
  }
  #header-2 .navbar-nav .dropdown .dropdown-submenu:hover > .dropdown-menu,
  #header-3 .navbar-nav .dropdown .dropdown-submenu:hover > .dropdown-menu,
  #header-4 .navbar-nav .dropdown .dropdown-submenu:hover > .dropdown-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    display: block;
  }
  .mega-menu-dropdown .dropdown-menu .mega-menu-container {
    background: #fff !important;
    box-shadow: 0 0 15px #ddd;
  }
  .navbar-expand-lg .navbar-nav .mega-menu-dropdown .dropdown-menu {
    position: absolute !important;
    background: transparent !important;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    z-index: 99;
    background: #fff;
  }
  .comment-sec .col-md-2 {
    width: 97px;
  }
  .comment-sec .col-md-10 {
    flex: 1;
  }
  #form-style-2 .col-lg-9 {
    width: 71%;
  }
  #form-style-2 .col-lg-3 {
    width: 29%;
  }
  #search-result .col-lg-8 {
    max-width: 780px;
    width: 780px;
  }
  .sidebar-layout > .container > .row > .col-lg-8 {
    max-width: 69%;
    width: 69%;
  }
  .sidebar-layout > .container > .row > .col-lg-4 {
    max-width: 31%;
    width: 31%;
  }
  .author-name p {
    padding: 0 10px;
  }
  .blog-masonry-style-1 .col-12:nth-child(1),
  .blog-masonry-style-1 .col-12:nth-child(2) {
    margin-top: 0 !important;
  }
  .blog-banner .banner-text {
    max-width: 68%;
    margin: 0 auto;
  }
  #home-2-top-blog .home-2-banner-content h4 {
    max-width: 60%;
    margin: 0 auto 15px;
  }
  #home-3-top-blog .top-blog-wapper > .row {
    --bs-gutter-x: 20px;
  }
  #home-3-top-blog
    .top-blog-wapper
    .row
    > .col-12:nth-last-child(1)
    .home-1-card-img,
  #home-3-top-blog
    .top-blog-wapper
    .row
    > .col-12:nth-last-child(2)
    .home-1-card-img {
    margin-bottom: 0px;
  }
  [id*="header-"].sticky-navbar .navbar.fixed-top .nav-item .nav-link {
    padding: 40px 20px !important;
  }
  .blockquotes-3 .col-lg-8 {
    width: 780px;
  }
  .blogs-list_sidebar .row .col-lg-8 {
    padding-left: 9px;
  }
  .copy-social ul li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1300px) {
  .carousel-4-content {
    width: 250px;
  }
  .home-3-banner-conntent h2 {
    font-size: 26px;
  }
  .btn-1 ul:last-child li,
  .btn-2 ul:last-child li {
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .carousel-4-content {
    width: 260px;
    line-height: 38px;
  }
  .home-3-banner-conntent h2 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1110px;
  }
  .footer-logo-content p {
    padding-right: 55px;
  }
  #latest-blog .row .col-md-5 {
    flex: 0 0 auto;
    width: 36%;
  }
  #latest-blog .row .col-md-7 {
    flex: 0 0 auto;
    width: 64%;
  }
  #home-2-top-blog .row.gx-3 > .col-lg-6:first-child {
    width: 48.5%;
  }
  #home-2-top-blog .row.gx-3 > .col-lg-6:last-child {
    width: 51.5%;
  }
  .accordion-button {
    line-height: 32px;
  }
  .home-3-featured-blog-content .card-body {
    padding: 26px 55px 20px 21px;
  }
  #blog-masonry-1 > .row .col-12 {
    width: 48.7%;
  }
  .home-3-newsletter > .row {
    max-width: 940px;
    margin: 0 auto;
  }
  #featured-blog .carousel-5-card .card {
    margin: 0 !important;
  }
  .home-banner-1-wapper {
    margin-left: -13px;
  }
  #latest-blog .life-style > .row {
    --bs-gutter-x: 1.2rem;
  }
  #home-1-tab .row.gx-4-1 > .col-12:last-child .blog-1-content,
  #home-1-tab .row.gx-4-1 > .col-12:nth-last-child(2) .blog-1-content {
    margin-bottom: 0px !important;
  }
  .copy-social ul li:last-child {
    margin-right: 0;
  }
  #home-2-top-blog .row.gx-3 .col-12:first-child {
    width: 46%;
  }
  #home-2-top-blog .row.gx-3 .col-12:last-child {
    width: 54%;
  }
  .blogs-popular_categories .life-style > .row {
    --bs-gutter-x: 1.2rem;
  }
  .blogs-popular_categories .life-style > .row .col-lg-4 {
    width: 36%;
  }
  .blogs-popular_categories .life-style > .row .col-lg-7 {
    width: 64%;
  }
  .contact-2-info ul li i {
    margin-top: -20px;
  }
}

.user-logged-in.path-user #block-blog-pro-content {
  text-align: center;
}
.user-logged-in.path-user #block-blog-pro-content .user-form {
  text-align: left;
  padding-top: 100px;
  padding-bottom: 100px;
}
.header-1 #page-wrapper {
  margin-top: 183px;
}
.header-2 #page-wrapper {
  margin-top: 152px;
}
.header-3 #page-wrapper {
  margin-top: 246px;
}
.header-4 #page-wrapper {
  margin-top: 147.95px;
}
#header-4,
#header-3,
#header-2,
#header-1 {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media (max-width: 992px) {
  .header-1 #page-wrapper,
  .header-2 #page-wrapper,
  .header-3 #page-wrapper,
  .header-4 #page-wrapper {
    margin-top: 90px !important;
  }
}
.comment-comment-form .btn-primary,
.details-comments .btn-primary {
  width: unset;
  padding: 11px 25px;
}
.user-logged-in
  #toolbar-administration
  + .dialog-off-canvas-main-canvas
  #header-1,
.user-logged-in
  #toolbar-administration
  + .dialog-off-canvas-main-canvas
  #header-2,
.user-logged-in
  #toolbar-administration
  + .dialog-off-canvas-main-canvas
  #header-3,
.user-logged-in
  #toolbar-administration
  + .dialog-off-canvas-main-canvas
  #header-4 {
  position: static;
}
.user-logged-in
  #toolbar-administration
  + .dialog-off-canvas-main-canvas
  #page-wrapper {
  margin-top: 0px !important;
}
.grid-featured-wapper .col-12.col-md-9 {
  width: 100% !important;
}
.alert-wrapper [aria-label].alert {
  display: flex !important;
}
.alert svg {
  height: 90px;
}
.alert-wrapper h2 {
  margin-bottom: 0;
}

#blog-style-1 .blog-1-img img,
#blog-style-h-1 .blog-1-img img,
#blog-style-home-1 .blog-1-img img,
#blog-style-homepage-1 .blog-1-img img,
.home-1-top-new-img img,
.home-2-popular-blog-img img,
.home-2-top-blog-img img,
.carousel-5-card .home-1-card-img img,
#blog-style-3 .blog-3-img img,
#blog-style-2 .blog-2-img img,
#blog-style-h-2 .blog-2-img img {
  transition: 0.5s all ease-in-out;
}

#blog-style-1 .blog-1-img,
#blog-style-h-1 .blog-1-img,
#blog-style-home-1 .blog-1-img,
#blog-style-homepage-1 .blog-1-img,
.home-1-top-new-img,
.home-2-popular-blog-img,
.home-2-top-blog-img,
#blog-style-2 .blog-2-img,
#blog-style-h-2 .blog-2-img,
.carousel-5-card .home-1-card-img,
#blog-style-3 .blog-3-img {
  overflow: hidden;
}

#blog-style-1 .blog-1-img:hover img,
#blog-style-h-1 .blog-1-img:hover img,
#blog-style-home-1 .blog-1-img:hover img,
#blog-style-homepage-1 .blog-1-img:hover img,
.home-1-top-new-img:hover img,
.home-2-popular-blog-img:hover img,
.home-2-top-blog-img:hover img,
#blog-style-2 .blog-2-img:hover img,
#blog-style-h-2 .blog-2-img:hover img,
.carousel-5-card .home-1-card-img:hover img,
#blog-style-3 .blog-3-img:hover img {
  transform: scale(1.2);
}

.home-1-side-content .home-1-card-img img,
.home-1-side-content .home-1-card-img:hover img,
.home-3-sidebar-editors-pick-wapper .home-1-card-img img,
.home-3-sidebar-editors-pick-wapper .home-1-card-img:hover img {
  transition: none;
  transform: none;
}
/* // Font awesome issue fixes // */
.fa-far,
.fa-fas {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}
.fa-far:before,
.fa-fas:before {
  content: var(--fa);
  font-style: normal;
}