body{
        font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif !important;
        font-weight: normal;
}
html, body{
        font-size: 14px;
    line-height: 1.43rem;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
}

.pkp_structure_main h1, .pkp_structure_main h2, .pkp_structure_main h3, .pkp_structure_main h4 {
    margin: 0px !important;
}
.container {
    max-width: 1160px;
    width: 100%;
    margin: 0px auto;
    display: block;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
}

@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}
@keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}
@-webkit-keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}
@keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}
html {
    font-size: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth
}
*, *::before, *::after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}
body {
    font-family: inter, Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
    color: #121212;
    background: #fafafa
}
a, button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    border: none;
    outline: none;
    background: 0 0;
    text-decoration: none
}
@media only screen and (max-width:768px) {
    a, button {
        cursor: default !important;
        border: none;
        outline: none
    }
}
img, video {
    display: block;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}
.container {
    /*max-width: 80rem;
    width: 100%;
    height: auto;
    padding: 0 2rem;
    margin: 0 auto*/
}
@media only screen and (max-width:992px) {
    .container {
        /*        padding: 0 1rem;*/
        /*        margin: 0 auto*/
    }
}
.brand {
    font-family: inherit;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: inherit;
    color: #e91e63;
    border: none;
    outline: none;
    text-transform: uppercase;
    text-rendering: optimizeLegibility
}
.header {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 14px 0;
    margin: 0 auto;
    z-index: 999;
    border: none;
    outline: none;
    background: #ff671f;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
}
.header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between !important;
}
.header-item-left {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%*/
}
.header-item-center {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66%;
    flex: 0 0 66%*/
}
.header-item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: none;
}
.header-item-right .menu-icon {
    font-size: 1.35rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    margin-left: 1rem;
    border: none;
    outline: none;
    color: #121212;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.header .menu>ul>li {
    display: inline-block;
    line-height: 3.125rem;
    margin-left: 1.5rem
}
.header .menu>ul>li>a {
    position: relative;
    font-family: "Noto Sans", sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height:45px;
    border: none;
    outline: none;
    color: #FFF;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    padding-bottom: 8px;
    text-rendering: optimizeLegibility;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
.header .menu>ul>li .menu-subs {
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: 1.75rem;
    padding: 1rem 2rem;
    border: none;
    outline: none;
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    border-radius: .25rem;
    border-top: 3px solid #e91e63;
    background: #fafafa;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
.header .menu>ul>li .menu-subs>ul>li {
    line-height: 1
}
.header .menu>ul>li .menu-subs>ul>li>a {
    display: inline-block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    padding: .75rem 0;
    border: none;
    outline: none;
    color: #121212;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.header .menu>ul>li .menu-column-1 {
    min-width: 16rem;
    max-width: 20rem
}
.header .menu>ul>li .menu-subs.menu-mega {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}
.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li {
    display: block;
    line-height: 1
}
.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
    display: inline-block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    padding: .5rem 0;
    border: none;
    outline: none;
    color: #121212;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}
.header .menu>ul>li .menu-subs.menu-column-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 68rem;
    width: 100%;
    padding: 1.25rem 1rem
}
.header .menu>ul>li .menu-subs.menu-column-4>.list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 1rem
}
.header .menu>ul>li .menu-subs.menu-column-4>.list-item .title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    padding: .75rem 0;
    border: none;
    outline: none;
    color: #FFF;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center .title {
    text-align: center
}
.header .menu>ul>li .menu-subs.menu-column-4>.list-item img.responsive {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-top: .75rem;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle
}
.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a:hover, .header .menu>ul>li .menu-subs>ul>li>a:hover {
    color: #FFF;
    border-bottom: 2px solid #FFF;
}
.header-item-right a:hover, .header .menu>ul>li:hover>a {
    color: #FFF;
    border-bottom: 2px solid #FFF;
}
@media only screen and (min-width:993px) {
    .header .menu>ul>li.menu-item-has-children:hover .menu-subs {
        margin-top: .5rem;
        opacity: 1;
        visibility: visible
    }
}
.menu-mobile-header, .menu-mobile-trigger {
    display: none
}
@media only screen and (max-width:992px) {
    .header-item-center {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .header-item-left, .header-item-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .header .menu-mobile-trigger {
        position: relative;
        display: block;
        cursor: pointer;
        width: 1.75rem;
        height: 1rem;
        border: none;
        outline: none;
        margin-left: 1.25rem;
        background: 0 0;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .35s ease-in-out;
        -o-transition: .35s ease-in-out;
        transition: .35s ease-in-out
    }
    .header .menu-mobile-trigger span {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        border: none;
        outline: none;
        opacity: 1;
        border-radius: .25rem;
        background: #FFF;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }
    .header .menu-mobile-trigger span:nth-child(1) {
        top: 0
    }
    .header .menu-mobile-trigger span:nth-child(2), .header .menu-mobile-trigger span:nth-child(3) {
        top: .5rem
    }
    .header .menu-mobile-trigger span:nth-child(4) {
        top: 1rem
    }
    .header-item-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .header .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 20rem;
        height: 100%;
        z-index: 1099;
        overflow: hidden;
        background: #fafafa;
        -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
        transform: translate(-100%);
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    .header .menu.active {
        -webkit-transform: translate(0%);
        -ms-transform: translate(0%);
        transform: translate(0%)
    }
    .header .menu>ul>li {
        display: block;
        line-height: 1;
        margin: 0
    }
    .header .menu>ul>li>a {
        display: block;
        line-height: 3.125rem;
        height: 3.125rem;
        padding: 0 3.125rem 0 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        color: #000;
    }
    .header .menu>ul>li>a i.ion {
        position: absolute;
        font-size: 1.25rem;
        line-height: 3.125rem;
        top: 0;
        right: 0;
        width: 3.125rem;
        height: 3.125rem;
        text-align: center;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
    .header .menu .menu-mobile-header {
        position: relative;
        position: -webkit-sticky;
        position: sticky;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        top: 0;
        height: 3.125rem;
        z-index: 501;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        background: #fafafa
    }
    .header .menu .menu-mobile-header .menu-mobile-arrow {
        display: none;
        font-size: 1.25rem;
        line-height: 3.125rem;
        width: 3.125rem;
        height: 3.125rem;
        cursor: pointer;
        border-right: 1px solid rgba(0, 0, 0, .1);
        color: #121212;
        text-align: center
    }
    .header .menu .menu-mobile-header.active .menu-mobile-arrow {
        display: block
    }
    .header .menu .menu-mobile-header .menu-mobile-title {
        font-family: inherit;
        font-size: 1rem;
        font-weight: bold;
        line-height: inherit;
        color: #121212;
        text-transform: capitalize;
        text-rendering: optimizeLegibility;
        padding-left: 15px;
    }
    .header .menu .menu-mobile-header .menu-mobile-close {
        font-size: 2.25rem;
        line-height: 3.125rem;
        cursor: pointer;
        width: 3.125rem;
        height: 3.125rem;
        border-left: 1px solid rgba(0, 0, 0, .1);
        color: #121212;
        text-align: center
    }
    .header .menu .menu-section {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden
    }
    .header .menu>ul>li .menu-subs {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .header .menu>ul>li .menu-subs.menu-mega {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .header .menu>ul>li .menu-subs.active {
        display: block
    }
    .header .menu>ul>li .menu-subs.menu-column-4>.list-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0
    }
    .header .menu>ul>li .menu-subs.menu-column-4>.list-item img.responsive {
        margin-top: 0
    }
    .header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center .title {
        margin-bottom: 1.25rem
    }
    .header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center:last-child .title {
        margin-bottom: 0
    }
    .header .menu>ul>li .menu-subs>ul>li>a {
        display: block
    }
    .header .menu>ul>li .menu-subs.menu-mega>.list-item>ul {
        margin-bottom: 1rem
    }
    .header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
        display: block
    }
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        opacity: 0;
        visibility: hidden;
        background: rgba(0, 0, 0, .55);
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    .overlay.active {
        opacity: 1;
        visibility: visible
    }

    .header-item-right {
        display: block;
    }
    .header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a:hover, .header .menu>ul>li .menu-subs>ul>li>a:hover {
        color: #ff671f;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }
    .header-item-right a:hover, .header .menu>ul>li:hover>a {
        color: #ff671f;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }
}
.main {
    display: block;
    width: 100%;
    min-height: 100vh;
    background-image: url(https://source.unsplash.com/pkhBlvTLyog/1920x1280);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat
}

.pkp_structure_main:before, .pkp_structure_main:after {
    display: none;
}
.pkp_structure_content {
    padding-top: 0 !important;
    margin: 0px;
    width: 100%;
}
.pkp_structure_main:first-child:last-child {
    margin-top: 0;
    padding: 0px;
    width: 100%;
}
.slider {
    width: 100%;
    max-width: 100vw;
    height: 400px;
    margin: auto;
    position: relative;
    overflow: hidden;
    position: relative;
    top: -40px;
}
.list {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    width: max-content;
    transition: 1s;
}
.list img {
    width: 2000px;
    max-width: 100vw;
    height: 100%;
    object-fit: cover;
}
.buttons {
    position: absolute;
    top: 45%;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}
.buttons button {
    width: 50px;
    height: 50px;
    border-radius: 505;
    background-color: #ff671f8f;
    color: #FFF;
    border: none;
    font-family: monospace;
    font-weight: normal;
    font-size: 40px;
    cursor: pointer;
}
.dots {
    position: absolute;
    bottom: 10px;
    color: #fff;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    transition: 1s;
}
.dots li {
    list-style: none;
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 20px;
    border-radius: 20px;
}
.dots li.active {
    width: 30px;
}
.pkp_structure_content {
    width: 100% !important;
}
.pkp_structure_head {
    background-color: transparent !important;
    border-bottom: none !important;
}
@media screen and (max-width: 768px) {
    .slider {
        height: 400px;
    }

}
.about_new_ctm {
    padding: 0px 15px;
}
.pkp_structure_main {
    width: 100%;
    padding: 0px;
}
.container {
    max-width: 1160px;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
}
.about_data {}
.about_data h5 {
    font-weight: bold !important;
    text-transform: uppercase !important;
    color: #ff671f !important;
    font-size: 16px !important;
    margin: 0 0px 5px 0px !important;
}
.about_data h2 {
    margin: 0px !important;
    font-size: 30px !important;
    line-height: 45px !important;
}
.about_data h2 span {
    color: #ff671f;
}
.about_data p {
    margin-top: 5px;
    line-height: 28px;
    font-weight: normal !important;
    font-size: 14px;
    margin-bottom: 7px;
    line-height: 1.785rem;
    margin: 1.43rem 0;
    
}
.about_data .main_btn {
    margin-top: 20px;
}
.main_btn {
    position: relative;
}
.thm-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    background: #ff671f;
    color: #FFF !important;
    font-size: 16px;
    line-height: 10px;
    font-weight: 500;
    padding: 18px 25px 17px;
    overflow: hidden;
    border-radius: 12px;
    transition: all 0.5s linear;
    text-transform: capitalize;
    z-index: 1;
    text-decoration: none;
}


.thm-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    background-color: #000;
    opacity: 0;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.thm-btn:hover:before {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}




.thm-btn::after {
    position: absolute;
    background-color: #000;
    bottom: 0;
    right: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.thm-btn:hover::after {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.thm-btn:hover {
    color: #FFF;
}


.thm-btn-two {
    background: #000;
    color: #FFF;
}


.thm-btn-two::before {
    background-color: #ff671f;
}

.thm-btn-two:hover:before {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.thm-btn-two::after {
    background-color: #ff671f;
}


.thm-btn-color {
    background: #123b69;
    color: #FFF;
}


.thm-btn-color::before {
    background-color: #ff671f;
}

.thm-btn-color:hover:before {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.thm-btn-color::after {
    background-color: #ff671f;
}

.journals_new_ctm {
    margin-top: 50px;
    padding: 0px 15px;
}
.web_title {
    text-align: center;
}
.journals_new_ctm .web_title {
    margin-bottom: 20px;
}
.web_title h5 {
    padding: 7px 25px !important;
    margin: 0px !important;
    background: #ff671f30;
    display: inline-block;
    border-radius: 12px ;
    font-weight: bold !important;
    text-transform: uppercase;
    color: #ff671f;
    line-height: normal !important;
        font-size: 1rem;
}
.web_title h2 {
    margin: 0px !important;
    font-size: 30px !important;
    margin-top: 12px !important;
    line-height: 40px !important;
}
.col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.journals_blog_main {
    margin-bottom: 30px;
}
.journals_blog {
    position: relative;
    padding: 15px 15px;
    background-color: #ffffff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.10);
    margin-bottom: 0;
    height: 100%;
    border-radius: 5px;
    flex-direction: column !important;
    display: flex;
    position: relative;
}
.journals_img {
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 5px;
    position: absolute;
    width: 160px;
    height: auto;
}
.journals_img img {
    border-radius: 5px;
    width: 100%;
    -webkit-transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
    height: 192px;
}


.journals_blog:hover img {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}
.journals_data, .journals_data_ul {
    padding-left: 180px;
}
.journals_data h3 {
    margin: 0px !important;
}
.journals_data h3 a {
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
    color: #000;

}
.journals_data h3 a:hover {
    color: #ff671f;
}
.journals_data h4 {
    margin: 0;
    margin-top: 5px !important;
}
.journals_data h4 span {
    color: #ff671f;
}
.journals_data p {
    margin-top: 7px !important;
    margin-bottom: 15px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.journals_data_ul {
    margin-top: auto;
}
.journals_data_ul ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    width: 100%;
    gap: 15px;
    text-align: center;
    justify-content: start;
}

.view_more {
    text-align: center;
}

.pkp_structure_main ul {
    line-height: normal !important;
    margin: 0 !important;
}

.footer_main {
    background-color: #0c111d;
}
.ul_li_between {
    border-bottom: 1px solid #3d414a;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.info-item {
    padding: 46px 0;
    position: relative;
}
.info-item .xb-item--icon {
    align-items: center;
    background: #ff671f;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    display: flex;
    height: 56px;
    justify-content: center;
    margin-right: 20px;
    width: 56px;
}
.info-item .xb-item--content {
    color: #d2dbef;
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
}
.info-item .xb-item--title {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
}
.ul_li {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.info-item:first-child::before {
    display: none;
}
.info-item:before {
    background-image: url(../../templates/images/footer_line.png);
    background-position: 50%;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    height: 156px;
    left: -70px;
    position: absolute;
    width: 20px;
}
.btm_link {
    padding: 20px 0px;

}
.btm_link ul {
    display: flex;
    gap: 50px;
    text-align: center;
    justify-content: center;
}
.btm_link ul li {}
.btm_link ul li a {
    color: #FFF;
    font-size: 16px;
}
.btm_link ul li a:hover {
    color: #ff671f;
}
.col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
}
.contact_top h2 {
    margin: 0px !important;
    font-size: 30px !important;
    margin-top: 12px !important;
    line-height: 40px !important;
}
.contact_top p {
    font-size: 15px;
    margin-top: 8px !important;
    width: 520px;
}
.contact_main, .about_page_main {
    margin: 50px 0px 80px 0px;
}
.ctm_map iframe {
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 10px;
}
.contact_btm {
    margin-top: 80px;
}
.contact_btm h2 {
    margin: 0px !important;
    font-size: 22px !important;
    margin-bottom: 20px !important;
}
.contact_btm ul li a {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    color: #000 !important;
}
.contact_btm ul li {
    margin-bottom: 20px;
}
.col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
}
.our_jour_main .journals_data h3 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.our_jour_main .journals_data_ul ul {
    flex-direction: column;
    gap: 8px;
}
.our_jour_main .thm-btn {
    text-align: center;
    justify-content: center;
    width: 100%;
    font-size: 14px;
    line-height: 4px;
    padding: 15px 25px 17px;
}
.our_jour_main .web_title {
    margin-bottom: 20px;
}
.col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
}
.journals_data_ul .thm-btn {
    padding: 14px 22px 14px;
    font-size: 14px;
    background-color: #28a0f0;
    font-weight: normal;
    
}
/* -------------------------- responsive_css_start -------------------------- */


@media (max-width: 1300px) {}

@media (max-width: 1199px) {
    .container {
        max-width: 960px;
    }
    .journals_data_ul .thm-btn {
        font-size: 14px;
        padding: 12px 16px 12px;
    }
    .contact_top {
        width: 370px;
    }
    .journals_new_ctm_home {
        margin-top: 20px;
    }
    .journals_data h3 a {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 720px;
    }
    .slider {
        top: 0;
        margin-bottom: 30px;
        height: 300px;
    }
    .our_jour_main .journals_data_ul ul {
        flex-direction: row;
    }
    .our_jour_main .journals_data_ul .thm-btn {
        font-size: 12px;
        padding: 15px 30px 15px;
    }
    .ul_li_one {
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .ul_li_one {
        padding-bottom: 0;
    }
    .contact_main, .about_page_main {
        margin: 50px 0px 40px 0px;
    }
    .journals_new_ctm {
        margin-top: 30px;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .menu-mobile-title img {
        width: 80%;
    }
    .journals_blog {
        min-height: 220px;
    }
}


@media (max-width: 767px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .pkp_structure_content {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .header {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .about_data {
        margin-bottom: 20px;
    }
    .contact_top p {
        width: 100%;
    }
    .contact_main {
        margin-top: 30px;

    }
    .about_page_main, .contact_main {
        padding: 0px 15px;
    }
    .journals_data h4 {
        margin-bottom: 10px !important;
    }
    .journals_blog_main {
        margin-bottom: 25px;
    }
    .ul_li_between {
        padding: 0 15px;
        flex-direction: row
    }
    .info-item {
        padding: 0px 0px 20px;
    }
    .ul_li_one {
        padding-bottom: 20px;
        padding-top: 30px;
        text-align: left;
        justify-content: start;
    }
    .btm_link ul {
        gap: 8px;
    }
    .about_page_main {
        margin-bottom: 20px;
    }
    .contact_top {
        width: 100%;
    }
    .contact_btm {
        margin-top: 15px;
    }
    .contact_btm h2 {
        margin-bottom: 15px !important;
    }
    .contact_btm ul li {
        margin-bottom: 15px;
    }
    .journals_img {
        width: 100%;
        position: relative;
    }
    .journals_data, .journals_data_ul {
        padding-left: 0;
    }
}

@media (max-width: 568px) {}

@media (max-width: 480px) {}
/* -------------------------- responsive_css_start -------------------------- */