@import url("https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&family=Mukta:wght@200;300;400;500;600;700;800&display=swap");


@font-face {
  font-family: "Mukta";
  src: url("https://fonts.gstatic.com/s/mukta/v13/LOa2h7J2lG4lZAVZOg.woff2") format("woff2"),
       url("https://fonts.gstatic.com/s/mukta/v13/LOa2h7J2lG4lZAVZOg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mukta";
  src: url("https://fonts.gstatic.com/s/mukta/v13/LOa2h7J2lG4lZAVZOg.woff2") format("woff2"),
       url("https://fonts.gstatic.com/s/mukta/v13/LOa2h7J2lG4lZAVZOg.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
:root {
  --primary: #184171;
  --secondary: #4281e2;
  --text-1: #000;
  --text-2: #1a1a1a;
  --light: #fff;
  --transition: all 0.5s linear;
  --transition-2: all 0.5s ease-in-out;
  --primary-font: "Mukta", sans-serif;
  --secondary-font: "Mukta", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

a,
a:hover,
a:active {
  text-decoration: none;
}

body {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  background-color: var(--light);
  color: var(--text-2);
  overflow-x: clip;
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
h1,
h2,
h3,
h5,
h4,
h6 {
  font-family: var(--primary-font);
  font-weight: 500;
  margin: 0;
  color: var(--text-1);
  line-height: 1;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

a,
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
p {
  font-size: 18px;
  color: var(--text-2);
  margin: 0 0 6px;
  line-height: 1.6;
  font-family: var(--secondary-font);
}
p:last-child {
  margin-bottom: 0;
}
strong {
  font-weight: 700;
}
.content__area p {
  font-size: 18px;
  margin: 10px 0 0;
}
.content__area a {
  color: var(--text-2);
  font-size: 18px;
  text-decoration: underline;
}
.content__area figure {
  width: 100% !important;
}
.content__area li {
  font-size: 18px;
}
.wrapper,
.wrapper-small {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}
.wrapper-small {
  max-width: 1200px;
}
.section-wrap {
  max-width: 790px;
  margin: 0 auto 35px;
  text-align: center;
}
.section-title {
  font-size: clamp(36px, 6vw, 80px);
  margin: 0 0 18px;
  letter-spacing: -5%;
}
.entry-title,
.entry-title-small,
.content__area h3 {
  font-size: clamp(22px, 2vw, 28px);
  letter-spacing: -3%;
  line-height: 1.1;
}
.entry-title a {
  color: var(--text-1);
}
.entry-title-small {
  font-size: clamp(20px, 2vw, 30px);
  color: #253985;
  font-weight: 600;
  margin-bottom: clamp(10px, 2vw, 20px)
}
.btn {
  font-family: var(--secondary-font);
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 500;
  color: var(--light);
  background-color: var(--primary);
  border-radius: 50px;
  padding: clamp(6px, 2vw, 10px) clamp(18px, 2vw, 28px);
  border: 1px solid var(--primary);
  display: block;
  width: fit-content;
  white-space: nowrap;
  transition: var(--transition-2);
  line-height: 1.3;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 14px;
}
.btn svg {
  fill: var(--light);
  transition: var(--transition-2);
}
.btn:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
  color: var(--light);
}
a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link {
    color: inherit !important;
    text-decoration: none !important;
}

.btn-secondary {
  border-color: var(--secondary);
  background-color: var(--secondary);
}
.btn-secondary:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn-white {
  background-color: var(--light);
  border-color: var(--light);
  color: var(--primary);
}
.btn-white svg {
  fill: var(--primary);
}
.btn-white:hover {
  border-color: var(--light);
  background-color: transparent;
}
.btn-white:hover svg {
  fill: var(--light);
}
.btn-outline {
  background-color: transparent;
  border: 1px solid #929497;
  color: var(--primary);
}
.uk-link, a {
  color: unset;
}
.btn-outline svg {
  fill: var(--primary);
}
.btn-outline:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--light);
}
.btn-outline:hover svg {
  fill: var(--light);
}

.section-top {
  margin-top: 80px;
}
.section-top-small {
  margin-top: 60px;
}
.padding-tb {
  padding: clamp(30px, 6vw, 60px) 0;
}
.margin-tb{
  padding: clamp(30px, 6vw, 60px) 0;
}
.content__area h2 {
  margin: 0 0 12px;
}
.content__area h3 {
  margin: 0 0 12px;
}
.content__area img {
  border-radius: 10px;
}
button {
  cursor: pointer;
}

.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
}

@media(max-width:495px){
  .btn-white {
    display: none;
  }
}

/* Header section start  */
.site-header {
  /* position: fixed; */
  top: 0;
  width: 100%;
  z-index: 999;
}
.default-header {
  position: relative;
  background-color: var(--primary);
}
.site-header__wrapper {
  display: flex;
  gap: 45px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 35px 0;
}
.site-header.sticky {
  background-color: var(--primary);
}
.site-header.sticky .site-header__wrapper {
  padding: 20px 0;
}
.site-header,
.default-header {
  /* position: sticky; */
  top: 0;
  width: 100%;
  z-index: 999;
}
.site-header .header-top{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: clamp(20px, 2vw, 30px);
  margin-top: clamp(20px, 2vw, 30px);

}
.site-header-wrapper {
  background: #253985;
  position: sticky;
  top: 0;
  z-index: 999;
}
.header-wrapper  p{
  font-size: 15px;
  font-weight: 500;
}
.search-input-wrapper{
  position: relative;
}
form svg{
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 10px;
}
.search-input {
    border: none;
    color: #000;
    padding: 10px 30px;
    font-size: 14px;
    outline: none;
    flex: 1;
    border-radius: 25px;
}



.site-header.sticky .site-header__wrapper,
.default-header.sticky .site-header__wrapper {
  padding: 20px 0;
}
.site-branding .site-title {
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 600;
  text-decoration: none;
}
.site-branding .custom-logo-link img {
  width: 110px;
  margin-bottom: clamp(15px, 2vw, 20px);
}
.nav-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  align-items: center;
}
.nav-wrapper  > div{
  display: flex;
  gap: 60px;
}
.header-button {
  display: flex;
  align-items: center;
  gap: 15px;
}
.nav-wrapper >div >div{
  display: flex;
  align-items: center;
  gap: 40px;
}

.nav-wrapper .en a{
  background: #DE1D3E;
    padding: 16px 15px 8px;
    display: block;
    color: var(--light) !important;
}
#primary-menu,
#primary-menu1 {
  display: flex;
  align-items: center;
  
  list-style: none;
  margin: 0;
  padding: 0;
}
#primary-menu > li,
#primary-menu1 > li {
  position: relative;
}
#primary-menu > li > a,
#primary-menu1 > li > a {
  font-weight: 500;
  font-size: 18px;
  position: relative;
  color: var(--light);
  font-family: var(--secondary-font);
  transition: var(--transition-2);
}
#primary-menu > li > a:hover,
#primary-menu > li:hover > a,
#primary-menu > li > a:hover,
#primary-menu1 > li > a:hover {
    color: #fff !important;
    background-color: #de1d3e;
}
#menu-item-22:hover .mega-menu {
  display: block;
}
#primary-menu > li > a {
  padding: 12px 15px 12px;
  display: block;
}
.current_page_item {
  background: #DE1D3E;
}


/* footer-start */
.footer__section{
  margin-top: clamp(40px,6vw,80px);
  background: #B3E4FF;
}
.footer-center{
  padding-top: clamp(25px,3vw,50px);
  text-align: center;
}
.footer-logo img{
  width: 98px;
  height: 78px;
}

.footer-bottom{
  background: #253985;
}
.footer-bottom p{
  text-align: center;
  color: var(--light);
  font-weight: 400;
  padding: 10px;
}
.footer-contact{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
}
.footer-header h3{
  line-height: 1.5;
}
.footer-header p{
  line-height: 1.2;
}
.footer-contact .mail{
  display: flex;
  border-right: 1px solid #000;
  gap: 10px;
}
.footer-contact .globe{
  display: flex;
  gap: 10px;
  padding-left: 20px;
  border-right: 1px solid #000;
}
.footer-contact .globe p{
  padding-right: 20px;
}
.footer-contact .location{
  display: flex;
  gap: 10px;
  padding-left: 20px;
}
.footer-contact .mail p{
  padding-right: 20px;
}
.social-media{
    display: flex;
    gap: 20px;
    justify-content: center;
    padding-bottom: 20px;
}
.footer__section{
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.footer__section::before {
  position: absolute;
  content: url(../images/footer-bg.png);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  filter: brightness(0) invert(1);
}

@media(max-width:709px){
  .main-navigation{
    display: none;
  }
  .nav-wrapper .search-input-wrapper{
    display: none;
  }
}

.gallery {
  margin: 1.5em 0;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 0;
}
.gallery-item img {
  height: auto;
  width: 100%;
  object-fit: cover;
  margin: 0 !important;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}


@media (max-width:768px){
  .header-wrapper{
    text-align: center;
  }

  .site-header .header-top {
    justify-content: center;
  }
}

/* burger-menu */
#offcanvas-overlay .uk-offcanvas-bar {
  background: #ffffff;
  width: 400px;
  padding: 40px 30px;
  font-family: 'Mukta', sans-serif;
  box-shadow: 8px 0 30px rgba(0,0,0,0.12);
  overflow-y: auto;
}

#offcanvas-overlay .uk-offcanvas-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #999;
  opacity: 1;
  padding: 8px;
  transition: all 0.3s ease;
}

#offcanvas-overlay .uk-offcanvas-close:hover {
  color: #000;
  transform: scale(1.1);
}


.offcanvas-logo {
  text-align: center;
  margin-bottom: clamp(20px, 3vw, 40px);
  padding-bottom: clamp(20px,3vw,30px);
  border-bottom: 1px solid #eee;
}

.offcanvas-logo .custom-logo {
  width: auto;
  margin-bottom: 15px;
  border-radius: 8px;
}

.offcanvas-logo .site-title a {
  font-family: 'Mukta', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  text-decoration: none;
  letter-spacing: -0.5px;
}

.offcanvas-logo .site-description {
  font-size: 14px;
  color: #888;
  margin-top: 8px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.mobile-navigation #mobile-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-navigation #mobile-menu > li {
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
}

.mobile-navigation #mobile-menu > li > a {
  display: block;
  padding: 14px 0;
  font-family: 'Mukta', sans-serif;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 600;
  color: rgba(0, 0, 0, 0.72);
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  position: relative;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom: 1px solid transparent;
}

.mobile-navigation #mobile-menu > li > a:hover {
  color: #000000 !important;
  padding-left: 8px;
  border-bottom-color: #000;
}

.mobile-navigation #mobile-menu > li.current-menu-item > a,
.mobile-navigation #mobile-menu > li.current_page_item > a {
  color: #DE1D3E !important;
  font-weight: 700;
}


.mobile-navigation #mobile-menu ul.sub-menu {
  padding-left: 20px;
  margin: 10px 0;
  border-left: 2px solid #ddd;
}

.mobile-navigation #mobile-menu ul.sub-menu li a {
  font-size: 17px;
  font-weight: 500;
  text-transform: none;
  color: rgba(0, 0, 0, 0.6);
  padding: 10px 0;
}

.mobile-navigation #mobile-menu ul.sub-menu li a:hover {
  color: #000;
  padding-left: 5px;
}


.uk-offcanvas-bar.uk-open {
  animation: slideInLeft 0.4s ease-out;
}
#offcanvas-overlay .mobile-navigation #mobile-menu li.current_page_item,
#offcanvas-overlay .mobile-navigation #mobile-menu li.current-menu-item,
#offcanvas-overlay .mobile-navigation #mobile-menu li.current-menu-ancestor {
  background: transparent !important;
}
@keyframes slideInLeft {
    from { transform: translateX(-100%); }
    to { transform: translateX(0); }
}
@media(max-width:420px){
  #offcanvas-overlay .uk-offcanvas-bar {
    width: 320px;
  }
}