:root {
  --body-font: 'Roboto', sans-serif;
  --heading-font: 'Yantramanav', sans-serif;
  --heading-font2: "Oswald", sans-serif;
  --theme-color: #016e8a;
  --theme-color2: #ff6224;
  --theme-color-light: rgb(17, 110, 99, 0.09);
  --theme-bg-light: #F2F3F5;
  --body-text-color: #111;
  --color-white: #fff;
  --color-dark: #222;
  --hero-sub-title-bg: var(--theme-color);
  --border-info-color: rgba(0, 0, 0, 0.08);
  --border-info-color2:rgba(0, 0, 0, 0.05);
  --border-white-color: rgba(255, 255, 255, 0.08);
  --border-white-color2:rgba(255, 255, 255, 0.05);
  --overlay-color: #000;
  --label-color: #777;
  --date-color: var(--theme-color);
  --placeholder-color: #777;
  --breadcrumb-bg: #000000;
  --feature-bg: rgba(255, 255, 255, .7);
  --aboutus-bg: #ddd;
  --footer-bg: var(--theme-color);
  --footer-bg2:#0d5a51;
  --footer-text-color: #F5FAFF;
  --slider-arrow-bg: rgba(255, 255, 255, 0.2);
  --table-border: #ccc;
  --table-even: #e8f2f4;
  --table-odd: #fff;
  --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  --box-shadow2:0 0 15px rgba(0, 0, 0, 0.17);
  --transition: all .5s ease-in-out;
  --transition2:all .2s ease-in-out;
}

/********************************** 
  General css
**********************************/
*, *:before, *:after { box-sizing: inherit; }
* { scroll-behavior: inherit !important; }
html, body { height: auto; width: 100%; margin: 0; padding: 0; overflow-x: hidden; box-sizing: border-box; }
body { font-family: var(--body-font); color: var(--body-text-color); font-style: normal; font-size: 16px; font-weight: normal; line-height: 1.8; }

a { color: var(--color-dark); display: inline-block; }
a, a:active, a:focus, a:hover { outline: none; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; text-decoration: none; }
a:hover { color: var(--theme-color); }

ul { margin: 0; padding: 0; }
li { list-style: none; }
h1, h2, h3, h4, h5, h6 { color: var(--color-dark); margin: 0; font-weight: 600; font-family: var(--heading-font); line-height: 1; }
h1 { font-size: 40px; }
h2 { font-size: 35px; }
h3 { font-size: 28px; }
h4 { font-size: 22px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }
p { margin: 0; }
.img, img { max-width: 100%; height: auto; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }

label { color: var(--label-color); cursor: pointer; font-weight: 400; }

*::-moz-selection { background: var(--theme-color); color: var(--color-white); text-shadow: none; }
::-moz-selection { background: var(--theme-color); color: var(--color-white); text-shadow: none; }
::selection { background: var(--theme-color); color: var(--color-white); text-shadow: none; }
*::-moz-placeholder { color: var(--placeholder-color); font-size: 16px; opacity: 1; }
*::placeholder { color: var(--placeholder-color); font-size: 16px; opacity: 1; }

.ovrflow-hidden { overflow: hidden; }
.position-relative { position: relative; z-index: 1; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.space-between { display: flex; justify-content: space-between; align-items: center; }
.c-pd { padding: 0 7rem; }
.s-pd { padding: 0 12rem; }
.h-100 { height: 100%; }
.h-100vh { height: 100vh; }
.bg { background: var(--theme-bg-light); }

.empty-rows { text-align: center; font-size: 24px; font-weight: 400; padding: 40px 0; margin: 0; color: var(--theme-color); }


/********************************** 
  Preloader css
**********************************/
.preloader { position: fixed; width: 100%; height: 100%; background: var(--theme-color); top: 0; left: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; }
.loader-book { border: 5px solid var(--color-white); width: 100px; height: 61px; position: relative; perspective: 150px; }
.loader-book-page { display: block; width: 50px; height: 60px; border: 5px solid var(--color-white); border-left: 5px solid var(--color-white); margin: 0; position: absolute; right: -4px; top: -4px; overflow: hidden; background: var(--theme-color); transform-style: preserve-3d; -webkit-transform-origin: left center; transform-origin: left center; }
.loader-book-page:nth-child(1) { -webkit-animation: loader-book 1.2s cubic-bezier(0, .39, 1, .68) 1.6s infinite; animation: loader-book 1.2s cubic-bezier(0, .39, 1, .68) 1.6s infinite; }
.loader-book-page:nth-child(2) { -webkit-animation: loader-book 1.2s cubic-bezier(0, .39, 1, .68) 1.45s infinite; animation: loader-book 1.2s cubic-bezier(0, .39, 1, .68) 1.45s infinite; }
.loader-book-page:nth-child(3) { -webkit-animation: loader-book 1.2s cubic-bezier(0, .39, 1, .68) 1.2s infinite; animation: loader-book 1.2s cubic-bezier(0, .39, 1, .68) 1.2s infinite; }

@-webkit-keyframes loader-book {
  0% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); }
  20% { background: var(--theme-color2); }
  40% { background: var(--theme-color2); -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); }
  100% { background: var(--theme-color); -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); }
}
@keyframes loader-book {
  0% { transform: rotateY(0deg); }
  20% { background: var(--theme-color2); }
  40% { background: var(--theme-color2); transform: rotateY(-180deg); }
  100% { background: var(--theme-color); transform: rotateY(-180deg); }
}


/********************************** 
  Margin & Padding css
**********************************/
.pb-140 { padding-bottom: 140px; }
.pd-50 { padding: 50px 0; }
.py-60 { padding: 60px 0; }
.py-120 { padding: 120px 0; }
.pt-120 { padding-top: 120px; }
.pb-120 { padding-bottom: 120px; }
.pt-0 { padding-top: 0px; }
.pt-10 { padding-top: 10px; }
.pt-20 { padding-top: 20px; }
.pt-30 { padding-top: 30px; }
.pt-40 { padding-top: 40px; }
.pt-50 { padding-top: 50px; }
.pt-60 { padding-top: 60px; }
.pt-70 { padding-top: 70px; }
.pt-80 { padding-top: 80px; }
.pt-90 { padding-top: 90px; }
.pt-100 { padding-top: 100px; }
.pb-0 { padding-bottom: 0px; }
.pb-10 { padding-bottom: 10px; }
.pb-20 { padding-bottom: 20px; }
.pb-30 { padding-bottom: 30px; }
.pb-40 { padding-bottom: 40px; }
.pb-50 { padding-bottom: 50px; }
.pb-60 { padding-bottom: 60px; }
.pb-70 { padding-bottom: 70px; }
.pb-80 { padding-bottom: 80px; }
.pb-90 { padding-bottom: 90px; }
.pb-100 { padding-bottom: 100px; }
.mt-0 { margin-top: 0px; }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.mt-60 { margin-top: 60px; }
.mt-70 { margin-top: 70px; }
.mt-80 { margin-top: 80px; }
.mt-90 { margin-top: 90px; }
.mt-100 { margin-top: 100px; }
.mt-120 { margin-top: 120px; }
.mb-0 { margin-bottom: 0px; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }
.mb-70 { margin-bottom: 70px; }
.mb-80 { margin-bottom: 80px; }
.mb-90 { margin-bottom: 90px; }
.mb-100 { margin-bottom: 100px; }
.mb-120 { margin-bottom: 120px; }
.mr-300 { margin-right: 300px; }
.ml-300 { margin-left: 300px; }


/********************************** 
  Site title css
**********************************/
.site-heading { margin-bottom: 50px; position: relative; z-index: 1; }
.site-title-tagline { text-transform: uppercase; letter-spacing: 1px; font-size: 18px; font-weight: 700; color: var(--theme-color2); position: relative; border-bottom: 2px solid var(--theme-color2); }
.site-title-tagline i { line-height: 0; font-size: 20px; }
.site-title { font-weight: 800; text-transform: none; font-size: 46px; color: var(--theme-color); margin-top: 10px; margin-bottom: 0; position: relative; }
.site-title span { color: var(--theme-color2); }
.site-heading p { margin-top: 15px; }
.heading-divider { display: inline-block; position: relative; width: 90px; height: 10px; border: 3px solid rgba(33, 46, 84, 1); border-right-color: transparent; }
.heading-divider.light { border-color: rgba(255, 255, 255, 0.2); border-right-color: transparent; }
.heading-divider::after { position: absolute; content: ''; width: 30px; background-color: var(--theme-color); top: 0; bottom: 0; left: 18px; }


/********************************** 
  Button style css
**********************************/
.theme-btn { font-size: 13px; color: var(--color-white); padding: 14px 20px; transition: var(--transition); text-transform: uppercase; position: relative; border-radius: 50px 50px 50px 0; font-weight: 500; letter-spacing: 0; cursor: pointer; text-align: center; overflow: hidden; border: none; background: var(--theme-color2); box-shadow: var(--box-shadow); z-index: 1; }
.theme-btn::before { content: ""; height: 300px; width: 300px; background: var(--theme-color); border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%) scale(0); transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); z-index: -1; }
.theme-btn:hover { color: var(--color-white); }
.theme-btn:hover::before { transform: translateY(-50%) translateX(-50%) scale(1); }
.theme-btn i { margin-left: 5px; }
.theme-btn span { margin-right: 5px; }
.theme-btn2 { background: var(--theme-color); color: var(--color-white); }
.theme-btn2::before { background: var(--color-dark); }
.theme-btn2:hover { color: var(--color-white); }


/********************************** 
  Container css
**********************************/
@media (min-width:1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl { max-width: 1200px; }
}
@media (min-width:1340px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl { max-width: 1340px; }
}


/********************************** 
  Scroll top css
**********************************/
#scroll-top { position: fixed; bottom: -20px; right: 30px; z-index: 99; font-size: 20px; border: none; outline: none; border-radius: 50px; color: var(--color-white); background-color: var(--theme-color2); cursor: pointer; width: 50px; height: 50px; line-height: 50px; text-align: center; box-shadow: var(--box-shadow2); transition: var(--transition); opacity: 0; visibility: hidden; z-index: 1; }
#scroll-top.active { opacity: 1; visibility: visible; bottom: 20px; }

@media all and (min-width:768px) and (max-width:1199px) {
  #scroll-top.active { bottom: 100px; }
}


/********************************** 
  Header top css
**********************************/
.header-top { padding: 4px 0 5px 0; position: relative; background: var(--theme-color); z-index: 9; }
.header-top::before { content: ""; position: absolute; left: 0; top: 0; bottom: -1px; width: 30%; background: var(--theme-color2); z-index: -1; }
.header-top-wrap { display: flex; align-items: center; justify-content: space-between; }
.header-top-contact ul { display: flex; align-items: center; gap: 20px; }
.header-top-contact ul li { display: flex; gap: 10px; border-right: 1px solid rgba(255, 255, 255, .2); padding-right: 20px; font-size: 13px; }
.header-top-contact ul li:last-child { border: none; padding-right: 0; }
.header-top-contact ul li a { color: var(--color-white); font-weight: 400; }
.header-top-contact ul li a i { color: var(--color-white); margin-right: 5px; }
.header-top-right { display: flex; align-items: center; justify-content: space-between; column-gap: 3rem; }
.header-top-wrap .header-langs { position: relative; z-index: 9; display: grid; grid-template-columns: auto auto; justify-content: center; align-content: center; justify-items: center; align-items: center; text-align: center; column-gap: .3rem; margin: 0; }
.header-top-wrap .header-langs li a { width: 34px; height: 30px; line-height: 30px; border-radius: 6px; font-size: 13px; font-weight: 300; background: rgba(0, 0, 0, .3); border: 1px solid rgba(255, 255, 255, .6); color: #fff; }
.header-top-wrap .header-langs li:hover a, .header-top-wrap .header-langs li.active a { background: var(--theme-color2); color: #fff; border: 1px solid var(--theme-color2); }
.header-top-social span { color: var(--color-white); font-weight: 500; }
.header-top-social a { width: 30px; height: 30px; line-height: 30px; color: var(--color-white); font-size: 13px; background: var(--theme-color); text-align: center; margin-left: 5px; border-radius: 50px; transition: all .5s ease-in-out; }
.header-top-social a:hover { color: var(--theme-color2); }

@media all and (max-width:1199px) {
  .header-top-contact ul { gap: 10px; }
  .header-top-social a { width: 34px; height: 34px; line-height: 37px; margin-left: 0; }
}
@media all and (max-width:992px) {
  .header-top { display: none; }
}

/********************************** 
  Header bottom css
**********************************/
.header-bottom { padding: 10px 0; position: relative; background: var(--color-white); z-index: 9; }
.header-bottom .container { display: flex; align-items: center; justify-content: space-between; }
.header-bottom .container .navbar-brand { display: flex; align-items: center; justify-content: space-between; column-gap: 2rem; font-family: var(--heading-font2); }
.header-bottom .container .navbar-brand strong { font-size: 28px; font-weight: 600; line-height: 32px; letter-spacing: 1px; text-transform: uppercase; color: var(--theme-color); }

@media all and (max-width:992px) {
  .header-bottom { display: none; }
}


/********************************** 
  Navbar css
**********************************/
.navbar { background: var(--color-white); padding-top: 0px; padding-bottom: 0px; z-index: 999; }
.navbar .navbar-nav { display: flex; justify-content: space-between; width: 100%;  }
.custom-nav { background: var(--color-white); position: relative; }
.navbar.fixed-top { box-shadow: var(--box-shadow2); animation: slide-down 0.7s; }

@keyframes slide-down { 0% { transform: translateY(-100%); } 100% { transform: translateY(0); } }

.navbar-brand { margin: 0; }
.navbar-brand img { width: 120px; }
.navbar .navbar-brand { display: block; }
.navbar .navbar-brand .logo-display { display: block; }
.navbar .navbar-brand .logo-scrolled { display: none; }

.navbar.fixed-top .navbar-brand .logo-display { display: none; }
.navbar.fixed-top .navbar-brand .logo-scrolled { display: block; }
.navbar .navbar-toggler:focus { outline: none; box-shadow: none; }
.navbar-toggler-mobile-icon { display: inline-block; width: inherit; height: inherit; }
.navbar .dropdown-toggle::after { position: relative; z-index: 9; display: inline-block; margin-left: 5px; vertical-align: baseline; font-family: 'Font Awesome 6 Pro'; content: "\f107"; font-weight: 600; border: none; font-size: 14px; }

@media all and (min-width:992px) {
  .navbar { background: var(--theme-color); }
  .navbar .navbar-brand { display: none; }
  .navbar .nav-item .nav-link { margin: 0; padding: 15px 20px; font-size: 16px; font-weight: 300; color: var(--color-white); text-transform: none; }
  .navbar.fixed-top .nav-item .nav-link {  }
  .navbar .nav-item:last-child .nav-link { margin-right: 0; }
  .navbar .nav-item .dropdown-menu { display: block; opacity: 0; visibility: hidden; transition: .3s; margin-top: 0; border: none; left: -35px; border-radius: 0px; border-top: 4px solid var(--theme-color2); background: var(--theme-color); width: 250px; box-shadow: var(--box-shadow); }
  .navbar .nav-item .dropdown-menu li { border-bottom: 1px solid var(--border-white-color); }
  .navbar .nav-item .dropdown-menu li:last-child { margin-bottom: 0; border-bottom: none; }
  .navbar .nav-item .dropdown-menu .dropdown-item { font-size: 16px; line-height: normal; padding: 8px 20px; font-weight: 300; color: var(--color-white); position: relative; overflow: hidden; text-transform: none; transition: all .3s ease-in-out; }
  .navbar .nav-item .dropdown-menu .dropdown-item:hover { background: transparent; color: var(--theme-color2); padding-left: 32px; }
  .navbar .nav-item .dropdown-menu .dropdown-item::before { content: "//"; position: absolute; left: 15px; top: 8px; color: var(--theme-color2); opacity: 0; visibility: hidden; transition: var(--transition); z-index: -1; }
  .navbar .nav-item .dropdown-menu .dropdown-item:hover::before { opacity: 1; visibility: visible; }
  .navbar .nav-item .nav-link { position: relative; }
  .navbar .nav-item .nav-link.active, .navbar .nav-item:hover .nav-link { background: var(--theme-color2); color: var(--color-white); }
  .navbar .nav-item:hover .dropdown-menu { transition: .3s; opacity: 1; visibility: visible; top: 100%; transform: rotateX(0deg); }
  .navbar .dropdown-menu-end { right: 0; left: auto; }
  .navbar .dropdown-menu.fade-down { top: 80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
  .navbar .dropdown-menu.fade-up { top: 140%; }
  .navbar #main_nav { justify-content: flex-start; }

  .nav-right { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 0; }
}

@media all and (max-width:991px) {
  .nav-right { display: none; }
}


/********************************** 
  Mobile menu css
**********************************/
.mobile-menu-right { display: none; }

@media all and (max-width:991px) {
  .navbar { top: 0; right: 0; left: 0; position: fixed; }
  .navbar .navbar-brand { display: flex; align-items: center; justify-content: space-between; padding-left: 10px; }
  .navbar .navbar-brand img { width: 80px; }
  .navbar .navbar-brand strong { margin-left: 10px; font-size: 22px; font-weight: 600; text-transform: uppercase; color: var(--theme-color); }
  .navbar-collapse { max-height: 100%; overflow: hidden; overflow-y: auto; padding: 0 20px; background-color: var(--color-white); }
  .dropdown-toggle::after { float: right; }
  .navbar .nav-item .nav-link { color: var(--color-dark); font-weight: 700; transition: var(--transition); }
  .navbar .nav-item .nav-link:hover { color: var(--theme-color) !important; }
  .navbar-toggler { padding: 0; border: none; }
  .mobile-menu-right { display: flex; align-items: center; gap: 25px; margin: 0 10px 0 0; }
  .search-area.open { top: 50px !important; }
  .navbar-toggler-mobile-icon { font-size: 32px; color: var(--color-dark); font-weight: 600; }
  .navbar .dropdown-menu { border-radius: 0px; }
}


/********************************** 
  Mega menu css
**********************************/
@media (min-width:992px) {
  .nav-item.mega-menu { position: static; }
  .navbar .nav-item.mega-menu .dropdown-menu { width: 98%; left: 12px; }
  .mega-menu .mega-content { padding: 30px; }
  .mega-menu .mega-content h5 { color: var(--theme-color2); font-size: 22px; margin-bottom: 20px; }
  .navbar .nav-item.mega-menu .dropdown-menu .dropdown-item { padding-left: 0; }
  .navbar .nav-item.mega-menu .dropdown-menu .dropdown-item::before { left: 0; }
  .navbar .nav-item.mega-menu .dropdown-menu .dropdown-item:hover { padding-left: 15px; }
  .menu-about-logo { margin-top: 15px; margin-bottom: 15px; }
  .menu-about-logo img { width: 180px; }
  .menu-about p { color: var(--color-white); }
}

@media (max-width:991px) {
  .menu-about-logo { display: none; }
  .mega-menu .mega-content h5 { margin: 15px 0; }
}


/********************************** 
  Multi level dropdown menu css
**********************************/
.navbar .nav-item .dropdown-submenu { position: relative; }
.navbar .nav-item .dropdown-submenu .dropdown-menu::before { display: none; }
.navbar .nav-item .dropdown-submenu a::after { transform: rotate(-90deg); position: absolute; right: 15px; top: 10px; font-weight: 600; }
.navbar .nav-item .dropdown-submenu a:hover { background: transparent; color: var(--color-white); }
.navbar .nav-item .dropdown-submenu .dropdown-menu { top: 120%; left: 100%; opacity: 0; visibility: hidden; }
.navbar .nav-item .dropdown-submenu:hover .dropdown-menu { top: 0; opacity: 1; visibility: visible; }

@media all and (max-width:991px) {
  .navbar .nav-item .dropdown-submenu .dropdown-menu { margin: 0 17px; }
  .navbar .nav-item .dropdown-submenu .dropdown-menu { opacity: unset; visibility: unset; }
  .navbar .nav-item .dropdown-submenu a::after { top: 4px; }
  .navbar .nav-item .dropdown-submenu a:hover { color: var(--theme-color); }
}


/********************************** 
  Search css
**********************************/
.search-popup { position: fixed; left: 0; top: 0; height: 100vh; width: 100%; z-index: 99999; margin-top: -540px; transform: translateY(-100%); background-color: rgba(0, 0, 0, .8); transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); }
.sidenav-bar-visible .search-popup { width: 80%; }
.search-active .search-popup { transform: translateY(0%); margin-top: 0; }
.search-popup .close-search { position: absolute; left: 0; right: 0; top: 75%; border: none; margin: 0 auto; margin-top: -200px; text-align: center; background: var(--theme-color2); text-align: center; width: 50px; height: 50px; color: var(--color-white); font-size: 20px; cursor: pointer; border-radius: 50px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); transition: all 500ms ease; opacity: 0; visibility: hidden; }
.search-popup .close-search:hover { background: var(--theme-color); }
.search-active .search-popup .close-search { visibility: visible; opacity: 1; top: 50%; transition-delay: 1500ms; }
.search-popup form { position: absolute; max-width: 700px; top: 50%; left: 15px; right: 15px; margin: -35px auto 0; transform: scaleX(0); transform-origin: center; transition: all 300ms ease; }
.search-active .search-popup form { transform: scaleX(1); transition-delay: 1200ms; }
.search-popup .form-group { position: relative; margin: 0px; overflow: hidden; }
.search-popup .form-group input[type="text"], .search-popup .form-group input[type="search"] { position: relative; width: 100%; height: 65px; outline: none; border-radius: 8px; border: none; padding: 0 100px 0 35px; transition: all 500ms ease; text-transform: none; }
.search-popup .form-group input[type="submit"], .search-popup .form-group button { position: absolute; right: 10px; top: 9px; background: var(--theme-color2); text-align: center; font-size: 20px; color: var(--color-white); padding: 6px 18px; border-radius: 8px; border: none; cursor: pointer; transition: all 500ms ease; }
.search-popup .form-group input[type="submit"]:hover, .search-popup .form-group button:hover { background: var(--theme-color); color: var(--color-white); }


/********************************** 
  Main section css
**********************************/
.main { margin-top: 0rem; }


/********************************** 
  Homepage slider css
**********************************/
.hero-section { position: relative; }
.hero-single { padding-top: 150px; padding-bottom: 240px; background-position: center !important; background-size: cover !important; background-repeat: no-repeat !important; display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; }
.hero-single .item-video { left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-color: #000; }
.hero-single .item-video video { object-fit: cover; width: 100%; height: 100%; opacity: .8; }
.hero-single::before { content: ""; position: absolute; width: 100%; height: 100%; left: -0.5px; top: 0; background: rgba(11, 28, 57, .3); z-index: -1; }
.hero-single .hero-content { height: 100%; }
.hero-single .hero-content .hero-title { color: var(--color-white); font-size: 52px; font-weight: 800; margin: 20px 0; text-transform: none; }
.hero-single .hero-content .hero-title span { color: var(--color-white); }
.hero-single .hero-content .hero-sub-title { display: inline-block; background: var(--hero-sub-title-bg); color: var(--color-white); font-size: 18px; letter-spacing: 1px; font-weight: 500; position: relative; text-transform: uppercase; border: 0; padding: 10px 15px; border-radius: 10px; }
.hero-single .hero-content .hero-sub-title i { margin: 0 8px 0 0; }
.hero-single .hero-content p { color: var(--color-white); line-height: 30px; font-size: 18px; font-weight: 400; margin-bottom: 20px; }
.hero-single .hero-content .hero-btn { gap: 1rem; display: flex; margin-top: 35px; justify-content: start; }
.hero-single .hero-img::before { content: ""; position: absolute; width: 500px; height: 500px; background: var(--theme-color); right: 100px; bottom: 0px; border-radius: 50%; filter: blur(150px); z-index: -1; }
.hero-single .hero-img { position: absolute; right: 100px; bottom: 120px; width: 50%; z-index: -1; }
.hero-slider.owl-theme .owl-nav { margin-top: 0px; }
.hero-slider.owl-theme .owl-nav [class*=owl-] { color: var(--color-white); font-size: 25px; margin: 0; padding: 0; background: var(--slider-arrow-bg); display: inline-block; cursor: pointer; height: 55px; width: 55px; line-height: 55px; border-radius: 50px; text-align: center; transition: var(--transition); }
.hero-slider.owl-theme .owl-nav [class*=owl-]:hover { background: var(--color-white); color: var(--theme-color); }
.hero-slider.owl-theme .owl-nav .owl-prev { left: 40px; }
.hero-slider.owl-theme .owl-nav .owl-next { right: 40px; }
.hero-slider.owl-theme .owl-nav .owl-prev, .hero-slider.owl-theme .owl-nav .owl-next { position: absolute; top: 50%; transform: translate(0, -50%); }

@media all and (max-width:1199px) {
  .hero-single .hero-content .hero-title { font-size: 37px; }
  .hero-slider.owl-theme .owl-nav .owl-prev, .hero-slider.owl-theme .owl-nav .owl-next { top: unset; bottom: 30px !important; }
  .hero-slider.owl-theme .owl-nav .owl-prev { left: unset; right: 80px; }
  .hero-slider.owl-theme .owl-nav .owl-next { right: 10px; }
}

@media all and (max-width:991px) {
  .hero-single { padding-top: 120px; padding-bottom: 200px; }
  .hero-single::before { display: none; }
  .hero-single .hero-content .hero-title { display: none; }
  .hero-single .hero-content .hero-sub-title { display: none; }
  .hero-single .hero-content .hero-btn { position: absolute; gap: .3rem; display: grid; justify-content: start; margin: 0; left: 20px; bottom: 40px; }
  .hero-single .hero-img { position: relative; width: 100%; right: unset; bottom: unset; margin-top: 50px; }
}


/********************************** 
  Popup Baner css
**********************************/
.promo-modal { display: none;  position: fixed; z-index: 99999; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.7); backdrop-filter: blur(5px); }
.promo-content { position: relative; margin: 5% auto; padding: 0; width: 90%; max-width: 600px; background: #fff; border-radius: 20px; box-shadow: 0 20px 40px rgba(0,0,0,0.3); overflow: hidden; }
.promo-img { width: 100%; display: block; transition: transform 0.3s ease; }
.promo-img:hover { transform: scale(1.02); }
.promo-close { position: absolute; top: 0; right: 20px; color: #fff; font-size: 45px; font-weight: bold; cursor: pointer; z-index: 10; text-shadow: 0 0 10px rgba(0,0,0,0.5); }
.promo-footer { padding: 10px 20px; text-align: center; background: #fff; }
.promo-footer .theme-btn { width: 100%; max-width: 280px; font-size: 18px; }
.promo-validity { color: var(--theme-color2); font-family: var(--heading-font); font-weight: 700; margin-bottom: 15px; text-transform: uppercase; font-size: 1.2rem; letter-spacing: 1px; }

.animated { animation-duration: 0.5s; animation-fill-mode: both; }

@keyframes zoomIn {
    from { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
    50% { opacity: 1; }
}

.zoomIn { animation-name: zoomIn; }

@media (max-width: 768px) {
  .promo-content { margin: 20% auto; }
}


/********************************** 
  Play button css
**********************************/
.play-btn { display: inline-block; padding: 0; height: 75px; width: 75px; line-height: 75px; font-size: 20px; text-align: center; background: var(--theme-color2); color: var(--color-white) !important; position: absolute; border-radius: 50%; z-index: 1; }
.play-btn i::after { content: ""; position: absolute; height: 100%; width: 100%; top: 0; left: 0; z-index: -1; background-color: var(--theme-color2); border-radius: 50px; animation: ripple-wave 1s linear infinite; -webkit-transform: scale(1); transform: scale(1); transition: all 0.5s ease-in-out; }

@keyframes ripple-wave {
  0% { opacity: 0.8; -webkit-transform: scale(0.9); transform: scale(0.9); }
  100% { opacity: 0; -webkit-transform: scale(2); transform: scale(2); }
}


/********************************** 
  About css
**********************************/
.about-area { position: relative; }
.about-left { margin-right: 20px; }
.about-img { display: flex; gap: 30px; position: relative; }
.about-img .img-1 { border-radius: 80px 80px 0 80px; }
.about-img .img-2 { border-radius: 50%; border: 2px dashed var(--theme-color2); padding: 8px; }
.about-img .img-3 { border-radius: 0 80px 80px 80px; }
.about-experience { display: flex; align-items: center; text-align: center; background: var(--theme-color2); padding: 15px 20px 15px 15px; color: var(--color-white); border-radius: 50px 50px 50px 0; box-shadow: 0 0 40px 5px rgb(0 0 0 / 10%); }
.about-experience-icon { color: var(--theme-color); font-size: 65px; width: 90px; height: 90px; line-height: 70px; text-align: center; margin: auto; background: var(--color-white); border-radius: 50px; margin-bottom: 5px; }
.about-experience-icon img { width: 65px; }
.about-right { position: relative; display: block; }
.about-content { margin-top: 30px; padding-bottom: 20px; border-bottom: 1px solid var(--border-info-color); }
.about-item { position: relative; display: flex; gap: 12px; margin-bottom: 25px; }
.about-item-icon { width: 70px; height: 70px; line-height: 58px; text-align: center; margin-bottom: 12px; background: var(--theme-color2); border-radius: 50px; font-size: 45px; color: var(--theme-color); box-shadow: -5px 5px 0 var(--theme-color-light); }
.about-item-icon img { width: 45px; filter: brightness(0) invert(1); }
.about-item-content { flex: 1; }
.about-item-content h5 { font-size: 22px; margin-bottom: 5px; }
.about-quote { position: relative; color: var(--color-dark); padding: 20px 22px; background: var(--theme-color-light); border-radius: 20px; }
.about-quote i { position: absolute; font-size: 45px; color: var(--theme-color); right: 15px; bottom: -15px; }
.about-bottom { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 30px; }
.about-phone { display: flex; align-items: center; gap: 12px; }
.about-phone .icon { width: 48px; height: 48px; line-height: 48px; background: var(--theme-color); color: var(--color-white); border-radius: 50px; text-align: center; font-size: 22px; box-shadow: -5px 5px 0 var(--theme-color-light); }
.about-phone .number { line-height: 1; }
.about-phone .number span { color: var(--theme-color2); font-weight: 500; }
.about-phone .number h6 { font-size: 20px; margin-top: 8px; }
.about-phone .number h6 a { color: var(--theme-color); }

@media all and (max-width:991px) {
  .about-right { margin-top: 30px; }
}

@media all and (max-width:767px) {
  .about-item { margin-top: 30px; }
}


/********************************** 
  Feature css
**********************************/
.feature-area { position: relative; z-index: 1; }
.fa-negative { margin-top: -200px; }
.feature-item { position: relative; padding: 20px 15px; background: var(--feature-bg); border-radius: 50px 50px 50px 0px; box-shadow: var(--box-shadow); z-index: 1; border: 1px solid var(--border-info-color); }
.feature-item .feature-header { width: 100%; display: grid; grid-template-columns: 1fr; align-items: center; justify-content: center; margin-bottom: 15px; }
.feature-item .feature-header .feature-title { text-align: center; color: var(--theme-color); font-size: 24px; font-weight: 800; margin: 0; padding: 0 10px; text-transform: uppercase; line-height: normal; }
.feature-item .feature-content { flex: 1; text-align: center; padding: 0 10px; }
.feature-item .feature-content p { color: var(--color-dark); line-height: normal; font-weight: 500; font-size: 17px; }

@media all and (max-width:1199px) {
  .fa-negative { margin-top: 20px; margin-left: 20px; }
  .feature-item.active::before { transform: scale(1); }
  .feature-item .feature-header .feature-title { font-size: 18px; }
}


/********************************** 
  Gallery css
**********************************/
.portfolio-area { position: relative; }
.portfolio-item { position: relative; width: 100%; margin-bottom: 25px; }
.portfolio-img { height: 100%; }
.portfolio-img img { width: 100%; border-radius: 50px 50px 50px 0; }
.portfolio-content { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
.portfolio-info { position: absolute; left: 20px; right: 20px; bottom: 20px; background: var(--color-white); border-radius: 50px 50px 50px 0; padding: 20px; display: grid; grid-template-columns: auto 1fr; align-items: center; justify-content: space-between; transition: 0.3s; }
.portfolio-item:hover .portfolio-info { bottom: 30px; }
.portfolio-subtitle { font-size: 13px; color: var(--theme-color); margin-bottom: 7px; letter-spacing: 0; text-transform: none; font-weight: 400; }
.portfolio-subtitle span { color: var(--theme-color); }
.portfolio-title { color: var(--color-dark); font-size: 18px; }
.portfolio-btn { display: grid; justify-self: end; align-self: center; width: 50px; height: 50px; line-height: 50px; background: var(--theme-color); color: var(--color-white); text-align: center; font-size: 22px; border-radius: 50px; }
.portfolio-btn i { line-height: 50px; }
.portfolio-btn:hover { background: var(--theme-color2); color: var(--color-white); }

.gallery-item { position: relative; width: 100%; margin-bottom: 25px; }
.gallery-img { height: 100%; }
.gallery-img img { width: 100%; border-radius: 50px 50px 50px 0; }
.gallery-content { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
.gallery-content::before { content: ""; position: absolute; left: 10px; top: 10px; right: 10px; bottom: 10px; background: var(--theme-color2); border-radius: 50px 50px 50px 0; opacity: 0; visibility: hidden; transition: 0.3s; }
.gallery-content:hover::before { opacity: 0.3; visibility: visible }
.gallery-link { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) scale(0); transition: 0.1s; border-radius: 50px; opacity: 0; visibility: hidden; font-size: 60px; color: var(--color-white); }
.gallery-link:hover { color: var(--color-white); }
.gallery-content:hover .gallery-link { opacity: 1; visibility: visible; transform: translate(-50%, -50%) scale(1); }


/********************************** 
  Counter css
**********************************/
.counter-area { position: relative; background-image: url(../img/counter.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; background-attachment: fixed; z-index: 1; }
.counter-area::before { content: ""; position: absolute; background: var(--theme-color); left: 0; top: 0; width: 100%; height: 100%; opacity: .7; z-index: -1; }
.counter-box { display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; gap: 30px; position: relative; z-index: 1; }
.counter-box .counter { display: block; line-height: 1; color: var(--color-white); font-size: 50px; font-weight: 600; }
.counter-box .title { color: var(--color-white); margin-top: 20px; font-size: 20px; font-weight: 600; text-transform: none; }

@media all and (max-width:991px) {
  .counter-area .counter-box { margin: 20px 0; }
}


/********************************** 
  Events css
**********************************/
.event-item { position: relative; background: var(--color-white); border-radius: 50px 50px 50px 0; padding: 20px 20px 20px 20px; margin-bottom: 25px; box-shadow: var(--box-shadow); }
.event-location { margin-bottom: 12px; }
.event-location i { color: var(--theme-color2); }
.event-img { position: relative; overflow: hidden; border-radius: 40px 40px 40px 0; }
.event-img img { border-radius: 40px 40px 40px 0; box-shadow: var(--box-shadow); }
.event-item:hover .event-img img { transform: scale(1.1); }
.event-meta { display: flex; gap: 15px; margin: 10px 0 5px 0; color: var(--date-color); font-size: 13px; }
.event-meta i { color: var(--date-color); margin-right: 5px; }
.event-title { margin-bottom: 10px; font-size: 18px; font-weight: 600; }
.event-title:hover { color: var(--theme-color2); }
.event-btn { margin-top: 20px; }
.event-btn .theme-btn { padding: 11px 15px; }
.event-slider .event-item { box-shadow: none; margin-bottom: 0; }
.event-slider .owl-dots { text-align: center; margin-top: 0px; }
.event-slider .owl-dots .owl-dot span { background: var(--theme-color2); border-radius: 50px; margin: 5px; width: 8px; height: 8px; display: inline-block; transition: var(--transition); }
.event-slider .owl-dots .owl-dot.active span { background-color: var(--theme-color2); width: 20px; }
.event-slider .owl-nav { width: 100%; opacity: 0; visibility: hidden; transition: var(--transition); margin: 0; }
.event-slider:hover .owl-nav { display: block; opacity: 1; visibility: visible; }
.event-slider .owl-nav button { height: 48px; width: 48px; line-height: 45px !important; top: 50%; background: var(--theme-color2) !important; color: var(--color-white) !important; font-size: 25px !important; position: absolute; border: none; margin: 0; padding: 0; transition: var(--transition); border-radius: 100%; margin-top: -24px; }
.event-slider .owl-nav button:hover { background: var(--theme-color) !important; }
.event-slider .owl-nav .owl-prev { left: -75px; }
.event-slider .owl-nav .owl-prev:hover { left: -65px; }
.event-slider .owl-nav .owl-next { right: -75px; }
.event-slider .owl-nav .owl-next:hover { right: -65px; }

.event-details img { border-radius: 20px; }
.event-map { margin-bottom: 20px; }
.event-map iframe { border-radius: 20px; height: 400px; width: 100%; }
.event-content-single { margin-bottom: 20px; }
.event-content-single h5 { margin-bottom: 5px; }
.event-content-single i { color: var(--theme-color2); margin-right: 5px; }
.event-single-info p { margin-bottom: 20px; }
.event-author-info { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 10px; margin-top: 50px; }
.event-author-info img { border-radius: 50%; }
.event-author-info h5 { margin-top: 5px; }


/********************************** 
  Department css
**********************************/
.department-area { position: relative; }
.department-item { position: relative; background: var(--color-white); border-radius: 50px 50px 50px 0; padding: 30px; margin-bottom: 25px; overflow: hidden; box-shadow: var(--box-shadow); }
.department-icon { position: relative; overflow: hidden; border-radius: 40px 40px 40px 0; margin-bottom: 20px; }
.department-icon img { width: 100% !important; border-radius: 40px 40px 40px 0; box-shadow: var(--box-shadow); }
.department-item:hover .department-icon img { transform: scale(1.1); }
.department-title { margin-bottom: 10px; }
.department-title:hover { color: var(--theme-color2); }
.department-btn { margin-top: 10px; }
.department-btn a { font-size: 14px; font-weight: 500; text-transform: uppercase; color: var(--theme-color2); }
.department-btn a:hover { color: var(--theme-color2); text-decoration: underline; }
.department-btn a i { margin-left: 5px; }
.department-slider .department-item { box-shadow: none; margin-bottom: 0; }
.department-slider .owl-dots { text-align: center; margin-top: 40px; }
.department-slider .owl-dots .owl-dot span { background: var(--theme-color2); border-radius: 50px; margin: 5px; width: 8px; height: 8px; display: inline-block; transition: var(--transition); }
.department-slider .owl-dots .owl-dot.active span { background-color: var(--theme-color2); width: 20px; }
.department-slider .owl-nav { width: 100%; opacity: 0; visibility: hidden; transition: var(--transition); margin: 0; }
.department-slider:hover .owl-nav { display: block; opacity: 1; visibility: visible; }
.department-slider .owl-nav button { height: 48px; width: 48px; line-height: 45px !important; top: 50%; background: var(--theme-color2) !important; color: var(--color-white) !important; font-size: 25px !important; position: absolute; border: none; margin: 0; padding: 0; transition: var(--transition); border-radius: 100%; margin-top: -54px; }
.department-slider .owl-nav button:hover { background: var(--theme-color) !important; }
.department-slider .owl-nav .owl-prev { left: -75px; }
.department-slider .owl-nav .owl-prev:hover { left: -65px; }
.department-slider .owl-nav .owl-next { right: -75px; }
.department-slider .owl-nav .owl-next:hover { right: -65px; }

.department-single-list i { color: var(--theme-color2); margin-right: 10px; }
.department-download a { border: 2px solid var(--theme-color2); padding: 12px 20px; color: var(--color-dark); display: block; margin-bottom: 20px; border-radius: 30px 30px 30px 0; font-weight: 600; transition: var(--transition); }
.department-download a i { margin-right: 10px; }
.department-download a:hover { background-color: var(--theme-color2); color: var(--color-white); }
.department-details h3 { color: var(--color-dark); }
.department-details img { border-radius: 20px; }


/********************************** 
  Blog css
**********************************/
.blog-area { position: relative; }
.blog-item { position: relative; margin-bottom: 25px; padding: 20px 20px 15px 20px; border-radius: 50px 50px 50px 0; background: var(--color-white); box-shadow: var(--box-shadow); transition: var(--transition); }
.blog-item-img { position: relative; overflow: hidden; border-radius: 30px 30px 30px 0; }
.blog-item-img img { border-radius: 30px 30px 30px 0; }
.blog-item:hover .blog-item-img img { transform: scale(1.1); }
.blog-date { position: absolute; padding: 4px 12px 4px 12px; right: -10px; top: 40px; font-weight: 500; background: var(--theme-color2); color: var(--color-white); border-radius: 50px 50px 50px 0; box-shadow: var(--box-shadow); z-index: 2; }
.blog-item-info { position: relative; }
.blog-item-meta ul { margin: 0; padding: 0; margin: 12px 0; border-bottom: 1px solid var(--border-info-color); padding-bottom: 14px; }
.blog-item-meta ul li { display: inline-block; margin-right: 15px; font-weight: 500; position: relative; color: var(--color-dark); }
.blog-item-meta ul li i { margin-right: 5px; color: var(--theme-color2); }
.blog-item-meta a:hover { color: var(--theme-color2); }
.blog-title { font-size: 22px; margin-bottom: 15px; line-height: 1.2; text-transform: none; }
.blog-item-info p { margin-bottom: 16px; }
.blog-item-info .theme-btn { margin-top: 15px; padding: 11px 15px; }
.blog-item-info h4 a { color: var(--color-dark); }
.blog-item-info h4 a:hover { color: var(--theme-color2); }

.blog-single-content img { border-radius: 20px; }
.blog-thumb-img { margin-bottom: 20px; }
.blog-title h1 { display: block; font-size: 32px; font-weight: 600; }
.blog-meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.blog-meta .blog-meta-left ul { display: flex; align-items: center; gap: 20px; }
.blog-meta .blog-meta-left ul li { font-weight: 500; }
.blog-meta i { margin-right: 5px; color: var(--theme-color2); }
.blog-meta a { color: var(--body-text-color); font-weight: 500; }
.blog-meta a:hover { color: var(--theme-color); }
.blog-gallery { margin: 50px 0 0 0; }
.blog-details-title { font-size: 34px; color: var(--color-dark); }
.blockqoute { background: var(--theme-bg-light); border-left: 5px solid var(--theme-color2); padding: 30px; font-size: 17px; font-style: italic; margin: 20px 0; border-radius: 50px 50px 50px 0; }
.blockqoute-author { margin-top: 20px; padding-left: 60px; position: relative; color: var(--color-dark); }
.blockqoute-author::before { content: ""; position: absolute; height: 2px; width: 40px; background: var(--theme-color2); left: 0; top: 10px; }
.blog-details-tags { display: flex; align-items: center; gap: 20px; }
.blog-details-tags h5 { color: var(--color-dark); }
.blog-details-tags ul { display: flex; align-items: center; gap: 15px; }
.blog-details-tags ul a { background: var(--theme-bg-light); color: var(--color-dark); padding: 6px 18px; border-radius: 8px; transition: var(--transition); }
.blog-details-tags ul a:hover { background: var(--theme-color); color: var(--color-white); }
.blog-author { display: flex; justify-content: start; align-items: center; background: var(--color-white); border-radius: 50px 50px 50px 0; box-shadow: var(--box-shadow); margin: 50px 0; padding: 20px; }
.blog-author-img { width: 320px; }
.blog-author-img img { border-radius: 40px 40px 40px 0; }
.author-name { font-size: 22px; color: var(--theme-color); margin: 8px 0; }
.author-info { padding: 0 20px; }
.author-social { margin-top: 10px; }
.author-social a { width: 35px; height: 35px; line-height: 31px; text-align: center; border: 2px solid var(--theme-color); border-radius: 50px; margin-right: 5px; color: var(--theme-color); transition: var(--transition); }
.author-social a:hover { color: var(--color-white); background: var(--theme-color); }
.blog-comments { margin-bottom: 50px; }
.blog-comments h3 { color: var(--color-dark); }
.blog-comments-wrapper { margin: 30px 0; }
.blog-comments-single { display: flex; justify-content: start; align-items: flex-start; margin-top: 50px; }
.blog-comments-single img { border-radius: 50%; }
.blog-comments-content { padding: 0 0 0 20px; }
.blog-comments-content span { font-size: 14px; color: var(--theme-color2); font-weight: 500; }
.blog-comments-content a { font-weight: 500; margin-top: 5px; color: var(--theme-color2); }
.blog-comments-content a:hover { color: var(--theme-color); }
.blog-comments-content h5 { color: var(--color-dark); }
.blog-comments-reply { margin-left: 50px; }
.blog-comments-form { padding: 30px; margin-top: 50px; border-radius: 20px; background: var(--theme-bg-light); }
.blog-comments-form h3 { margin-bottom: 20px; }
.blog-comments-form .form-group { margin-bottom: 20px; }
.blog-comments-form .form-control { padding: 15px 20px; border-radius: 12px; box-shadow: none; transition: var(--transition); }
.blog-comments-form .form-control:focus { border-color: var(--theme-color2); }

@media all and (max-width:767px) {
  .blog-meta { flex-direction: column; font-size: 15px; }
  .blog-meta .blog-meta-left ul { gap: 10px; }
  .blog-details-tags { flex-direction: column; align-items: flex-start; }
  .blog-author { flex-direction: column; text-align: center; padding: 25px; }
  .author-info { margin-top: 25px; }
  .blog-comments-single { flex-direction: column; text-align: center; padding: 30px 0px; box-shadow: var(--box-shadow); margin-bottom: 30px; border-radius: 10px; }
  .blog-comments-single img { margin: 0 auto 20px auto; }
  .blog-comments-reply { margin-left: 0px; }
}


/********************************** 
  Sidebar css
**********************************/
.widget { background: var(--theme-bg-light); padding: 30px; margin-bottom: 30px; border-radius: 20px; }
.widget .widget-title { padding-bottom: 10px; margin-bottom: 30px; position: relative; font-size: 22px; color: var(--color-dark); }
.widget .widget-title::before { position: absolute; content: ''; width: 15px; border-bottom: 3px solid var(--theme-color2); bottom: 0; left: 0; }
.widget .widget-title::after { position: absolute; content: ''; width: 30px; border-bottom: 3px solid var(--theme-color2); bottom: 0; left: 22px; }
.widget .search-form .form-control { padding: 12px 15px 12px 15px; border-radius: 8px; box-shadow: none; }
.widget .search-form { position: relative; }
.widget .search-form .form-control:focus { border-color: var(--theme-color); }
.widget .search-form button { position: absolute; right: 0; top: 0; font-size: 18px; padding: 8px 18px 6px 18px; background: transparent; border: none; color: var(--theme-color2); }
.widget .category-list a { display: block; padding: 10px 0; font-weight: 500; border-bottom: 1px solid #ced4da; transition: var(--transition); }
.widget .category-list a:last-child { margin-bottom: 0px; border-bottom: none; }
.widget .category-list a:hover { padding-left: 10px; color: var(--theme-color2); }
.widget .category-list a.sub-list { padding-left: 20px; }
.widget .category-list a.sub-list:hover { padding-left: 30px; }
.widget .category-list a i { margin-right: 10px; color: var(--theme-color2); }
.widget .category-list a span { float: right; }
.widget .recent-post-single { display: grid; grid-template-columns: auto 1fr; justify-content: start; align-items: center; margin-bottom: 20px; }
.widget .recent-post-img { margin-right: 20px; }
.widget .recent-post-img img { width: 80px; border-radius: 10px; }
.widget .recent-post-bio h6 { font-size: 14px; font-weight: 600; line-height: normal; text-transform: none; }
.widget .recent-post-bio span { font-size: 12px; color: var(--date-color); font-weight: 400; }
.widget .recent-post-bio span i { margin-right: 5px; }
.widget .recent-post-bio h6 a:hover { color: var(--theme-color2); }
.widget .social-share-link a { width: 35px; height: 35px; line-height: 31px; border: 2px solid var(--theme-color); color: var(--theme-color); text-align: center; margin-right: 5px; border-radius: 50px; transition: var(--transition); }
.widget .social-share-link a:hover { background: var(--theme-color); color: var(--color-white); }
.widget .tag-list a { background: var(--color-white); color: var(--color-dark); padding: 5px 15px; margin-bottom: 10px; margin-right: 10px; border-radius: 10px; display: inline-block; transition: var(--transition); }
.widget .tag-list a:hover { background-color: var(--theme-color2); color: var(--color-white); }

@media all and (max-width:768px) {
  .sidebar { margin-top: 80px; }
}


/********************************** 
  Contacts css
**********************************/
.contact-wrapper { position: relative; background: var(--color-white); border-radius: 20px; box-shadow: var(--box-shadow); z-index: 1; }
.contact-img { position: relative; padding-left: 20px; }
.contact-img::before { content: ""; position: absolute; left: 0; top: 0; width: 50px; height: 100%; background: var(--theme-color); border-radius: 20px 0 0 20px; clip-path: polygon(100% 0, 20% 50%, 100% 100%, 0 100%, 0 0); z-index: -1; }
.contact-img img { width: 100%; clip-path: polygon(100% 0, 100% 100%, 10% 100%, 0 50%, 10% 0); }
.contact-form { padding: 25px; }
.contact-form-header { margin-bottom: 30px; }
.contact-form-header h2 { font-size: 30px; font-weight: 700; margin-bottom: 10px; color: var(--color-dark); }
.contact-form .form-group { margin-bottom: 25px; }
.contact-form .form-group .error_string { padding: 5px 10px; color: red; font-size: 14px; }
.contact-form .form-group .form-control { padding: 15px 20px; border-radius: 12px; box-shadow: none; transition: var(--transition); }
.contact-form .form-group .form-control:focus { border-color: var(--theme-color2); }
.contact-map { margin-bottom: -9px; }
.contact-map iframe { width: 100%; height: 450px; }
.contact-content { margin-bottom: 50px; }
.contact-info { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 35px; padding: 30px 20px; position: relative; margin-bottom: 25px; border-radius: 50px 50px 50px 0; background: var(--color-white); box-shadow: var(--box-shadow); transition: var(--transition); }
.contact-info::before { content: ""; position: absolute; left: 20px; right: 20px; bottom: -8px; background: var(--theme-color); clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%); height: 20px; z-index: -1; }
.contact-info-icon { font-size: 35px; color: var(--color-white); width: 70px; height: 70px; line-height: 70px; text-align: center; position: relative; border-radius: 30px; background: var(--theme-color); }
.contact-info-icon::before { content: ""; position: absolute; left: -15px; right: -15px; top: -15px; bottom: -15px; border: 3px solid var(--theme-color); border-radius: 40px; }
.contact-info h5 { font-size: 20px; font-weight: 600; margin-bottom: 8px; color: var(--color-dark); }
.contact-info p { color: var(--color-dark); font-weight: 500; font-size: 16px; }

@media all and (max-width:768px) {
  .contact-content { margin-bottom: 50px; }
}


/********************************** 
  Aboutus css
**********************************/
.aboutus-area { position: relative; background: var(--aboutus-bg); z-index: 1; }
.aboutus-area::before{ content: ""; position: absolute; left: 0; top: 0; background-image: url(../img/shape.png); background-repeat: no-repeat; background-position: center; background-size: cover; width: 100%; height: 100%; opacity: 0.08; z-index: -1; }
.aboutus-area .aboutus-content-wrap { margin-top: 30px; }
.aboutus-area .aboutus-img { position: relative; margin-left: 50px; }
.aboutus-area .aboutus-img::before { content: ""; position: absolute; left: -15px; bottom: -15px; width: 100%; height: 100%; border: 5px solid var(--theme-color2); border-radius: 30% 0 30% 30%; }
.aboutus-area .aboutus-img img { border-radius: 30% 0 30% 30%; }

@media all and (max-width: 991px) {
  .aboutus-content-info { margin-right: 100px; }
  .aboutus-img { margin-top: 50px; margin-left: 10px; }
}

@media all and (max-width: 767px) {
  .aboutus-content-info { margin-right: 40px; }
}


/********************************** 
  Breadcrumb css
**********************************/
.site-breadcrumb { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background-repeat: no-repeat !important; background-position: center !important; background-size: cover !important; position: relative; padding-top: 60px; padding-bottom: 60px; z-index: 1; }
.site-breadcrumb::before { content: ''; position: absolute; height: 100%; width: 100%; top: 0; left: 0; background: var(--overlay-color); opacity: 0.45; z-index: -1; }
.site-breadcrumb .breadcrumb-title { font-size: 45px; color: var(--color-white); font-weight: 700; margin-bottom: 10px; text-transform: none; }
.site-breadcrumb .breadcrumb-menu { position: relative; z-index: 1; }
.site-breadcrumb .breadcrumb-menu li { position: relative; display: inline-block; margin-left: 25px; color: var(--color-white); font-weight: 400; text-transform: none; }
.site-breadcrumb .breadcrumb-menu li a { color: var(--color-white); transition: all 0.5s ease-in-out; font-size: 14px; }
.site-breadcrumb .breadcrumb-menu li::before { position: absolute; content: ''; font-family: 'Font Awesome 6 Pro'; right: -21px; top: 3px; text-align: center; font-size: 13px; color: var(--color-white); }
.site-breadcrumb .breadcrumb-menu li:first-child { margin-left: 0; }
.site-breadcrumb .breadcrumb-menu li:last-child:before { display: none; }
.site-breadcrumb .breadcrumb-menu li a:hover { color: var(--theme-color); }
.site-breadcrumb .breadcrumb-menu li.active { color: var(--theme-color2); }

@media (max-width:991px) {
  .site-breadcrumb { padding-top: 120px; padding-bottom: 30px; }
  .site-breadcrumb .breadcrumb-title { font-size: 35px; font-weight: 600; }
  .site-breadcrumb .breadcrumb-menu li a { font-size: 13px; }
}


/********************************** 
  Pagination css
**********************************/
.pagination { display: flex; justify-content: center; align-items: center; margin-top: 40px; }
.pagination .page-link { border: none; background: var(--theme-color2); color: var(--color-white); margin: 0 10px; border-radius: 12px !important; width: 40px; height: 40px; line-height: 28px; text-align: center; transition: var(--transition); }
.pagination .page-link:hover, .pagination .page-item.active .page-link { background: var(--theme-color); color: var(--color-white); }


/********************************** 
  Errors css
**********************************/
.error-wrapper { text-align: center; }
.error-wrapper h1 { font-size: 250px; letter-spacing: 5px; font-weight: bold; color: var(--theme-color); }
.error-wrapper h1 span { color: var(--color-dark); }
.error-wrapper h2 { margin-top: 30px; margin-bottom: 10px; }
.error-wrapper img { width: 100%; }
.error-wrapper .theme-btn { margin-top: 30px; }

@media all and (max-width:767px) {
  .error-wrapper h1 { font-size: 160px; }
}


/********************************** 
  Terms / privacy css
**********************************/
.terms-content { position: relative; }
.terms-content h3 { display: block; margin-bottom: 23px; }


/********************************** 
  Notice css
**********************************/
.notice-board { position: relative; }
.notice-item { padding: 25px 25px; border-radius: 50px 50px 50px 0; margin-bottom: 25px; border: 2px solid transparent; background: var(--theme-bg-light); transition: var(--transition); }
.notice-item:hover { border-color: var(--theme-color); }
.notice-item h4:hover { color: var(--theme-color); }
.notice-meta { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 15px; }
.notice-meta i { color: var(--theme-color); }


/********************************** 
  Footer css
**********************************/
.footer-area { background: var(--footer-bg); position: relative; z-index: 1; }
.footer-shape { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: .05; z-index: -1; }
.footer-widget-box { margin-bottom: 20px; }
.footer-widget { position: relative; z-index: 1; }
.footer-logo img { width: 220px; margin-bottom: 25px; }
.copyright { position: relative; }
.copyright .copyright-wrapper { padding: 25px 0; border-top: 1px solid var(--border-white-color); }
.copyright .footer-menu { margin: 0; padding: 0; text-align: right; }
.copyright .footer-menu li { display: inline-block; margin-left: 25px; font-size: 16px; }
.copyright .footer-menu li a { color: var(--footer-text-color); transition: var(--transition); }
.copyright .footer-menu li a:hover { color: var(--theme-color2); }
.copyright .copyright-text { color: var(--footer-text-color); margin-bottom: 0px; font-size: 14px; font-weight: 300; }
.copyright .copyright-text a { color: var(--theme-color2); font-weight: 300; }
.footer-widget-title { color: var(--color-white); position: relative; padding-bottom: 20px; margin-bottom: 30px; font-size: 21px; z-index: 1; }
.footer-widget-title::before { content: ""; position: absolute; width: 90px; height: 3px; background: rgba(255, 255, 255, 0.2); bottom: 0; left: 0; z-index: -1; }
.footer-widget-title::after { content: ""; position: absolute; width: 30px; height: 3px; background: var(--theme-color2); bottom: 0; left: 18px; z-index: -1; }
.footer-list { display: flex; flex-direction: column; gap: .65rem; }
.footer-list li a { color: var(--color-white); transition: var(--transition); }
.footer-list li a i { margin-right: 5px; color: var(--theme-color2); }
.footer-list li a:hover { padding-left: 10px; color: var(--theme-color2); }
.footer-widget-box h3 { color: var(--color-white); padding-right: 18px; margin-bottom: 20px; }
.footer-widget-box p { color: var(--color-white); padding-right: 18px; margin-bottom: 20px; }
.footer-social { display: flex; gap: 15px; justify-content: end; }
.footer-social li a i { height: 38px; width: 38px; line-height: 38px; text-align: center; border-radius: 10px 10px 10px 0; background: var(--theme-color2); color: var(--color-white); transition: var(--transition); }
.footer-social li a i:hover { background: var(--theme-color2); color: var(--color-white); }
.footer-contact li { position: relative; display: flex; justify-content: start; align-items: center; color: var(--footer-text-color); font-size: 16px; margin-bottom: 15px; }
.footer-contact li a { color: var(--footer-text-color); -webkit-transition: 0.3s; transition: 0.3s; }
.footer-contact li i { width: 30px; height: 30px; line-height: 30px; font-size: 16px; margin-right: 15px; border-radius: 10px 10px 10px 0; background: var(--theme-color2); text-align: center; -webkit-transition: 0.3s; transition: 0.3s; color: var(--color-white); }
.subscribe-form .form-control { padding: 16px 20px; border-radius: 12px; box-shadow: none; border: none; }
.subscribe-form .theme-btn { margin-top: 20px; width: 100%; padding: 14px; }
.subscribe-form .theme-btn:hover { color: var(--theme-color2); }
.subscribe-form .theme-btn::before { background: var(--color-white); }
.subscribe-form .theme-btn:hover::after { border-color: var(--theme-color2); }

@media all and (max-width:1199px) {
  .footer-widget-box { margin-bottom: 50px; }
}

@media all and (max-width:991px) {
  .footer-widget-wrapper { padding-bottom: 0px; }
  .copyright .footer-menu { float: left; margin-top: 20px; text-align: left; }
  .copyright .footer-menu li { margin-left: 0; margin-right: 15px; }
}

@media all and (max-width:767px) {
  .footer-widget-wrapper { padding-bottom: 0px; }
  .footer-social { justify-content: flex-start; margin-top: 20px; }
  .copyright::before { width: 40%; }
}


/********************************** 
  Page css
**********************************/
.page-wrapper .page-title h1 { display: block; font-size: 38px; font-weight: 700; color: var(--theme-color); text-transform: uppercase; }
.page-wrapper .page-elements { margin: 50px 0 0 0; }
.page-wrapper .element-video { padding: 0; margin: 30px 0; }
.page-wrapper .element-video video { z-index: 2; width: 100%; max-width: 100%; margin: 0; border: 0; outline: 0; }
.page-wrapper .element-video video::-webkit-media-controls { display: none; border: 0; outline: 0; }
.page-wrapper .element-file a { display: grid; grid-template-columns: auto 1fr; align-items: center; justify-items: start; align-content: center; justify-content: start; column-gap: 1.5rem; border: 2px solid var(--theme-color2); padding: 12px 20px; margin-bottom: 20px; border-radius: 30px 30px 30px 0; transition: var(--transition2); }
.page-wrapper .element-file a i { font-size: 20px; font-weight: 600; color: var(--theme-color); }
.page-wrapper .element-file a h4 { font-size: 17px; font-weight: 500; color: var(--color-dark); }
.page-wrapper .element-file a:hover { background-color: var(--theme-color2); }
.page-wrapper .element-file a:hover h4 { color: var(--color-white); }
.page-wrapper .element-link a { display: grid; grid-template-columns: auto 1fr; align-items: center; justify-items: start; align-content: center; justify-content: start; column-gap: 1.5rem; border: 2px solid var(--theme-color2); padding: 12px 20px; margin-bottom: 20px; border-radius: 30px 30px 30px 0; transition: var(--transition2); }
.page-wrapper .element-link a i { font-size: 20px; font-weight: 600; color: var(--theme-color); }
.page-wrapper .element-link a h4 { font-size: 17px; font-weight: 500; color: var(--color-dark); }
.page-wrapper .element-link a:hover { background-color: var(--theme-color2); }
.custom-info { position: relative; padding: 0 0 30px 0; margin: 0; font-size: 17px; line-height: 1.6; color: var(--color-dark); text-align: justify; }
.custom-info * { font-size: 17px; line-height: 1.6; }
.custom-info h1 { display: block; margin: 10px 0; padding: 0; line-height: 1.6; font-size: 32px; font-weight: 700; }
.custom-info h2 { display: block; margin: 10px 0; padding: 0; line-height: 1.6; font-size: 26px; font-weight: 700; }
.custom-info h3 { display: block; margin: 10px 0; padding: 0; line-height: 1.6; font-size: 20px; font-weight: 700; }
.custom-info p { display: block; margin: 15px 0; padding: 0; font-size: 17px; line-height: 1.6; text-align: justify; }
.custom-info p * { font-size: 17px; line-height: 1.6; }
.custom-info a { font-size: 17px; text-decoration: underline; color: var(--theme-color); }
.custom-info .theme-btn { font-size: 17px; text-decoration: none; background: var(--theme-color2); color: var(--color-white); }
.custom-info .theme-btn:hover { text-decoration: none; color: var(--color-white); }
.custom-info img { max-width: 100% !important; height: auto !important; min-height: auto !important; margin: 0 10px 0 0; }
.custom-info * img { max-width: 100% !important; height: auto !important; min-height: auto !important; }
.custom-info iframe { width: 100%; max-width: 100%; min-height: 400px; }
.custom-info ul { margin: 15px 0; }
.custom-info ul li, .custom-info ol li { margin: 0 0 15px 0; font-size: 17px; }
.custom-info ul li:before { font-family: "Font Awesome 5 Pro"; content: "\f105"; color: var(--theme-color); margin: 0 15px 0 0; font-size: 18px; }
.custom-info table { width: 100%; max-width: 100%; min-width: 100%; margin: 20px 0 40px 0; }
.custom-info table tr { background: var(--white); }
.custom-info table tr:nth-child(even) { background: var(--table-even); }
.custom-info table tr:nth-child(odd) { background: var(--table-odd); }
.custom-info table th { border: 1px solid var(--table-border); padding: 10px; font-size: 17px; color: var(--color-dark); text-align: left; vertical-align: middle; line-height: normal; }
.custom-info table td { border: 1px solid var(--table-border); padding: 10px; font-size: 17px; color: var(--color-dark); text-align: left; vertical-align: middle; line-height: normal; }
.custom-info table th * { margin: 0; padding: 0; font-size: 17px; color: var(--color-dark); }
.custom-info table td * { margin: 0; padding: 0; font-size: 17px; color: var(--color-dark); }
.custom-image { text-align: center; margin: 20px 0; }
.custom-image img { max-width: 100%; margin: 0 auto; }
.page-wrapper .element-gallery { padding: 30px 0; margin: 30px 0; }
.page-wrapper .element-image { padding: 30px 0; margin: 0; }
.page-wrapper .element-image h2 { display: block; margin: 0 0 20px 0; padding: 0; line-height: normal; font-size: 26px; font-weight: 600; }
.page-wrapper .element-image figure { display: block; width: 100%; text-align: center; }
.page-wrapper .element-image figure img { max-width: 100%; height: auto; border-radius: 20px; }


/********************************** 
  Popup Alert css
**********************************/
.alert-info { background: #fff; border: 0; padding: 0; margin: 0; border-radius: 10px; }
.customized_notify { box-shadow: 0 0 10px rgba(0, 0, 0, .4); }
.customized_notify * { text-decoration: none !important; }
.customized_notify .info { display: grid; width: 100%; grid-template-columns: auto 1fr; column-gap: 1rem; align-items: center; justify-items: center; align-content: center; justify-content: center; padding: 10px 30px 10px 20px; color: var(--theme-color); }
.customized_notify .info img { height: 60px; margin: 0; padding: 0; }
.customized_notify .info h4 { display: grid; width: 100%; row-gap: .4rem; align-items: center; justify-items: center; align-content: center; justify-content: center; height: 60px !important; margin: 0 !important; padding: 0 !important; text-align: center; }
.customized_notify .info h4 strong { margin: 0; padding: 0; font-size: 18px; text-decoration: none; color: var(--theme-color); font-weight: 600; }
.customized_notify .info h4 span { margin: 0; padding: 0; font-size: 13px; color: var(--color-dark) !important; font-weight: normal; }
.customized_notify .info a { text-decoration: none !important; }
.customized_notify .info:hover a { text-decoration: none !important; }
.customized_notify .info a:hover { text-decoration: none !important; }
.customized_notify .close { right: -10px !important; top: -5px !important; float: right; font-size: 32px; font-weight: 700; line-height: 1; background: var(--theme-color); color: var(--color-white); border-radius: 5px; padding: 0; width: 30px; height: 30px; line-height: 30px; text-align: center; opacity: 1 !important; border: 0 !important; outline: 0 !important; }
.customized_notify .close:focus, .customized_notify .close:hover { border: 0 !important; outline: 0 !important; }

@media only screen and (max-width:768px) {
  .customized_notify { left: 15px !important; bottom: 0; right: 15px !important; width: auto; max-width: 100%; margin: 0; padding: 0; }
  .customized_notify .info { padding: 5px; }
  .customized_notify .info img { width: 55px; height: auto; margin: 0 0 0 10px; padding: 0; }
  .customized_notify .info h4 { height: auto; margin: 0; padding: 0; }
  .customized_notify .info h4 strong { font-size: 16px; }
}
