@charset "utf-8";

/* CSS Document */
@font-face {
    font-family: 'Conv_Proxima Nova Semibold';
    src: url('../fonts/Proxima Nova Semibold.eot');
    src: local('☺'), url('../fonts/Proxima Nova Semibold.woff') format('woff'), url('../fonts/Proxima Nova Semibold.ttf') format('truetype'), url('../fonts/Proxima Nova Semibold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Proxima Nova Regular';
    src: url('../fonts/Proxima Nova Regular.eot');
    src: local('☺'), url('../fonts/Proxima Nova Regular.woff') format('woff'), url('../fonts/Proxima Nova Regular.ttf') format('truetype'), url('../fonts/Proxima Nova Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Proxima Nova Extrabold';
    src: url('../fonts/Proxima Nova Extrabold.eot');
    src: local('☺'), url('../fonts/Proxima Nova Extrabold.woff') format('woff'), url('../fonts/Proxima Nova Extrabold.ttf') format('truetype'), url('../fonts/Proxima Nova Extrabold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novabold';
    src: url('../fonts/proxima_nova_bold-webfont.woff2') format('woff2'),
        url('../fonts/proxima_nova_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&display=swap');

:root {
    --font-main: 'Conv_Proxima Nova Regular';
    --font-main-bold: 'proxima_novabold';
    --color-bluemain: #173e8d;
    --color-dark: #000;
    --colo-bgbluelight: #326CFA;

}

body {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-family: var(--font-main);
}

ul:before,
ul:after {
    content: '';
    display: table;
}

ul:after {
    clear: both;
}

li {
    list-style: none;
}

a {
    color: blue;
}

a:hover {
    text-decoration: none;
    color: unset;
}

h1,
h2,
h3 {
    font-family: var(--font-main);
}

p {
    color: #2d2d2d;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}

input {
    width: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

.form-group {
    margin-bottom: 0.8rem;
}

.sectiongap {
    padding: 50px 0;
}

/*section title satrt*/

.section-title {
    width: 100%;
    margin-bottom: 30px;
}

.section-title h2 {
    font-size: 28px;
    color: var(--color-dark);
    margin-bottom: 15px;
    position: relative;
    font-weight: 300;
}

.section-title p {
    font-size: 14px;
    font-weight: 600;
}

.section-title h3 {
    font-family: 'Conv_Proxima Nova Extrabold';
}

.bglightblu {
    background: #ebf0f6;
}

.bglightblu ul li {
    list-style:square;
	line-height:15px;
	margin-left:15px;
}


/*section title end*/

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(226, 22, 209)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-next,
.owl-prev {
    background-position: 0 0
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-nav {
    text-align: center;
}



.navearo .owl-next,
.navearo .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


.navearo .item img {
    width: 100%;
}


.navearo .owl-prev {
    left: -45px;
}

.navearo .owl-next {
    right: -45px;
}

.owl-nav>div {
    opacity: 1;
}

.owl-nav div.disabled {
    opacity: 0;
}

.navearo .movileview-btn {
    /*background: #0000;*/
    /*width: 45px;
    height: 45px;*/
    border-radius: 50%;
    font-size: 15px;
    color: #e2dad7;
    /*border: solid 1px #fff;*/
    /*background: #fff;*/
    border: 1px solid transparent;
    /*box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);*/
}

.fnavearo .movileview-btn:hover {
    border: solid 1px #fff;
}

.navearo .owl-next i,
.navearo .owl-prev i {
    /*line-height: 42px;*/
    font-size: 100px;
}




/*dots*/

/*.owl-dots,  .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
 .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

 .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #fff;
    transition: all .5s ease-in-out;
}
 .owl-dots .owl-dot.active, .owl-dots .owl-dot:hover{

    border: solid 1px #fff;
 }
 .owl-dots .owl-dot{
    width: 25px;
    height: 25px;
    border: solid 1px #0000;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
 }
 .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    background: #919191;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    transition: all .5s ease-in-out;
}
.banner{
    position: relative;
}
.banner .owl-dots{
    position: absolute;
    left: 90px;
    top: 50%;
    transform: translateY(-50%);
}
.banner .owl-dots .owl-dot{
    display: block;
}*/

/*dots end*/


/*-----------owl end officialy-----------*/



/*-----------Menu Style Start-----------*/

.menutop {
    background: var(--color-bluemain);
    color: var(--white);
    padding: 5px 0;
}

.menutop .container ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.menutop .container ul li a {
    margin: 0 20px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #dae5ef;
}

.menutop .container ul li:first-child a {
    margin-left: 0;
}

.menutop .container ul li:last-child a {
    margin-right: 0;
}

.navbar .container {
    align-items: flex-end;
}

.navbar-brand {
    padding-top: 10px;
    padding-bottom: 20px;
}

.navbar-brand img {
    width: 180px;
}


.navbar {
    padding-left: 0;
    padding-right: 0;
    background: var(--white);
    color: var(--color-dark);
    padding-bottom: 0;
    box-shadow: 0 5px 10px -10px rgb(0 0 0 / 35%)
}

.navbar-nav {
    flex-wrap: wrap;
}

.navbar .navbar-collapse ul li a {
    color: var(--color-dark);
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 600;
    border-bottom: solid 4px #0000;
    padding-bottom: 0px;
    display: inline-block;
    padding: 0 10px;
}

/*.navbar .navbar-collapse ul li:first-child a{
    padding-left: 0;
}*/
.navbar .navbar-collapse ul li a:hover,
.active-menu {
    border-bottom: solid 4px #f26a1f !important;
}

.header-appear {
    /*position: fixed;*/
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}



/* animation */

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

/*-----------Menu Style End-----------*/



/*banner*/
.banner-main {
    position: relative;
}

.banner-main .banner .item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.banner-caption {
    position: absolute;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    color: var(--white);
}


/*select bar style*/
.container__title {
    width: 100%;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 400;
    text-align: center;
}

.select-dropdown {
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin: 0 0px 0 0;
}

.select-dropdown::last-child {
    margin-right: 0px;
}

.select-dropdown__button{
    padding: 15px 25px;
    background-color: #fff;
    color: #000;
    border: 0px solid #cecece;
    border-radius: 0px;
    cursor: pointer;
    width: 210px;
    text-align: left;
    background: #f1c848;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.select-dropdown__button i {
    position: absolute;
    right: 17px;
    font-size: 25px;
}

.select-dropdown__button:focus {
    outline: none !important;
}

.select-dropdown__button .zmdi-chevron-down {
    position: absolute;
    right: 10px;
    top: 12px;
}

.select-dropdown__list {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0px solid #cecece;
    border-top: 0px solid transparent;
    list-style-type: none;
    opacity: 0;
    pointer-events: none;
    transform-origin: top left;
    transform: scale(1, 0);
    transition: all ease-in-out 0.3s;
    z-index: 2;
    box-shadow: 0 2px 5px 0 rgb(32 33 36 / 28%)
}

.select-dropdown__list.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1, 1);
}

.select-dropdown__list-item {
    display: block;
    list-style-type: none;
    padding: 10px 15px;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    color: #616161;
    text-align: left;
    transition: all ease-in-out 0.3s;

}

.select-dropdown__list-item:hover {
    background-color: #333;
    color: #fff;
    transition: all ease-in-out 0.3s;
}

/*select bar style*/

.banner-caption h2 {
    font-size: 34px;
    margin-bottom: 40px;
    font-family: 'proxima_novabold';
}

.serch-banner {
    display: flex;
}

.serch-banner input {
    border: 0;
    width: 100%;
    height: 54px;
    padding: 15px 25px;
    font-size: 16px;
}

.serch-banner input:focus {
    outline: none;
}

.serch-banner input[type="submit"] {
    width: 80px;
    font-size: 0;
    background: #f1c848;
    background-image: url(../images/serch-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    padding: 10px;
    flex-shrink: 0;
}

button:focus {
    outline: none;
}

.adv-search {
    float: right;
    height: 48px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
    color: #fff;
    background: #3171f7;
    border: 0;
}

.adv-search:hover {
    background: #0c47c2;
}

.listofseris-vox {
    padding: 30px;
    width: 100%;
    border: solid 2px #6981b1;
}

.listofseris-vox h4 {
    color: #0a4089;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 13px;
}

.listofseris-vox ul {
    margin-bottom: 30px;
}

.listofseris-vox ul:last-child {
    margin-bottom: 0;
}

.listofseris-vox ul li {
    font-size: 16px;
    color: #3f5ea4;
    margin-bottom: 8px;
}
/****************Conference Connection*************/
.conference-connection {
    padding: 30px;
    width: 100%;
    border: solid 2px #6981b1;
}

.conference-connection h4 {
    color: #0a4089;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 13px;
}

.conference-connection ul {
    margin-bottom: 30px;
}

.conference-connection ul:last-child {
    margin-bottom: 0;
}

.conference-connection ul li {
    font-size: 14px;
    color: #000000;
    margin-bottom: 8px;
	list-style: square;
	margin-left:20px;
	line-height:15px;
}
/***************Conference Connection*************/
.tabe-sestemmain .nav-tabs .nav-item {
    margin-bottom: 0px;
}

.tabe-sestemmain .tab-pane {
    background: #d5d9e4;
    padding: 30px;
}

.tabe-sestemmain .tab-content {
    padding-top: 0;
}

.nav-tabs,
.nav-tabs .nav-link {
    border: 0;
    background: transparent;
    font-size: 28px;
    position: relative;
    font-weight: 300;
    color: #000 !important;
}

.nav-tabs .nav-link:hover {
    background: #f4f4f4;
    border-radius: 0;
}

.tabe-sestemmain .nav-tabs .nav-link.active,
.tabe-sestemmain .nav-tabs .nav-item.show .nav-link {
    background: #d5d9e4 !important;
    border-radius: 0;
    color: #000 !important;
    /* border: solid 1px var(--color-dark) !important; */
}


.bookimg {
    /* height: 219px; */
    width: 100%;
    margin-bottom: 12px;
}
.bookimg-2{
    /* height: 300px; */
    width: 70%;
    margin-bottom: 12px;
	text-align:center;
}
.bookimg img, .bookimg-2 img {
    width: 70%;
    /*height: 100%;*/
    object-fit: cover;
	text-align:center;
}

.book-box {
    width: 100%;
    margin-bottom: 2px;
    display: block;
}

.book-box p {
    font-size: 14px;
    list-style: 18px;
}

.pagenation {
    text-align: center;
    padding: 15px 0;
}

.pagenation ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagenation ul li, .pagenation ul span {
    margin: 0 10px;
    flex-shrink: 0;
}


.pagenation ul li a, .pagenation ul span {
    font-size: 16px;
    display: inline-block;
    /* width: 34px;
    height: 34px; */
    line-height: 34px;
}
.pagenation ul li:first-child a,  .pagenation ul .disabled, .pagenation ul span:last-child, .pagenation ul li:last-child a{
    padding: 3px 14px;
    background: #f5d77f;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
}
.pagenation .current {
    border-bottom: solid 2px #351817;
}

.active-pagenation {
    background: #3270f5;
    color: #fff;
}

.active-pagenation:hover {
    background: #000;
    color: #fff;
}

.bg-lightblu {
    background: #d5d9e4;
}

.bg-blue {
    background: #163e8c;
}

.p-30 {
    padding: 30px;
}


.view-all-btn {
    color: #3270f5;
    font-size: 15px;
}

.publications-div .book-box {
    margin-bottom: 15px;
}

.pablic-img {
    height: 186px;
    margin-bottom: 10px;
}

.pablic-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-box {
    width: 100%;
    height: 162px;
    display: block;
}

.video-box img,.video-box * {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-main {
    background: #173e8d;
    padding: 40px 0;
    color: #fff;
}

.footer-main ul li a {
    font-size: 14px;
    margin-bottom: 20px;
    display: inline-block;
	color: #fff;
}

.follow-main {
    text-align: center;
}

.follow-main p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.follow-main ul li {
    display: inline-block;
    padding: 0 5px;
}

.follow-main ul li a {
    display: inline-block;
    margin-bottom: 10px;
    width: 35px;
    height: 35px;
    background: #fff;
    color: #173e8d;
    border-radius: 50%;
}

.follow-main ul li a i {
    line-height: 35px;
    font-size: 24px;
}

.copy-right {
    padding: 10px 0;
    position: relative;
}

.copy-right p {
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 0;
}

.feedback-button {
    display: inline-block;
    padding: 12px 70px;
    background: #f26a20;
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.feedback-button:hover {
    background: #cf4a02;
}


/*backto-top*/
#backto-top {
    display: inline-block;
    background-color: #f5d77f;
    width: 65px;
    height: 65px;
    text-align: center;
    border-radius: 10px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-align: center;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 24%);
}

#backto-top::after {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#backto-top i {
    color: #fff;
    line-height: 50px;
    font-size: 50px;
    opacity: 0;
}

#backto-top:hover {
    cursor: pointer;
    background-color: #333;
}

#backto-top:active {
    background-color: #555;
}

#backto-top.show {
    opacity: 1;
    visibility: visible;
}

/*backto-top end*/


.inner-banner {
    position: relative;
}

.innerbanner {
    width: 100%;
    height: 150px;
    position: relative;
}

.innerbanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.details-title .d-flex h3 {
    position: relative;
    margin-bottom: 0;
    flex-shrink: 0;
    padding-right: 15px;
    margin-right: 15px;
}

/* .details-title .d-flex h3::after {
    content: "";
    height: 35px;
    width: 1.5px;
    background: #b8b8b8;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
} */
.details-title {
    margin-bottom: 15px;
}

.details-title h3 {
    font-size: 35px;
    font-weight: 300;
}

.details-title p {
    font-size: 16px;
}

.booklist-serch {
    position: relative;
    margin-bottom: 15px;
}

.booklist-serch input {
    height: 54px;
    width: 100%;
    border: solid 1px #3270f5;
    padding-left: 20px;
    padding-right: 100px;
    font-size: 14px;
}

.booklist-serch input[type="submit"] {
    width: 80px;
    font-size: 0;
    background: #f1c848;
    background-image: url(../images/serch-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    padding: 10px;
    flex-shrink: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 0;
}

.latter-filter {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.latter-filter li a {
    padding: 0 10px;
    display: inline-block;
    position: relative;
    font-size: 16px;
}

.latter-filter li a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 10px;
    background: #333;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.latter-filter li:last-child a:after {
    display: none;
}

.next-btn {
    border: 0;
    padding: 0;
    background: transparent;
}

.brousetitle h5 {
    font-weight: 300;
}

.resalt-div {
    background: #3270f5;
    padding: 15px 15px;
    color: #fff;
}

.resalt-div h5 {
    font-size: 18px;
    margin-bottom: 0;
}

.resalt-div h5 span {
    font-weight: 300;
}

.resalt-div .select-dropdown__button {
    height: auto;
    padding: 0;
    background: transparent;
    color: #fff;
    width: 160px;
    font-size: 18px;
}

.bttn-garay {
    height: 48px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 14.2px;
    padding-bottom: 14.2px;
    font-size: 16px;
    color: #000;
    background: #e2dada;
    border: 0;
    line-height: normal;
}

.bttn-garay:hover {
    background: #000;
    color: #fff;
}

.orang-btn {
    background: #f26a1f;
    display: inline-block;
    text-align: center;
    padding: 15px 20px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}

.orang-btn:hover {
    color: #fff;
}

.bg-orange {
    background: #f1c848;
}

.orang-btn:hover {
    background: #333;
}

.art-img {
    width: 100%;
    height: 200px;
}

.art-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-orange p {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.font-14 p {
    font-size: 14px;
}

.book-show {
    /*border: solid 1px #000;*/
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    height: 324px;
}

.book-show img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.book-show a.serch {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 18px;
}

.bredcome ul li {
    display: inline-block;
    margin: 0 14px;
    position: relative;
    color: #c8c8c8;
}

.bredcome ul li a {
    color: #c8c8c8;
}

.bredcome ul li:first-child {
    margin-left: 0;
}

.bredcome ul li::before {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    left: -23px;
    top: -3px;
    font-size: 18px;
    color: #c8c8c8;
}

.bredcome ul li:first-child::before {
    display: none;
}

.lefttxt li a {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    font-style: italic;
    font-weight: 600;
}

.cms-rightpenal h2 {
    font-size: 28px;
}

.cms-rightpenal h3 {
    font-size: 24px;
}

.cms-rightpenal ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}

.cms-rightpenal ul li::before {
    position: absolute;
    left: 0;
    top: 0;
	font-size: 8px;
	vertical-align: middle;
    font-family: FontAwesome;
    content: "\f04d";
}

.cms-rightpenal p {
    font-size: 16px;
}

.cms-rightpenal p span {
    font-size: 14px;
}

.buttons-group ul {
    display: flex;
    flex-wrap: wrap;
}

.buttons-group ul li {
    display: inline-block;
    margin-right: 35px;
    margin-bottom: 15px;
    padding-left: 0;
    margin-top: 5px;
    margin-left: 5px;
	font-size:11px;
}

.buttons-group ul li::before,
.sochal-boxs li::before {
    display: none;
}


.buttons-group ul li a {
    width: 150px;
    display: inline-block;
    font-weight: 600;
}

.btn-brder {
    padding: 8px;
    border: solid 1px #333;
}

.btnyello {
    background-color: #f1c848;
    border: solid 1px #f1c848;
}

.bbtnactiv {
    border: solid 2px red;
}

.btndesii {
    color: #fff;
    background: #000;
    border: 0;
    font-size: 13px;
    padding: 5px 10px;
}

.btn-brder:hover {
    background: #333;
    color: #fff;
}

.sochal-boxs {
    text-align: right;
}

.sochal-boxs li {
    display: inline-block;
    margin: 0 5px;
    padding-left: 0 !important;
}

.sochal-boxs li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #3171f7;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}

.sochal-boxs li a i {
    line-height: 40px;
}

.bg-semiblue {
    background: #2f3aec !important;
}

.cltom-hr {
    border-top: 2px solid rgb(0 0 0 / 23%);
}

.text-inportant {
    width: 110px;
    font-size: 13px;
    line-height: 18px;
    margin-left: 10px;
}

.div-sp {
    width: 100px;
    font-size: 13px;
    line-height: 18px;
    margin-left: 15px;
}

.addcart-btn {
    min-width: 200px;
    padding: 12px 70px;
    background: #f26a20;
    font-size: 16px;
    border: solid 1px #f26a20;
    ;
    color: #fff;
}

.addcart-light {
    min-width: 200px;
    padding: 12px 70px;
    background: transparent;
    font-size: 16px;
    border: solid 1px #333;
    ;
    color: #000;
}

.addcart-light:hover,
.addcart-btn:hover {
    background: #333;
    color: #fff;
    border: solid 1px #333;
    ;
}


.bgextragray {
    background: #afa8a8;
}

.bg-grayclor {
    background: #e2dada;
    color: #000;
}

.resalt-div.bg-grayclor .select-dropdown__button {
    width: 210px;
    color: #000;
}

.janerals-height {
    min-height: 348px;
}

.journals-tambal {
    padding: 30px 0;
    position: relative;
}

.main-journals .section-title p {
    font-size: 14px;
    margin-bottom: 8px;
}

.main-journals .section-title h3 {
    font-size: 25px;
}

.main-journals .section-title h4 {
    font-size: 22px;
}

.bigsercalimg {
    width: 600px;
    height: 600px;
    margin: 0 auto;
}

.bigsercalimg img {
    width: 100%;
    height: 100%;
}

.openacchisicon {
    position: absolute;
    width: 65px;
    height: 45px;
    object-fit: contain;
    right: 0;
}

.bewbookidia {
    height: 48px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 14.2px;
    padding-bottom: 14.2px;
    font-size: 16px;
    color: #fff;
    background: #000;
    border: 0;
    line-height: normal;
    display: inline-block;
}

.bewbookidia:hover {
    color: #fff;
}

/* contact us */

.contactbox {
    text-align: center;
    border: solid 1px var(--color-bluemain);
    padding: 30px;
    box-shadow: 0px 15px 45px 0px rgb(51 51 51 / 8%);
    transition: border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background: #fff;
    height: 210px;
    margin-bottom: 15px;
}

.contactbox:hover {
    -webkit-box-shadow: 0 10px 10px -10px rgb(0 0 0 / 35%);
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 35%);
}

.contactbox h3 {
    font-size: 18px;
    font-weight: 500;
}

.contactbox p,
.contactbox a {
    font-size: 16px;
    font-weight: 400;
}

.iconbx {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px auto;
    border: solid 5px #ebf1f7;
    border-radius: 50%;
    font-size: 23px;
}

.iconbx i {
    color: var(--color-bluemain);
    line-height: 50px;
}

.contact-form {
    background: #fff;
    padding: 45px;
    box-shadow: -2px 10px 30px 0px rgb(0 0 0 / 10%);
}

.contact-form input,
.contact-form textarea {
    border: 0;
    border-bottom: solid 1px var(--color-bluemain);
    padding-left: 0;
}

.lfdiv {
    margin-right: -80px;
    border: solid 1px var(--color-bluemain);
}

.lfdiv iframe {
    height: 650px;
}

.contact-form textarea {
    height: 100px;
}

.contact-form input {
    height: 50px;
}

input[type="checkbox"] {
    height: auto;
    width: auto;
    top: -2px;

}

.curserpoint {
    cursor: pointer;
}

.contact-form input,
.contact-form textarea {
    border: 0;
    border: solid 1px var(--color-bluemain);
    padding-left: 15px;
    font-size: 14px;
}

.contact-form input[type="submit"] {
    border: 0;
    background: var(--color-bluemain);
    padding: 12px 30px;
    color: #fff;
    text-transform: uppercase;
    min-width: 200px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    box-shadow: unset;
    border: solid 1px var(--color-bluemain)
}

/* contact us end */

/*-------Evant Start-------*/
.bgdrk {
    background: #3D3636;
}

.bgdrk .section-title h2,
.bgblue .section-title h2 {
    color: #fff;
}

.bgdrk .allbook-btn {
    border-color: #fff;
    color: #fff;
}

.bgblue {
    background: #326CFA;
}

.bggray {
    background: #F5F5F5;
}

.bggray .ltbook-des,
.bggray .bk-main {
    background: #fff;
}

.eventbox {
    background: #fff;
    border: solid 1px #e4e4e4;
    margin-bottom: 30px;
}

.eventbox:hover {
    border: solid 1px #e4e4e4;
    background: #0000;
}

.eventbox:hover .edate {
    background: #326cfa;
    color: #fff;
}

.eventbox:hover .ftxt {
    background: var(--colo-bgbluelight);
}

.eventtop {
    padding: 20px 15px;
    position: relative;
}

.eventtop h3 {
    font-size: 17px;
    font-weight: 600;
}

.eventtop p {
    font-size: 14px;
    color: #646464;
    font-weight: 400;
}

.locationtime {
    padding: 8px 15px;
    border-top: solid 1px #e4e4e4;
    border-bottom: solid 1px #e4e4e4;

}



.locationtime ul li {
    display: inline-block;
    padding: 0 10px;
    color: #757575;
    font-size: 12px;
}

.evntftr {
    padding: 20px 15px;
    text-align: center;
    border-top: solid 1px #efefef;
}

.ne-imgbox {
    padding: 20px 15px;
}

.ne-imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
}

.ftxt {
    padding: 18px 15px;
    background: var(--color-bluemain);
    border-radius: 8px;
    margin-bottom: 0px;
    display: block;
}

.ftxt h4 {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    color: #fff;
}

.rdbtn {
    color: #326CFA;
    font-weight: 600;
}

/*-------Evant End-------*/

/* cart page start */

/* cart items */


.cart-page table {
    width: 100%;
    border-collapse: collapse;
}

.cart-page .cart-info {
    display: flex;
    flex-wrap: wrap;
}

.cart-page th {
    text-align: left;
    padding: 15px;
    color: #ffffff;
    background: var(--color-bluemain);
    font-weight: normal;
}

.cart-page td {
    padding: 10px 5px;
    font-size: 16px;
}

.cart-page td input {
    width: 40px;
    height: 30px;
    padding: 5px;
}

.cart-page td a {
    color: var(--colo-bgbluelight);
    font-size: 12px;
}

.cart-page td img {
    width: 100px;
    height: 120px;
    margin-right: 10px;
    border: solid 1px #333;
}

.total-price {
    display: flex;
    justify-content: flex-end;
    background: #fff;
    box-shadow: 0 5px 10px 0px rgb(0 0 0 / 35%);
    padding: 40px 20px;
}

.total-price table {
    border-top: 3px solid var(--color-bluemain);
    width: 100%;
    max-width: 400px;
}

.cart-page td:last-child {
    text-align: right;
}

.cart-page th:last-child {
    text-align: right;
}

/* cart page end */

.abimg img {
    height: 100%;
    object-fit: cover;
}

.abimg {
    min-height: 333px;
    height: 100%;
}

.sedescribe h2 {
    color: #000000;
    margin: 0px;
    font-family: "Rubik", Sans-serif;
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 30px;
    margin-bottom: 12px;
    margin-top: 10px;
}

.sedescribe p {
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.sedescribe ul {
    margin-bottom: 10px;
}

.sedescribe ul li {
    margin-bottom: 6px;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
	vertical-align: top;
}

.sedescribe ul li:after {
    position: absolute;
    left: 0;
    top: 0;
	font-size: 8px;
	vertical-align: middle;
    font-family: FontAwesome;
    content: "\f04d";
}

.atherimg {
    float: right;
    width: 100%;
    max-width: 400px;
    height: 300px;
    margin: 0 0 20px 20px;
}

.atherimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab-csdesign li::before {
    display: none;
}

.tab-csdesign li {
    margin: 0;
    padding: 0 !important;
}

.nav-tabs.tab-csdesign li button{
    background-color: transparent !important;
    border: 0 !important;
    font-size: 18px !important;
    color: #000 !important;
    padding: 10px 20px;
    border-radius: 0 !important;
    /*margin-bottom: 15px;*/
    border: solid 1px #d5d9e4 !important;
    margin-right: 0px;
}


.tab-content > .active{
    border: solid 1px #d5d9e4;
    padding: 15px;
}
/*.nav-tabs.tab-csdesign{
    border-bottom: 1px solid #163e8c;
}*/
/* .book-spa-details-tabs {
    padding: 25px !important;
    background: #d5d9e4;
} */

.nav-tabs .nav-item {
    margin-bottom: 0;
}

/* .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background-color: #163e8c !important;
    color: #fff !important;
} */

.nav-tabs.tab-csdesign .nav-link.active,
.nav-tabs.tab-csdesign .nav-item.show .nav-link,
.nav-tabs.tab-csdesign .nav-link:hover {
    background-color: #d5d9e4 !important;
    color: #000 !important;

}

.tab-content {
    padding: 0px 0;
}

.main-ac {
    margin-bottom: 30px;
    border-bottom: solid 1px #163e8c;
}

.main-ac h4 {
    cursor: pointer;
}

.right-germain {
    background: #f5d77f;
    padding: 15px 10px;
    margin-top: 20px;
    position: relative;
}

.right-germain.journal-right-siide {
    padding: 0;
    background: transparent;
}

.hd-journalimg {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.heilight-journals {
    position: relative;
    padding: 15px 12px 0;
    border: solid 1px var(--colo-bgbluelight);
    margin-bottom: 25px;
}

.heilight-journals:last-child {
    margin-bottom: 0;
}

.heilight-journals h4 {
    font-size: 16px;
    line-height: 22px;
}

.hd-journalimg {
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}

.heilight-journals p {
    margin-bottom: 5px;
}

.hading {
    position: absolute;
    top: -12px;
    background: #f5d77f;
    padding: 0 5px;
}

.heilight-journals ul li {
    margin-bottom: 15px;
}

.righttext ul li {
    background: url(../images/icon_bullet3.gif) no-repeat 0 8px;
    margin: 0 0 0 10px;
    padding: 2px 5px 5px 15px;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

.cms-sers p {
    font-size: 16px;
}

.river-main {
    width: 95%;
    height: 200px;
    background-color: var(--white);
    position: relative;
}

.river-content {
    position: absolute;
    bottom: 20px;
    left: 50px;
    color: var(--white);
}

.river-content h2 {
    font-size: 25px;
    font-weight: 500;
}

.river-main img {
    width: 100%;
    height: 100%;
}

.seris-box {
    width: 100%;
    height: 150px;
    background: #000;
    position: relative;
}

.seris-box h3 {
    font-size: 22px;
    text-align: center;
    bottom: 20px;
    position: absolute;
    width: 100%;
    left: 0;
    color: #fff;
    font-weight: 300;
}

.bg-blue {
    background: #1e4ca2;
}

.bg-green {
    background: #0fa235;
}

.bg-orange {
    background: #e64f18;
}

.bg-yello {
    background: #e8b412;
}

.seris-tab .nav-item {
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.seris-tab .nav-item .nav-link {
    text-align: center;
    height: 150px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 0;
}

.seris-tab .nav-item h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    padding: 12px;
}

.seris-tab .nav-item:nth-child(1) .nav-link{
    background: #1e4ca2;
}

.seris-tab .nav-item:nth-child(2) .nav-link{
    background: #0fa235;
}

.seris-tab .nav-item:nth-child(3) .nav-link{
    background: #e64f18;
}

.seris-tab .nav-item:nth-child(4) .nav-link{
    background: #e8b412;
}
.seris-tab .nav-item:nth-child(5) .nav-link{
    background: #8e44ad;
}
.tabcontant  .tab-pane:nth-child(1){
    border-top: solid 5px #1e4ca2;
    background: #fafafa;
}
.tabcontant  .tab-pane:nth-child(2){
    border-top: solid 5px #0fa235;
    background: #fafafa;
}
.tabcontant  .tab-pane:nth-child(3){
    border-top: solid 5px #e64f18;
    background: #fafafa;
}
.tabcontant  .tab-pane:nth-child(4){
    border-top: solid 5px #e8b412;
    background: #fafafa;
}

.tabcontant  .tab-pane:nth-child(5){
    border-top: solid 5px #8e44ad;
    background: #fafafa;
}

.leftimg-login{
    width: 100%;
    height: 100%;
}

.login-form {
    width: 100%;
    max-width: 600px;
    padding: 5px 50px 50px 50px;
    color: #000;
}
.bg-light{
    background: #fff !important;
}
.login-form h3{
    font-size: 22px;
}
.login-form input{
    height: 35px;
    padding-left: 15px;
    background-color: #e8efff;
    border: 0;
}

.login-form button, .login-form [type="button"], .login-form [type="reset"], .login-form [type="submit"]{
    height: 45px;
    border: 0;
    background-color: #0c47c2;
    color: #fff;
}

.border-btn{
    background-color: transparent !important;  
    border: solid 1px #0c47c2 !important;
    color: #0c47c2 !important;
}
.navbar-nav .dropdown-menu{
    padding: 0;
}
.dropdown-menu a {
    display: block !important;
    font-size: 16px !important;
    padding: 8px 15px !important;
}
.navbar .navbar-collapse ul li .dropdown-menu a{
    border-bottom: solid 1px transparent !important;
}
.navbar .navbar-collapse ul li .dropdown-menu a:hover, .dropdown-menu .active-menu{
    border-bottom: solid 1px #f26a1f !important;
}

iframe {
    width: 100%;
}

.nav-tabs, .nav-tabs .nav-link{
    display: flex;
    flex-wrap: nowrap;
    overflow-x:auto;
}
.nav-tabs .nav-item{
    white-space: nowrap !important;
}


.nav-tabs .nav-item button{
    border: solid 1px #d5d9e4 !important;
    border-radius: 0;
}


/*****************************************Error Message CSS**************************************************/
   .box{
        padding: 0px;
        display: none;
        margin-top: 0px;
        border: 0px solid #000;
    }
    .mgu{  }
    .pgs{  }
	 .phy{  }
    .blue{ background: #0000ff; }
	.msg {
padding: 5px;
width: 100%;
margin: 2px;
color: #c00;
border: 1px solid #c00;
background-color: #FEF1ED;
font: bold 13px  verdana;
} 
 
.error {
font: normal 11px arial, verdana;
color: #c00;
border: 1px solid #c00;
padding: 2px;
margin: 5px;
float: left;
background-color: #FEF1ED;

}

/************************************Series Theme**************************************/

.icml_header{
	font-size: 40px;
	color: #921a24;
	font-weight:900;
}

.icml_title{
	font-size: 20px;
	color: #921a24;
}

.series_header { 
font-size: 30px;
	
}

.series_title{
	font-size: 12px;
	font-style: italic;
}

/*******************FieldSet CSS End**********************************************/
fieldset.scheduler-border {
  border: 1px groove #483D8B !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
  margin-top: 10px !important;
  
}

legend.scheduler-border {
  font-size: 1.2em !important;
  font-weight: bold !important;
  text-align: left !important;
  width: auto;
  padding: 0 10px;
  border-bottom: none;
  margin-top: -15px;
  background-color: white;
  color: #4B0082;
}


/*******************FieldSet CSS End**********************************************/
/********************Sub FieldSet CSS**************************************************/

fieldset.scheduler-border-sub {
  border: 1px groove #483D8B !important;
  padding: 0 1.0em 1.0em 1.0em !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
  margin-top: 7px !important;
  
}

legend.scheduler-border-sub{
  font-size: .8em !important;
  font-weight: bold !important;
  text-align: left !important;
  width: auto;
  padding: 0 5px;
  border-bottom: none;
  margin-top: -10px;
  background-color: white;
  color: #4B0082;
}


/*******************Sub FieldSet CSS End**********************************************/