@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------------------------------

Prototype Version:  2.4

*/

@font-face {
    font-family: 'Assistant';
    src: url('../fonts/Assistant-Bold.eot');
    src: url('../fonts/Assistant-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Assistant-Bold.woff2') format('woff2'),
    url('../fonts/Assistant-Bold.woff') format('woff'),
    url('../fonts/Assistant-Bold.ttf') format('truetype'),
    url('../fonts/Assistant-Bold.svg#Assistant-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Assistant';
    src: url('../fonts/Assistant-ExtraBold.eot');
    src: url('../fonts/Assistant-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Assistant-ExtraBold.woff2') format('woff2'),
    url('../fonts/Assistant-ExtraBold.woff') format('woff'),
    url('../fonts/Assistant-ExtraBold.ttf') format('truetype'),
    url('../fonts/Assistant-ExtraBold.svg#Assistant-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Assistant';
    src: url('../fonts/Assistant-Medium.eot');
    src: url('../fonts/Assistant-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Assistant-Medium.woff2') format('woff2'),
    url('../fonts/Assistant-Medium.woff') format('woff'),
    url('../fonts/Assistant-Medium.ttf') format('truetype'),
    url('../fonts/Assistant-Medium.svg#Assistant-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Assistant';
    src: url('../fonts/Assistant-Regular.eot');
    src: url('../fonts/Assistant-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Assistant-Regular.woff2') format('woff2'),
    url('../fonts/Assistant-Regular.woff') format('woff'),
    url('../fonts/Assistant-Regular.ttf') format('truetype'),
    url('../fonts/Assistant-Regular.svg#Assistant-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Assistant';
    src: url('../fonts/Assistant-Light.eot');
    src: url('../fonts/Assistant-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Assistant-Light.woff2') format('woff2'),
    url('../fonts/Assistant-Light.woff') format('woff'),
    url('../fonts/Assistant-Light.ttf') format('truetype'),
    url('../fonts/Assistant-Light.svg#Assistant-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Assistant';
    src: url('../fonts/Assistant-ExtraLight.eot');
    src: url('../fonts/Assistant-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Assistant-ExtraLight.woff2') format('woff2'),
    url('../fonts/Assistant-ExtraLight.woff') format('woff'),
    url('../fonts/Assistant-ExtraLight.ttf') format('truetype'),
    url('../fonts/Assistant-ExtraLight.svg#Assistant-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Assistant';
    src: url('../fonts/Assistant-SemiBold.eot');
    src: url('../fonts/Assistant-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Assistant-SemiBold.woff2') format('woff2'),
    url('../fonts/Assistant-SemiBold.woff') format('woff'),
    url('../fonts/Assistant-SemiBold.ttf') format('truetype'),
    url('../fonts/Assistant-SemiBold.svg#Assistant-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Table of Contents
-----------------------------------------------------------------------------

1. Clean Base
2. Base Typography
3. Images
4. Links
5. Forms
6. Tables
7. Framework

*/
:root {
    --primary-color: #3970a1;
    --white-color: #ffffff;
    --black-color: #000000;
    --blue-color: #000b47;
    --gray-color: #efeee8;
    --yeallow-color: #fccb0c;
    --pink-color: #ff3041;
}

::selection {
    color: var(--white-color);
    background-color: var(--primary-color);
}

/* 1. Create a Clean Base
------------------------------------------------------------------------------*/

html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address,
small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label, input, textarea, option, .nobox {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}

blockquote, q {
    quotes: none;
}

br {
    height: 0;
}

ul, ol, dl, li {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    -webkit-appearance: none;
    border: none;
    -webkit-text-size-adjust: none;
    width: 100vw;
}

/* Class for clearing floats */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.cf:after, .cf:before {
    display: table;
    content: ''
}

.cf:after {
    clear: both;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    direction: rtl;
}

/* 2. Define Base Typography
------------------------------------------------------------------------------*/

body {
    font-family: 'Assistant';
    font-size: 18px;
    line-height: 1.2;
    color: var(--black-color);
    min-height: 100%;
    height: auto;
}

body.login-page {
    height: 100%;
}

/* body.overflow-hidden{overflow: hidden;} */
/* Create the Default Headers  */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: bold;
}

/* Specific Header Settings */
h1, .h1 {
    font-size: 64px;
    font-weight: 800;
}

h2, .h2 {
    font-size: 33.35px;
    color: #ad08b2;
    font-weight: normal;
    line-height: 1;
}

h3, .h3 {
    font-size: 21.82px;
}

h4, .h4 {
    font-size: 15px;
}

h5, .h5 {
    font-size: 24px;
}

h6, .h6 {
    font-size: 18px;
}

/* Create the Default Paragraphs */
p {
    margin-bottom: 25px;
}

/* Other Typo */
strong {
    font-weight: bold;
}

hr {
    border: 0 #000 solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
}

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

/* 3. Images
------------------------------------------------------------------------------*/

/* Remove border around linked images */
img {
    max-width: 100%;
    border: 0;
    border-style: none;
}

/* 4. Links
------------------------------------------------------------------------------*/

/* Default Link Types */
a {
    text-decoration: none;
    transition: 0.5s;
    display: inline-block;
}


/* 5. Forms
------------------------------------------------------------------------------*/
input {
    font-family: var(--body-font);
}

input[type='submit'] {
    font-family: var(--body-font);
    -webkit-appearance: none;
    border: none;
    -webkit-text-size-adjust: none;
}

select {
    font-family: var(--body-font);
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

textarea {
    overflow: auto;
    font-family: var(--body-font);
}

::-webkit-input-placeholder {
    color: var(--black-color);
}

:-moz-placeholder {
    color: var(--black-color);
}

::-moz-placeholder {
    color: var(--black-color)
}

:-ms-input-placeholder {
    color: var(--black-color)
}

::-ms-input-placeholder {
    color: var(--black-color)
}

input, textarea, select, button {
    font-family: 'Assistant';
}

/* Removes fieldset borders. even on Opea 7 */
fieldset {
    border: 1px solid transparent;
}

/* 6. Tables
------------------------------------------------------------------------------*/

/* Table Fixes */
table {
    border-spacing: 0;
    border-collapse: collapse;
}

td {
    text-align: right;
    font-weight: normal;
}


/* 7. Framework
------------------------------------------------------------------------------*/

/* Common CSS */
/* container */
.container {
    max-width: 1200px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.col-12 {
    max-width: 100%;
}

.col-11 {
    max-width: 91.66666667%;
}

.col-10 {
    max-width: 83.33333333%;
}

.col-9 {
    max-width: 75%;
}

.col-8 {
    max-width: 66.66666667%;
}

.col-7 {
    max-width: 58.33333333%;
}

.col-6 {
    max-width: 50%;
}

.col-5 {
    max-width: 41.66666667%;
}

.col-4 {
    max-width: 33.33333333%;
}

.col-3 {
    max-width: 25%;
}

.col-2 {
    max-width: 16.66666667%;
}

.col-1 {
    max-width: 8.33333333%;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-start {
    align-items: flex-start;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: flex-end;
}

.row-reverse {
    flex-direction: row-reverse;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/*common margin style*/
.m0 {
    margin: 0 !important;
}

.mr20 {
    margin-right: 20px;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt50 {
    margin-top: 50px !important;
}

/*all padding zero*/
.p0 {
    padding: 0 !important;
}

.py-100 {
    padding: 100px 0;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px !important;
}

/*common display style*/
.dis-b {
    display: block
}

.pos_rel {
    position: relative;
}

.hidden {
    display: none !important;
}

/*border*/
.no_bdr {
    border: none !important;
}

/*common fonts style*/
.f16 {
    font-size: 16px !important;
}

.f18 {
    font-size: 18px !important;
}

.fbold {
    font-weight: bold;
}

/*transition effect*/
.tra, .login_box, .login_logo_box .view_btn::after, #menu_box .nav .nav-item, .login_box .
img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.unlisted {
    list-style: none;
}

section {
    padding: 50px 0;
}

.gray-bg {
    background: #efeee8;
}

.bg-set {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top_title {
    margin-bottom: 80px;
}

.top_title h2 {
    color: var(--black-color);
    text-transform: uppercase;
}

.top_title h2 span {
    color: var(--primary-color);
}

.btn {
    font-size: 16px;
    font-weight: 600;
    background-color: var(--white-color);
    border: 0;
    box-shadow: inset 0 0 0 2px var(--primary-color);
    color: var(--white-color);
    border-radius: 60px;
    padding: 15px 50px;
    transition: 0.3s;
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}

.btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--primary-color);
    color: var(--primary-color);
    z-index: -1;
    transition: 0.4s;
}

.btn:hover::before, .btn-border::before {
    width: 0px;
    left: auto;
    right: 0;
}

.btn-border, .btn:hover {
    color: var(--primary-color);
}

.btn-border:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}

.btn-border:hover {
    color: var(--white-color);
}

.btn-small {
    padding: 8px 18px;
}

.btn-blue {
    background: var(--blue-color);
}

.hyper-link {
    color: var(--primary-color);
    text-decoration: underline;
}

.hyper-link:hover {
    color: var(--red-color);
}


/* menu  */
#menu_icon, .bottom_blue_box {
    position: absolute;
    width: 98px;
    height: 88px;
    right: 0;
    z-index: 1;
}

#menu_icon {
    top: 0;
}

#menu_icon a {
    display: inline-block;
}

#menu_icon a img {
    width: 70%;
}

.bottom_blue_box {
    bottom: 0;
}

#menu_box {
    position: fixed;
    top: 0;
    right: -450px;
    width: 403px;
    height: 100vh;
    background: linear-gradient(to top right, #ad08b2, #1398e2);
    border-left: 4px solid var(--white-color);
    z-index: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.534);
    padding: 30px 0;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
}

#menu_box.menu-open {
    right: 0;
}

#menu_box .close_menu {
    padding: 0 33px 18px 0;
    width: 100%;
}

#menu_box .close_menu a {
    display: inline-block;
}

#menu_box .nav .nav-item {
    border-top: 3px solid var(--white-color);
}

#menu_box .nav .nav-item:hover > a, #menu_box .nav .nav-item.active > a, #menu_box .nav-item .submenu li:hover a {
    background: #1398e2;
    font-weight: bold;
}

#menu_box .nav {
    border-bottom: 4px solid var(--white-color);
}

#menu_box .nav .nav-item a {
    font-size: 16.49px;
    color: var(--white-color);
    display: block;
}

#menu_box .nav .nav-item.submenu_arrow {
    position: relative;
}

#menu_box .nav .nav-item.submenu_arrow::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 8px;
    background-image: url('../images/site/submenu_arrow.png');
    top: 27px;
    right: 35px;
    cursor: pointer;
}

#menu_box .nav .nav-item > a {
    padding: 20px 57px 20px 0;
}

#menu_box .nav-item .submenu {
    display: none;
    position: relative;
}

#menu_box .nav-item .submenu::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 8px;
    background-image: url('../images/site/submenu_arrow.png');
    background-position: center;
    background-size: contain;
    top: -50px;
    right: -20px;
}

#menu_box .nav-item .submenu li {
    border-top: 1px solid var(--white-color);
}

#menu_box .nav-item .submenu li > a {
    padding: 10px 57px 10px 0;
}

#menu_box .nav-item .submenu li:last-child > a {
    padding-bottom: 20px;
}

#full_wrapper {
    padding: 10px 0;
    height: 100vh;
    background: url('../images/site/bg_home_desktop300.png') no-repeat center center;
    background-size: cover;
}

#full_wrapper .main:not(.login_screen) {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 90%, rgba(255,255,255,0) 100%);
}

body.login-page #full_wrapper {
    padding-bottom: 0;
}

/* login area start */
.login_screen {
    height: 100%;
    overflow: hidden;
    background: url('../images/site/bg_home_desktop300.png') no-repeat center center;
}

.login_screen .main {
    height: 100%;
}

.login_screen .login_area {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 11;
}

.login_area .login_box {
    height: 100%;
    transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
}

.login_area .left_side_img {
    width: 100%;
}

.login_area .login_logo_box {
    width: 0;
    position: relative;
    z-index: -1;
}

.login_area .login_logo_box .logo {
    animation: fadeInDown 1s ease backwards;
    -webkit-animation: fadeInDown 1s ease backwards;
    animation-delay: 1.5s;
}

.login_area .login_logo_box .logo img {
    max-width: 250px;
    width: 100%;
}

.login_box .img_box {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    padding: 50px 50px 0;
}

.login_box .img_box img {
    height: 95vh;
    opacity: 0;
    width: 100%;
    object-fit: cover;
    object-position: bottom center;
    overflow: visible;
}


.login_screen .login_area.active .login_box .img_box img {
    opacity: 1;
}

.login_area.active .left_side_img {
    width: 56%;
}

.login_area.active .login_logo_box {
    width: 44%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.login_logo_box .view_btn {
    margin-top: 30px;
    font-size: 35px;
    font-weight: normal;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    position: relative;
    padding: 10px 27px;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    background-color: #1398e2;
}

.login_area.active .login_logo_box .view_btn {
    opacity: 1;
    animation: fadeInUp 1s ease backwards;
    -webkit-animation: fadeInUp 1s ease backwards;
    animation-delay: 1s;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.login_logo_box .view_btn::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #ad08b2, #1398e2);
    transition: all 0.5s;
}

.login_area.active .login_logo_box .view_btn:hover {
    background-color: #1398e2;
}

.login_logo_box .view_btn::after {
    content: '';
    width: 13px;
    height: 18px;
    background-image: url('../images/site/button_arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    animation: left_right 1s infinite linear;
    -webkit-animation: left_right 1s infinite alternate-reverse;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    display: inline-block;
    margin-top: 5px;
}

.login_logo_box .view_btn:hover:before {
    width: 0px;
    left: auto;
    right: 0;
}

.login_logo_box .view_btn:hover {
    color: var(--blue-color);
}

/* login area stop */

/* catalog page start */
.top-heading {
    max-width: 262px;
    width: 100%;
    margin: 14px auto;
}

.main-title {
    margin-top: 25px;
    padding: 3px 0 5px;
}

.main-title::after {
    content: '';
    width: 50%;
    height: 3px;
    background: #ad08b2;
    display: block;
    margin-top: 5px;
    transform: translateX(-50%);
}

.top-heading .year_no {
    font-size: 113.85px;
    font-weight: bold;
    color: #ad08b2;
    line-height: 0.7;
    margin-bottom: 11px;
}

.tabs li {
    width: 84px;
    line-height: 33px;
    font-size: 11.74px;
    color: var(--white-color);
    background: #1398e2;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.tabs li a {
    color: var(--white-color);
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.deparment-list-area {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
}

.deparment-list {
    margin-top: 10px;
}

.catalog-box {
    padding: 2px;
    border-radius: 50%;
}

.catalog-box h4 {
    position: relative;
    top: 10px;
}

.catalog-box-inner {
    background: #fff;
    border-radius: 50%;
}

.catalog-box-inner h4 {
    position: relative;
    top: 4vh;
}

.deparment-list .catalog-box {
    width: calc(25% - 13px);
    margin: 0;
    text-align: center;
    border-radius: 50%;
    background-size: 100% !important;
    height: 170px;
}

.deparment-list .catalog-box .img_box {
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    
    justify-content: center;
    background: url("../images/site/btn_bg.svg") center center no-repeat;
    background-size: 100% !important;
    height: 130px;
    position: relative;
    z-index: 2;
    transition: transform 0.5s ease;
  }

  .deparment-list .catalog-box:hover .img_box {
    transform: scale(1.1);
  }


  .deparment-list .catalog-box .img_box img {
    width: 70px;
    transition: filter 0.5s ease;
  }

.deparment-list .catalog-box .img_box:hover img {
    animation: rotation .2s linear;
    -webkit-animation: rotation .2s linear;
    animation-iteration-count: 1;
    filter: brightness(0) invert(1);
}

.deparment-list .catalog-box h4 {
    color: #ad08b2;
    font-weight: 700;
    white-space: normal;
}

.deparment-list .catalog-box:nth-child(1) .img_box, .deparment-list .catalog-box:nth-child(7) .img_box {
}

.deparment-list .catalog-box:nth-child(3) .img_box {
}

.deparment-list .catalog-box:nth-child(4) .img_box {
}

.deparment-list .catalog-box:nth-child(5) .img_box {
}

.deparment-list .catalog-box:nth-child(6) .img_box {
}

.deparment-list .catalog-box:nth-child(1) h4, .deparment-list .catalog-box:nth-child(7) h4 {
    color: #ad08b2;
}

.deparment-list .catalog-box:nth-child(3) h4 {
    color: #ad08b2;
}

.deparment-list .catalog-box:nth-child(4) h4 {
    color: #ad08b2;
}

.deparment-list .catalog-box:nth-child(5) h4 {
    color: #ad08b2;
}

.deparment-list .catalog-box:nth-child(6) h4 {
    color: #ad08b2;
}

.catalog-section .circle-btn, .catalog-section .suncategory-list {
    display: block;
}

.catalog-section .btn.circle-btn {
    width: 20%;
    display: flex;
    justify-content: center;
    margin: auto;
    align-items: center;
    gap: 1vw;
}

.catalog-section .btn.circle-btn::before {
    background: linear-gradient(to right, #ad08b2, #1398e2);
}

/* catalog page stop */

/* contact page start */
.contact-section .main-title {
    padding: 5px 0 12px
}

.contact-section .contact-box-list {
    margin-top: 40px;
    padding-bottom: 80px;
}

.contact-box-list .catalog-box {
    width: calc(33.33% - 20px);
    margin: 0 10px 15px;
    padding: 3px;
}

.contact-box-list .catalog-box .img_box {
    height: 173px;
}

.contact-box-list .catalog-box h4 {
    font-size: 21.82px;
}

.contact-box-list .catalog-box:nth-child(2) {
    display: none;
}

.contact-box-list .catalog-box:nth-child(4) .img_box {
}

.contact-box-list .catalog-box:nth-child(4) h4 {
    color: #ad08b2;
}

.address-list {
    padding: 0 10px;
}

.address-list li {
    margin-bottom: 10px;
    text-align: center;
}

.address-list li p, .address-list li a {
    margin-bottom: 0;
    font-size: 17px;
    color: var(--black-color);
}

.address-list li a {
    display: inline-block;
}

.address-list li a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.veg_icon_area {
    display: none;
}

/* contact page stop */

/* page_content css start */
.container.con_commun {
    max-width: 1000px;
}

.community_sec {
    padding: 30px 0px 76px;
}

.community_sec .commun_detail .comm_img {
    text-align: left;
    border-radius: 10px;
    overflow: hidden;
    max-width: 200px;
    height: 233px;
    margin-right: auto;
}

.community_sec .commun_detail .comm_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.community_sec .commun_detail .commun_con .commun_title h3 {
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -0.025em;
    color: var(--black-color);
}

.community_sec .commun_detail .commun_con .commun_title p {
    font-size: 19px;
    letter-spacing: -0.025em;
    line-height: 28px;
    font-weight: normal;
    color: var(--black-color);
}

.community_sec .commun_detail .commun_con .commun_desc {
    max-width: 675px;
}

.community_sec .commun_detail .commun_con .commun_desc p {
    font-size: 18px;
    color: var(--black-color);
    line-height: 28px;
    letter-spacing: -0.025em;
    font-weight: normal;
    margin-bottom: 0px;
}

/* page_content css end */

.department_sec .department_detail .col-3 {
    position: relative;
}

.department_sec .department_detail .col-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 125px;
    width: 100%;
    background-color: #ae08b2;
    z-index: 0;
}

.department_sec .department_detail .department_con {
    max-width: 235px;
    margin: 25px auto;
}

.department_sec .department_detail .department_con .depart_img {
    position: relative;
}

.department_sec .department_detail .department_con .depart_img .inner-img {
    max-width: 234px;
    width: 100%;
    height: 151px;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #7096b6;
    overflow: hidden;
}

.department_sec .department_detail .department_con .depart_img .inner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.department_sec .department_detail .department_con .social_icon {
    position: absolute;
    top: auto;
    bottom: -11px;
    left: auto;
    right: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.department_sec .department_detail .department_con .social_icon .box_img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.department_sec .department_detail .department_con .social_icon .box_img:hover img {
    animation: rotation .2s linear;
    -webkit-animation: rotation .2s linear;
    animation-iteration-count: 1;
}

.department_sec .department_detail .department_con .social_icon a:nth-child(1) .box_img {
    background-color: #1398e2;
}

.department_sec .department_detail .department_con .social_icon a:nth-child(2) .box_img {
    background-color: #1398e2;
}

.department_sec .department_detail .department_con .social_icon a:nth-child(3) .box_img {
    background-color: #1398e2;
}

.department_sec .department_detail .department_con .depart_detail h6 {
    color: #ad08b2;
    line-height: 34px;
    letter-spacing: -0.025em;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}

.department_sec .department_detail .department_con .depart_detail p {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -0.025em;
    color: var(--black-color);
    font-weight: normal;
}

.department_sec .department_detail .department_con .depart_detail a {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.025em;
    font-weight: bold;
    position: relative;
    background: linear-gradient(to right, #ad08b2, #1398e2);
    display: flex;
    justify-content: center;
    padding: 20px 5px;
    gap: 2vw;
    border-radius: 50px;
    cursor: default;
}

.department_sec .department_detail .department_con .depart_detail a:hover::after {
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
}

.catalog-section.class .main-title h6 {
    color: #1398e2;
    line-height: 20px;
    letter-spacing: -0.025em;
    font-weight: normal;
    font-size: 24px;
}

.catalog-section.class .main-title {
    padding: 5px 0 8px;
}

body.class .cat_link {
    position: relative;
    bottom: 0;
    width: 100%;
    min-height: 40px;
    display: flex;
    background-color: #1398e2;
    align-items: center;
    padding-right: 50px;
}

body.class .cat_link::after {
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    width: 13px;
    height: 18px;
    background-image: url(../images/site/button_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    left: auto;
    right: 22px;
}

body.class .cat_link a {
    color: var(--white-color);
    font-weight: 600;
}

.class-bg-img-area {
    padding-bottom: 14px;
}

.class-bg-img-area .main-title {
    max-width: 262px;
    margin: 0 auto;
    text-align: center;
}

/* subcategory page */
.subcategory-page .catalog-section {
    max-width: 422px;
    margin: 0 auto;
    width: 100%;
}

.subcategory-page .catalog-section .top-heading {
    max-width: 100%;
}

.subcategory-list-area {
    padding: 40px 0 0;
}

.subcategory-list-area .subcategory-box {
    display: inline-block;
    max-width: 23%;
    width: 100%;
    line-height: 109px;
    background: #fff;
    text-align: center;
    border-radius: 100px;
    border: solid 1px #1398e2;
    -webkit-border-radius: 100px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-size: var(--dynamic-font-size);
    color: #ad08b2;
    margin-bottom: 38px;
    width: 20vw;
    height: 15vh;
    box-shadow: 0 0 20px #3f217869;
    position: relative;
    overflow: hidden;
}

.subcategory-list-area .subcategory-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    background-color: rgba(255, 255, 255, 0.8);
}

.subcategory-list-area .subcategory-box:hover::after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

article {
    display: inline-block;
    max-width: 45%;
    height: 80px;
    width: 100%;
    line-height: 109px;
    background: #3f2178;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-size: 35px;
    color: var(--white-color);
    margin-bottom: 38px;
    box-shadow: 0 0 20px #3f217869;
    position: relative;
    overflow: hidden;
}

article div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 25px;
    transition: .5s ease;
}

article div span {

    font-size: 28px;
}

article input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    opacity: 0;
    cursor: pointer;
}

input[type=checkbox]:checked ~ div {
    background-color: #00c4cf !important;
}


.subcategory-page .main-title h2 {
    font-size: 58px;
}

.subcategory-page .main-title h6 {
    font-size: 34px;
}

.net-prev-btn-area {
    justify-content: center;
}

.net-prev-btn-area .btn {
    max-width: 255px;
    width: 100%;
    padding: 11px 0 14px !important;
    margin-left: 35px;
    line-height: 54px;
    font-size: 28px;
    font-weight: 400;
    border-radius: 80px;
    position: relative;
}

.net-prev-btn-area .btn:last-child {
    margin-left: 0;
}

.net-prev-btn-area .btn:hover {
    background: transparent;
    color: var(--primary-color);
}

/*.net-prev-btn-area .btn img {*/
/*    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0) brightness(211%) contrast(145%);*/
/*    position: absolute;*/
/*    top: 50%;*/
/*}*/

/*.net-prev-btn-area .btn.next-btn img {*/
/*    transform: translateY(-50%);*/
/*    left: 18px;*/
/*}*/

.net-prev-btn-area .btn.next-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vw;
}

.net-prev-btn-area .btn.next-btn::before {
    background: linear-gradient(to right, #ad08b2, #1398e2);
}

/*.net-prev-btn-area .btn.return-btn img {*/
/*    transform: translateY(-50%) scale(-1);*/
/*    right: 18px;*/
/*}*/

.net-prev-btn-area .btn.return-btn {
    color: #ad08b2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vw;
}

.net-prev-btn-area .btn.return-btn::before {
    background: #fff;
}

.net-prev-btn-area .btn:hover img {
    filter: none;
}

/* 404 page */
.per_img {
    text-align: center;
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.per_img {
    width: 400px;
    height: 400px;
}

.thank_logo {
    position: absolute;
    background: var(--blue-color);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.thank_logo h1, .thank_logo h4 {
    color: #ffffff;
}

.thank_logo h1 {
    font-size: 120px;
}

.thank_logo h4 {
    font-size: 23px;
}

.thank_logo .btn {
    background: var(--white-color) !important;
    color: var(--blue-color) !important;
    border: 2px solid var(--blue-color) !important;
    box-shadow: none !important;
    padding: 10px 50px !important;
    margin-top: 20px;
}

.thank_logo .btn::before {
    content: none !important;
}

.thank_logo .btn:hover {
    border-color: var(--white-color) !important;
    background: var(--blue-color) !important;
    color: var(--white-color) !important;
}

/* Animation */

@keyframes rotation {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
    }
}

@keyframes left_right {

    0% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
    }
    100% {
        transform: translateX(-15px);
        -webkit-transform: translateX(-15px);
        -moz-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
        -o-transform: translateX(-15px);
    }
}

@keyframes fadeInDown {
    0% {
        transform: translate(0px, -100px);
        opacity: 0;
        -webkit-transform: translate(0px, -100px);
        -moz-transform: translate(0px, -100px);
        -ms-transform: translate(0px, -100px);
        -o-transform: translate(0px, -100px);
    }
    100% {
        transform: translate(0px, 0);
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        transform: translate(0px, 100px);
        opacity: 0;
    }
    100% {
        transform: translate(0px, 0);
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        background-color: #000b47;
    }
    50% {
        background-color: #fccb0c;
    }
    100% {
        background-color: #000b47;
    }
}

.agetext {
    width: 100%;
    padding: 40px 0;
}

.agetext input {
    width: 80%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-right: 10px;
}

.book-search-row {
    padding: 10px;
    text-align: center;
}

.book-search-row .ts-mc---bc {
    font-size: 20px;
}

.book-search-row .form-control {
    padding: 5px;
    font-size: 18px;
    border-radius: 50px;
}

.book-search-row input[type=submit] {
    color: #FFF;
    font-weight: 600;
    border: 0;
    border-radius: 50px;
    padding: 5px 20px;
    transition: 0.3s;
    cursor: pointer;
    background-color: #1398e2;

}

.no-hugim-found {
    text-align: center;
    font-size: 1.5em;
    margin: auto;
}