@charset "UTF-8";
@import 'plugins.css';

:root {
  --body-font: 'Roboto', sans-serif;
  --heading-font: 'Yantramanav', sans-serif;
  --heading-font2: "Oswald", sans-serif;
  --theme-color: #3F9DB9;
  --theme-color2: #5fbace;
  --theme-color-light: rgb(17, 110, 99, 0.09);
  --theme-bg-light: #F2F3F5;
  --body-text-color: #111;
  --color-white: #fff;
  --color-dark: #2C3E50;
  --hero-sub-title-bg: var(--theme-color);
  --hero-text-shadow: 0 0 10px #333;
  --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: #666;
  --placeholder-color: #777;
  --breadcrumb-bg: #000000;
  --feature-bg: rgba(255, 255, 255, .7);
  --aboutus-bg: #fff;
  --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);
  --box-shadow3:0 0 30px 5px rgba(0, 0, 0, .15);
  --transition: all .5s ease-in-out;
  --transition2:all .2s ease-in-out;
}

/********************************** 
  General css
**********************************/
*, *:before, *:after { box-sizing: inherit; }
* { scroll-behavior: inherit !important; }
html { margin: 0; padding: 0; overflow-x: hidden; }
body { height: auto; width: 100%; margin: 0; padding: 0; box-sizing: border-box; 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); }


/********************************** 
  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; 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; }
.site-heading h3 { display: block; line-height: normal; font-size: 20px; font-weight: 400; 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-right: 5px; 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); }


/********************************** 
  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; }


/********************************** 
  Header top css
**********************************/
.header-top { padding: 14px 0 15px 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: 16px; }
.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-contact ul li a img { height: 24px; }
.header-top-contact ul li a:hover { text-decoration: underline; }
.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: 40px; height: 40px; line-height: 40px; color: var(--color-white); font-size: 18px; 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); }
.mobile-buttons { 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; row-gap: 2rem; }


/********************************** 
  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: 85%; margin: 0; }
.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; }


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


/********************************** 
  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; }


/********************************** 
  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 { height: 70vh; position: relative; z-index: 1; background-position: center !important; background-size: cover !important; background-repeat: no-repeat !important; display: flex; align-items: center; justify-content: center; }
.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: 42px; font-weight: 800; margin: 20px 0; text-transform: none; text-shadow: var(--hero-text-shadow); }
.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%); }


/********************************** 
  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); }


/********************************** 
  Feature css
**********************************/
.feature-area { position: relative; z-index: 1; margin: 40px 10px; }
.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 #ddd; }
.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(--color-dark); font-size: 22px; 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: 300; font-size: 17px; }


/********************************** 
  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); }


/********************************** 
  Cta css
**********************************/
.cta-area { position: relative; background-repeat: no-repeat; background-position: center; background-size: cover; }
.cta-content { position: relative; padding: 120px 20px; margin-top: -40px; z-index: 1; text-align: center; }
.cta-content::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--theme-color); border-radius: 80px 80px 80px 0; z-index: -1; }
.cta-content::after { content: ""; position: absolute; left: 8px; top: 8px; bottom: 8px; right: 8px; border: 8px double var(--color-white); border-radius: 70px 70px 70px 0; z-index: -1; }
.cta-content h2 { display: block; margin: 0; padding: 0; color: var(--color-white); font-size: 38px; text-align: center; font-weight: 600; line-height: normal; }
.cta-content h3 { display: block; margin: 0; padding: 20px; color: var(--color-white); text-align: center; line-height: normal; font-size: 18px; font-weight: 400; }
.cta-content .cta-logo { display: block; text-align: center; margin: 20px 0 0 0; }
.cta-content .cta-logo img { width: 60%; margin: 0 auto; border-radius: 50px; }
.cta-btn .theme-btn { background: var(--color-white); color: var(--color-dark); }
.cta-btn .theme-btn:hover { color: var(--color-white); }


/********************************** 
  Events css
**********************************/
.event-item { position: relative; background: var(--color-white); padding: 20px; margin-bottom: 25px; box-shadow: var(--box-shadow); border-radius: 40px; }
.event-item .event-img { position: relative; overflow: hidden; border-radius: 40px; display: grid; justify-content: center; align-content: center; justify-items: center; align-items: center; width: 100%; text-align:center; }
.event-item .event-img img { width: 100% !important; border-radius: 40px; margin: 0 auto; }
.event-item:hover .event-img img { transform: scale(1.1); }
.event-item .event-date { margin: 10px 0 5px 0; color: var(--date-color); font-size: 13px; }
.event-item .event-date i { color: var(--date-color); }
.event-item .event-title { margin-bottom: 10px; }
.event-item .event-title a { color: #245897; font-size: 19px; font-weight: 600; text-transform: uppercase; }
.event-item .event-title:hover a { color: var(--theme-color); }
.event-item .event-btn { margin-top: 20px; }
.event-item .event-btn .theme-btn { padding: 11px 15px; }

.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: 20px; margin-bottom: 25px; overflow: hidden; box-shadow: var(--box-shadow); }
.department-item:hover .department-icon img { transform: scale(1.1); }
.department-item .department-info { padding: 0; }
.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-title { margin: 0; }
.department-title a { color: #245897; font-size: 19px; font-weight: 600; }
.department-title:hover a { color: var(--theme-color); }
.department-item .department-btn { margin-top: 20px; }
.department-item .department-btn .theme-btn { padding: 11px 15px; }

.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); }


/********************************** 
  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); }


/********************************** 
  Results css
**********************************/
.results-form { padding: 40px; border-radius: 10px; background: var(--color-white); box-shadow: var(--box-shadow3); }
.results-form #results-form { padding: 30px 10px; text-align: center; }
.results-form #results-form .form-group { position: relative; display: block; margin: 10px 0; }
.results-form #results-form .form-group .js_error_string { position: absolute; display: block; height: 50px; line-height: 50px; top: 0; right: 10px; padding: 0; margin: 0; color: red; font-size: 14px; }
.results-form #results-form .form-group .error_string { display: block; padding: 10px; margin: 0; color: red; font-size: 14px; }
.results-form #results-form .form-group .form-control { height: 50px; line-height: 50px; padding: 0 20px; border-radius: 12px; box-shadow: none; transition: var(--transition); }
.results-form #results-form .form-group .form-control:focus { border-color: var(--theme-color2); }

.results-data { padding: 40px; border-radius: 10px; background: var(--color-white); box-shadow: var(--box-shadow3); text-align: center; }
.results-data h2 { display: block; padding: 15px 0; margin: 0; font-size: 22px; font-weight: 500; border-bottom: 1px solid #ddd; }
.results-data h3 { display: block; padding: 15px 0; margin: 0; font-size: 18px; font-weight: 400; border-bottom: 1px solid #ddd; }
.results-data h3 strong { display: block; text-align: center; margin: 5px 0 0 0; }
.results-data p { display: block; padding: 15px 0; margin: 0; font-size: 14px; font-weight: 400; }
.results-data .theme-btn { margin-top: 40px; font-size: 18px; font-weight: 400; }
.results-data .reset-btn { margin: 15px 0 0 0; background: transparent; border: 0; outline: 0; font-size: 15px; color: var(--theme-color); text-decoration: underline; }
.results-data .reset-btn:hover { color: var(--color-dark); }

.results-data table { width: 100%; max-width: 100%; min-width: 100%; margin: 20px 0 40px 0; }
.results-data table tr { background: var(--white); }
.results-data table tr:nth-child(even) { background: var(--table-even); }
.results-data table tr:nth-child(odd) { background: var(--table-odd); }
.results-data table th { border: 1px solid var(--table-border); padding: 15px 5px; font-size: 17px; background: var(--theme-color2); color: var(--color-white); text-align: left; vertical-align: middle; line-height: normal; }
.results-data table td { border: 1px solid var(--table-border); padding: 15px 5px; font-size: 17px; color: var(--color-dark); text-align: left; vertical-align: middle; line-height: normal; }
.results-data table th * { margin: 0; padding: 0; font-size: 17px; color: var(--color-dark); }
.results-data table td * { margin: 0; padding: 0; font-size: 17px; color: var(--color-dark); }
.results-data table td i { font-size: 22px; }


/********************************** 
  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-form .contact-form-message { text-align: center; font-size: 22px; padding: 20px 0; }
.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; }

.contact-facebook { margin: -10px 0 50px; }
.contact-facebook-link { display: grid; grid-template-columns: 72px minmax(0, 1fr) auto; align-items: center; gap: 22px; position: relative; padding: 22px 26px; overflow: hidden; border: 1px solid rgba(63, 157, 185, .18); border-radius: 28px 28px 28px 0; background: linear-gradient(135deg, var(--color-white) 0%, #f3fbfd 100%); box-shadow: var(--box-shadow); color: var(--color-dark); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.contact-facebook-link::after { content: ""; position: absolute; top: -55px; right: -35px; width: 150px; height: 150px; border-radius: 50%; background: rgba(24, 119, 242, .08); pointer-events: none; }
.contact-facebook-link:hover { transform: translateY(-3px); border-color: rgba(24, 119, 242, .32); box-shadow: var(--box-shadow2); color: var(--color-dark); }
.contact-facebook-icon { display: inline-flex; align-items: center; justify-content: center; width: 72px; height: 72px; border-radius: 24px 24px 24px 0; background: #1877f2; color: var(--color-white); font-size: 32px; box-shadow: 0 12px 25px rgba(24, 119, 242, .22); }
.contact-facebook-content { display: grid; gap: 3px; min-width: 0; line-height: 1.35; }
.contact-facebook-kicker { color: #1877f2; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-facebook-content strong { color: var(--color-dark); font-family: var(--heading-font); font-size: 23px; line-height: 1.2; }
.contact-facebook-text { color: var(--body-text-color); font-size: 15px; }
.contact-facebook-action { display: inline-flex; align-items: center; justify-content: center; gap: 9px; position: relative; z-index: 1; min-width: 170px; padding: 12px 18px; border-radius: 50px; background: #1877f2; color: var(--color-white); font-size: 14px; font-weight: 600; line-height: 1.2; transition: background-color .25s ease, transform .25s ease; }
.contact-facebook-link:hover .contact-facebook-action { background: #0f63d8; transform: translateX(2px); }

.captcha-code { height: 54px; line-height: 54px; padding: 0 20px; float: left; margin: 0 10px 0 0; border-radius: 12px; background: var(--theme-color); color: var(--color-white); font-size: 17px; letter-spacing: .5px; }
.form-control.captcha { float: left; width: 200px; }
.captcha-require { padding: 5px 10px; color: red; font-size: 14px; }


/********************************** 
  Team css
**********************************/
.team-area { position: relative; overflow: hidden; }
.team-item { position: relative; background: var(--color-white); padding: 15px; margin-bottom: 25px; border-radius: 60px 60px 60px 0; overflow: hidden; box-shadow: var(--box-shadow); transition: var(--transition); }
.team-item:hover { transform: translateY(-10px); }
.team-img img { border-radius: 50px 50px 50px 0; }
.team-content { margin-top: 15px; position: relative; }
.team-bio { padding: 0 30px 0 0; }
.team-bio h5 { font-size: 20px; margin-top: 5px; margin-bottom: 10px; text-transform: none; }
.team-bio h5 a:hover { color: var(--theme-color); }
.team-bio span { display: block; font-size: 13px; font-weight: 500; color: var(--theme-color); text-transform: uppercase; letter-spacing: 0; line-height: normal !important; }
.team-social-btn { position: absolute; right: -5px; bottom: 25px; width: 45px; height: 45px; line-height: 45px; padding-left: 12px; border-radius: 50px 50px 0 50px; cursor: pointer; background: var(--theme-color); color: var(--color-white); transition: var(--transition); }
.team-item:hover .team-social-btn { background: var(--theme-color2); }
.team-social { position: absolute; margin-bottom: 10px; text-align: center; top: 50px; right: 0px; opacity: 0; transition: var(--transition); }
.team-item:hover .team-social { opacity: 1; right: 30px; }
.team-social a { display: block; color: var(--color-white); padding: 5px 15px; margin-bottom: 10px; border-radius: 50px 50px 50px 0; background: var(--theme-color2); box-shadow: var(--box-shadow); transition: var(--transition); }
.team-social a:hover { background: var(--theme-color); color: var(--color-white); }
.team-area2 .team-item { padding: 0px 30px 30px 30px; background: transparent; box-shadow: none; overflow: unset; }
.team-area2 .team-item::before { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 80%; border-radius: 15px; background: var(--color-white); box-shadow: var(--box-shadow) !important; z-index: -1; }
.team-area2 .team-img img { border-radius: 50px 50px 50px 0; }
.team-area2 .team-content { margin-top: 30px; }
.team-area2 .team-social-btn { bottom: 39px; }
.team-area2 .team-social-btn { right: 0; }

.team-single-img img { border-radius: 50px 50px 50px 0; }
.team-details { padding: 45px; background: var(--theme-bg-light); border-radius: 50px 50px 50px 0; }
.team-details strong { color: var(--theme-color); font-weight: 500; }
.team-details .theme-btn { font-size: 18px; }
.team-details-info { margin: 20px 0; }
.team-details-info li { margin-bottom: 10px; }
.team-details-info a:hover { text-decoration: underline; }
.team-details-info a i { margin-right: 10px; color: var(--theme-color); }
.team-details-social a { margin-right: 15px; font-size: 20px; color: var(--theme-color2); display: inline-block; transition: all .5s ease-in-out; }
.team-details-social a:hover { color: var(--theme-color); }
.biography { padding-right: 20px; margin-bottom: 30px; }
.team-skill .progress-box h5 { color: var(--color-dark) }
.team-skill .pull-right { color: var(--theme-color2); }
.team-skill .progress-box .progress { background: var(--theme-bg-light); }


/********************************** 
  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; max-width: 400px; margin: 0; }
.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 { width: 100%; border-radius: 30% 0 30% 30%; }


/********************************** 
  Breadcrumb css
**********************************/
.site-breadcrumb { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background-repeat: repeat !important; background-position: center !important; background-size: auto !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: #333; opacity: 0; z-index: -1; }
.site-breadcrumb .breadcrumb-title { font-size: 45px; color: #27579A; font-weight: 700; margin: 0; text-transform: none; }
.site-breadcrumb .breadcrumb-menu { position: relative; z-index: 1; display: none; }
.site-breadcrumb .breadcrumb-menu li { position: relative; display: inline-block; margin-left: 25px; color: var(--color-white); font-weight: 500; text-transform: none; }
.site-breadcrumb .breadcrumb-menu li a { color: var(--theme-color); 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); text-decoration: underline; }
.site-breadcrumb .breadcrumb-menu li.active { color: var(--theme-color2); }


/********************************** 
  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; }


/********************************** 
  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); }


/********************************** 
  Map css
**********************************/
.map-area { position: relative; margin: 60px 0 0 0; }
.map-area iframe { width: 100%; height: 450px; }


/********************************** 
  Footer css
**********************************/
.footer-area { background: var(--footer-bg); position: relative; z-index: 1; margin: 0; padding: 35px 0; text-align: center; }
.footer-area a { color: var(--color-white); font-size: 14px; font-weight: 300; text-decoration: underline; }
.footer-area a img { margin: 0; padding: 0; max-width: 70%; }


/********************************** 
  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; 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); }
.page-wrapper .element-link a:hover i { color: var(--color-white); }
.page-wrapper .element-link a:hover h4 { color: var(--color-white); }

.page-wrapper .element-link-image { display: inline-block; width: 24.59%; position: relative; background: var(--color-white); border-radius: 40px 40px 40px 0; padding: 10px; overflow: hidden; box-shadow: var(--box-shadow); }
.page-wrapper .element-link-image:hover figure img { transform: scale(1.1); }
.page-wrapper .element-link-image figure { position: relative; overflow: hidden; border-radius: 40px 40px 40px 0; margin-bottom: 15px; }
.page-wrapper .element-link-image figure img { width: 100% !important; border-radius: 40px 40px 40px 0; }
.page-wrapper .element-link-image h4 { display: grid; justify-content: start; align-content: start; height: 60px; padding: 0 10px; color: #245897; font-size: 19px; font-weight: 600; }
.page-wrapper .element-link-image h4:hover { color: var(--theme-color); }

.custom-info { position: relative; padding: 10px 0; margin: 0; font-size: 18px; line-height: 1.6; color: var(--color-dark); text-align: justify; }
.custom-info * { font-size: 18px; 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: 10px 0; padding: 0; font-size: 18px; line-height: 1.6; text-align: justify; }
.custom-info p * { font-size: 18px; line-height: 1.6; }
.custom-info a { font-size: 18px; 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: 18px; }
.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: 5px; font-size: 17px; color: var(--color-dark); text-align: left; vertical-align: middle; line-height: normal; }
.custom-info table td { width: 50%; border: 1px solid var(--table-border); padding: 5px; 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: 0; margin: 20px 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: 50px; 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: 24px; text-decoration: none; color: #0866ff; 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: #0866ff; 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; }