@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/*font-family: "Playfair Display", serif;
font-family: "Roboto", sans-serif;*/

:root {
      --bg-color: #ffffff;
      --text-color: #1c1e23;
      --text-muted-color: #777777;
}

.dark-mode {
      --bg-color: #121212;
      --text-color: #ffffff;
      --text-muted-color: #ffffff;
}

* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", serif;
    margin: 0;
    padding: 0;
}

p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: var(--text-muted-color);
    font-weight: 400;
    line-height: 24px;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
    border: none;
}

a {
    text-decoration: none;
    outline: none !important;
}

html {
    scroll-behavior: smooth;
    font-size: 100%;
}

.p-60 {
    padding: 60px 0;
}

.bannertext h1 {
    font-size: 65px;
    color: #000;
    font-weight: 400;
    margin: 0;
    line-height: 70px;
}

.bannertext h1 span {
    color: #174FA4;
    font-weight: 600;
}

.headertext h3 {
    font-size: 48px;
    color: #000;
    font-weight: 500;
    margin: 0 0 15px;
    position: relative;
}

.headertext h3 span {
    color: #174FA4;
}

.small_title h5 {
    font-size: 18px;
     color: var(--text-color);
    margin-bottom: 8px;
    font-weight: 600;
}

.btn1 {
    font-family: "Roboto", sans-serif;
    background-color: transparent;
    background-image: linear-gradient(180deg, #417926 0%, #68B146 100%);
    font-size: 16px;
    padding: 10px 25px;
    transition: all .5s ease-in-out;
    color: #fff;
	border: none;
  margin-top: 25px;
    font-weight: 500;
    text-align: center;
    border-radius: 4px;
    transition: 0.6s;
}

.btn1:hover {
    background-image: linear-gradient(357deg, #417926 0%, #68B146 100%);
}

.sec_tag {
    background-color: rgb(232,237,246);
    padding: 6px 20px;
    text-align: center;
    font-size: 16px;
    color: #174FA4;
    border-radius: 30px;
    display: table;
    margin: 0 auto 15px;
}

/*// backToTop //*/
#backToTop { position: fixed; bottom: 30px; right: 30px; width: 35px; height: 35px; padding: 10px; background-color: transparent; background-image: linear-gradient(180deg, #417926 0%, #68B146 100%); border: none; border-radius: 50%; cursor: pointer; display: none; align-items: center; justify-content: center; z-index: 1000; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); border: 1px solid rgb(255 255 255 / 89%); transition: 0.6s; }
#backToTop .fa-arrow-up { font-size: 15px; color: #fff; top: -1px; position: relative; }
#backToTop:hover { background-color: rgb(203 172 110 / 66%); transform: scale(1.1); }
#backToTop:hover svg { transform: translateY(-3px); }
/*// backToTop //*/

/* ======================================================================= */
    /* header start */
/* ======================================================================= */

.topbar ul {
    padding: 0px;
    margin: 0px;
}

.topbar ul li {
	font-family: "Roboto", sans-serif;
    display: inline-block;
    border-right: 2px solid #DDD;
    padding-right: 20px;
    margin-right: 23px;
    color: var(--text-muted-color);
    font-size: 12px;
    line-height: 24px;
}

.topbar ul li a {
    color: #777;
}

.topbar ul li:last-child {
    border-right: 0px solid #DDD;
}

.darkmode {
    position: relative;
    color: var(--text-muted-color);
}

.darkmode a {
    font-size: 14px;
    color: var(--text-muted-color);
    position: relative;
}

.darkmode::after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #7fc755 0%, #487a2b 100%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: -15px;
    top: 6px;
}


.headerarea {
    box-shadow: none;
    position: relative;
    border-bottom: 1px solid #EBEBEB;
}

.header-body {
    padding: 10px 0;
}

.headerarea .logo {
    width: 100%;
    max-width: 310px;
    position: relative;
    display: inline-block;
}

.headerarea .logo img {
    width: 100%;
    object-fit: cover;
    position: relative;
}
img.twentytwenty-after {
    filter: grayscale(1);
}
.headerarea .header-contact .call {
    width: 100%;
    min-width: 43px;
    max-width: 43px;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F6F7FB;
    background-color: #F6F7FB;
     color: var(--text-color);
    border-radius: 100%;
    margin-left: 10px;
    transition: 0.5s;
}

.headerarea .header-contact .call:hover {
    border-color: #000000;
    background-color: #000000;
    color: #ffffff;
}

.headerarea.fix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
    background-color: #fff;
    padding: 0;
    z-index: 3333;
    /*box-shadow: 0 4px 10px rgb(0 0 0 / 10%);*/
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.headerarea.fix .menu ul li a {
    color: #000;
}

.headerarea.fix .menu {
    margin-top: 0px;
    margin-right: 0;
}

.headerarea.fix .menu ul li a:hover, .headerarea.fix .menu ul li.active a {
    color: #417925;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-right .header-contact .btn {
    margin-right: 10px;
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
/*menu CSS
--------------------------------------------------------------------------------------------------*/
.menu {
    margin-top: 0px;
   
}
.menu ul{margin:0;padding:0;font-size:0;}
.menu ul li{display:inline-block;padding:0;list-style-type:none;position:relative;vertical-align:middle;}
.menu ul li.active { position: relative; }
.menu ul li.active::before {content: '';position: absolute;top: -5px;left: 0;width: 100%;max-width: 50px;height: 50px;background-repeat: no-repeat;background-size: contain;background-position: center;background-image: url(../images/menu-active-shape.svg);}
.menu ul li span { position: absolute; top: 33%; right: 2px; }
.menu ul li span::after { content: '\f107'; color: #000000; font-family: FontAwesome; font-size: 13px; }
.menu ul li:hover span::after { color: #427926; }
.headarea.innerheader .menu ul li a { color: #000; }
.menu ul li a { font-family: "Roboto", sans-serif; color: #3c3c3c; font-size: 15px; font-weight: 400; display: block; padding: 15px 0px; margin: 0 15px; position: relative; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; }
.menu ul li a:hover, .menu ul li.active a { color: #3c3c3c; }
.menu ul li.active a::after { width: 100%; }
.menu ul li a span { display: inline-block; vertical-align: 0px; margin-left: 6px; font-size: 10px; }
.menu ul li:hover ul li a:hover { color: #000;background-color: #fff;}
.menu ul li ul { width: 240px; position: absolute; top: calc(100% + 30px); left: 0; z-index: 2; background-color: #ffffff; text-align: left; transition: 0.3s; opacity: 0; visibility: hidden; box-shadow: 0 4px 15px rgb(0 0 0 / 3%); }
.menu ul ul li:first-child:before{display:none;}
.menu ul ul li:after{display:none;}
.menu ul li:last-child ul{width:220px;position:absolute;top:100%;left:auto;right:0;z-index:2;background-color:#ffffff;box-shadow:0px 5px 14px rgb(0 0 0 / 2%);text-align:left;}
.menu ul li ul li a { font-size: 15px;text-transform: none;padding: 12px 15px; color: #3c3c3c;line-height: 20px;
  font-weight: 400;transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s; -webkit-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; -khtml-transition: all ease-in-out 0.5s; display: block; margin: 0; }
.menu ul li ul li ul{top:10px;left:149px;}
.menu ul li ul li span{right:7px;top:12px;}
.menu ul li a:hover.menu ul li ul{display:block;}
.menu ul li ul li{display:block;padding:0;border-bottom:solid 1px rgb(255 255 255 / 7%);border-right:none;}
.menu ul li ul li:last-child{border:none;}
.menuButton{width:40px;height:35px;padding:5px;float:right;display:none;}
.menuButton span { width: 100%; height: 2px; background: #000; margin-bottom: 6px; float: left; transition: all 0.3s ease-in-out 0s; }
.menuButton span:last-child{margin-bottom:0;}
@media (min-width:991.98px) {
    .menu ul {
        display: block!important;
    }

    .menu ul li:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
}
@media (max-width:991.98px){.menuButton{display:block;margin-left:15px;cursor:pointer;}
 .menu ul li span{background:url(../images/menu_arrow.png) center center no-repeat;cursor:pointer;width:15px;height:15px;position:absolute;right:15px;top:20px;z-index:99;}
 .menu ul li:hover span{background:url(../images/menu_arrow_hover.png) center center no-repeat;}
 .arrow_change span:nth-child(2){display:none;}
 .arrow_change span:first-child{position:relative;top:9px;transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
 .arrow_change span:last-child{position:relative;top:1px;transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);}
 .menuBar{padding:15px 0;}
 .menu{padding:5px 0;}
 .menu ul{display:none;background-color:#fff;position:absolute;top:100%;left:0;width:100%;z-index:99;}
 .menu ul li a{color:#071731;display:block;width:100%;font-size:15px;}
 .menu ul li ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;padding:0;visibility: initial;opacity: 1;}
 .menu ul li:last-child ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;}
 .menu ul li{display:block;padding:10px 15px 10px 15px;border-top:1px solid #cccccc54;text-align:left;position:relative;}
 .menu ul li span{position:absolute;right:30px;z-index:99;cursor:pointer;top:12px;text-align:center;}
 .menu ul li ul li ul{top:0;left:0;}
 .menu ul li ul li a{font-size: 12px;text-transform: none; background-color: #e1e1e1; padding: 8px 12px;color: #000;}
}

.headerarea .menu .active>a {
    color: #3c3c3c;
    background: transparent;
}

/*-- header area stop --*/

.papermag-search form{ position: relative;}

.papermag-search .form-control {
    display: block;
    position: relative;
    font-family: "Roboto", sans-serif;
    width: 100%;
    padding: 7px 10px 7px 30px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #EEEEEE;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.searchsubmit {
	position: absolute;
	top: 7px;
	z-index: 1;
	background-color: transparent;
	border: none;
	color: #777777;
}

.searchsubmit  .fa-magnifying-glass {
    margin-left: 10px;
}

.topbar {
    width: 100%;
    padding: 13px 0;
    background-color: #ecf7e2;
}

.topRight .btn1 {
    margin-right: 25px;
    padding: 5px 25px;
}

.topRight {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.dark-mode .topbar {
    background-color: #000000;
}
.dark-mode .headerarea{
    background-color: #fff;
}
/* ======================================================================= */
    /* banner start */
/* ======================================================================= */

.banner {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}

.banner_left {
    width: 100%;
    position: relative;
}

.banner_leftpic {
    width: 490px;
    height: 408px;
    position: relative;
    display: flex;
    overflow: hidden;
    margin-left: auto;
}

.banner_leftpic img {
   width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.banner .bannertext {
    position: absolute;
    top: -2px;
    left: 0;
    max-width: 610px;
    pointer-events: none;
}

.banner .bannertext h1 {
    font-size: 40px;
    color: var(--text-color);
    font-weight: 500;
    margin: 0;
    line-height: 52px;
    width: 80%;
    background-color: var(--bg-color);
    display: inline;
}

.textbox {
    width: 30%;
    position: absolute;
    bottom: 50px;
    left: 0;
}

.theadmin {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 20px;
    display: none;
}

.theadmin img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #fff;
    flex-basis: 38px;
    flex-shrink: 0;
    background-color: #fff;
    object-fit: cover;
}

.theadmin h5 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
     color: var(--text-color);
    font-weight: 600;
    margin-bottom: 7px;
}

.theadmin h6 {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #999;
    font-weight: 400;
}

.banner_right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.banner_rightpic {
    height: 197px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.banner_rightpic img {
    width: 100% !important;
  height: 100% !important;
  object-fit: cover;
} 

.banner_rightpic:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: .7;
}

.right_textbox {
    width: 100%;
    height: 100%;
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.right_textbox h6 {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.right_textbox h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-top: 5px;
}

.right_textbox .theadmin h5 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 7px;
}

.right_textbox small h6 {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}

.right_textbox .theadmin {
    margin-top: 55px;
}

.rightgreybox {
    width: 100%;
    height: 180px;
    background-color: #f2f2f2;
    padding: 25px 100px 25px 25px;
    position: relative;
}

.rightgreybox h5 {
    /* font-size: 20px; */
    color: #111111;
    font-weight: 500;
    /* line-height: 26px; */
    font-size: 18px;
    line-height: 28px;
}

.auth_imgbox {
    position: absolute;
    bottom: 0px;
    right: 30px;
}

.auth_imgboxpic {
    height: 100px;
    position: relative;
    display: flex;
    overflow: hidden;
    z-index: 1;
    display: none;
}

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

.auth_imgboxpic:after {
    position: absolute;
    background: #fff;
    width: 107px;
    height: 107px;
    content: "";
    right: 0;
    border-radius: 50%;
    bottom: -22px;
    z-index: -1;
}

.right_textbox .theadmin {
    margin-top: 55px;
}

@media (min-width: 992px) {
    .banner .col-lg-8 {
        flex: 0 0 auto;
        width: 64.666%;
    }
	.banner .col-lg-4 {
		flex: 0 0 auto;
		width: 35%;
	}
}

/* ======================================================================= */
    /* recently_added start */
/* ======================================================================= */

.recently_added {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}

.recently_added h4 {
    font-size: 22px;
    color: #000;
}

.tabrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.tabrow .nav-link {
    font-family: "Roboto", sans-serif;
    display: block;
    padding: .5rem 1rem;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--text-muted-color);
    text-decoration: none;
    background: 0 0;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--text-color);
    background-color: transparent;
}

.tab_content_left {
    width: 100%;
}

.tab_content_leftpic {
    height: 614px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.tab_content_leftpic img {
   width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.tab_content_leftpic:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .7;
}

.post_info_content {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 50px;
    z-index: 1;
}

.pagetitle h3 {
    font-size: 20px;
  color: var(--text-color);
  font-weight: 600;
  position: relative;
	margin-bottom: 20px;
}

.pagetitle h4 {
    font-size: 18px;
    color: var(--text-color);
    line-height: 26px;
    font-weight: 500;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pagetitle h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    position: relative;
    text-align: center;
    line-height: 34px;
}

.post_info_content h6 {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 12px;
    position: relative;
    text-transform: uppercase;
}

.post_info_content .theadmin {
    justify-content: center;
}

.post_info_content .theadmin h5 {
    color: #ffffff;
    text-align: left;
}

.post_info_content .theadmin h6 {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}

.post_info_content .theadmin img {
    max-width: 55px;
    height: 55px !important;
    flex-basis: 55px;
    flex-shrink: 0;
}

.post_info_item {
    width: 100%;
}

.post_info_itempic {
    width: 100%;
    height: 195px;
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 12px;
}

.post_info_itempic img {
   width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.post_meta {
    display: flex;
    align-items: center;
    gap: 25px;
}

.post_meta article {

	flex-shrink: 0;
}

.post_meta h6 {
    font-family: "Roboto", sans-serif;
    color: #61ce70;
    background: -webkit-gradient(linear, left top, right top, from(#487a2b), to(#0dc13c));
    background: -o-linear-gradient( left, #2130FF 0%, #0090FF 100%);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.post_meta span {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	color: var(--text-muted-color) !important;
}

.post_meta i {
    font-size: 14px;
    color: var(--text-muted-color);
    padding-right: 3px;
}

/* ======================================================================= */
    /* politics start */
/* ======================================================================= */

.politics {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}

.politics_left {
    width: 100%;
}

.politics_item {
    width: 100%;
}

.politics_itemtop {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.politics_itemtop h6 {
    font-family: "Roboto", sans-serif;
    color: #61ce70;
    background: -webkit-gradient(linear, left top, right top, from(#487a2b), to(#0dc13c));
    background: -o-linear-gradient( left, #2130FF 0%, #0090FF 100%);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 8px;
}

.politics_itempic {
    width: 160px;
    height: 110px;
    position: relative;
    display: flex;
    overflow: hidden;
    flex-basis: 190px;
    flex-shrink: 0;
}

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

.politics_right {
    width: 100%;
}

.politics_rightpic {
    height: 525px;
    position: relative;
    display: flex;
    overflow: hidden;
}

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

.politics_right h4, .politics_right h4 a {
    font-size: 26px;
     color: var(--text-color);
    font-weight: 500;
    line-height: 36px;
    display: inline;
    background-color: #fff;
    position: absolute;
    left: 10px;
    top: 0;
	width: 93%;
}

.politics .pagetitle {
    flex-basis: 300px;
	flex-shrink: 0;
}

.politics .pagetitle h4 {
    font-size: 18px;
    color: var(--text-color);
    line-height: 26px;
    font-weight: 500;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (min-width: 992px) {
    .politics .col-lg-5 {
        flex: 0 0 auto;
        width: 45%;
    }
	.politics .col-lg-7 {
		flex: 0 0 auto;
		width: 55%;
	}
}

/* ======================================================================= */
    /* overview start */
/* ======================================================================= */

.overview {
    width: 100%;
    min-height: 600px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 150px 15px 150px 15px;
    text-align: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.overview:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 32%);
}

.overviewtextbox {
    position: relative;
    z-index: 1;
}

.overviewtextbox h4 {
    font-size: 24px;
    color: #feec13;
    font-weight: 600;
}

.overviewtextbox h2 {
    font-size: 53px;
    color: #fff;
    font-weight: 600;
    margin: 15px 0 25px;
}

.overviewtextbox p {
    color: #fff;
	font-size: 16px;
    margin-bottom: 35px;
}

/* ======================================================================= */
    /* sec5 start */
/* ======================================================================= */

.sec5 {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}

.sec5_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 25px;
    align-items: start;
}

.sec5_grid_card {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.sec5_grid_cardpic {
    width: 70px;
    height: 70px;
    position: relative;
    display: flex;
    overflow: hidden;
    flex-basis: 70px;
    flex-shrink: 0;
}

.sec5_grid_cardpic img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.sec5_grid_card h6 {
    font-family: "Roboto", sans-serif;
    color: #61ce70;
    background: -webkit-gradient(linear, left top, right top, from(#487a2b), to(#0dc13c));
    background: -o-linear-gradient( left, #2130FF 0%, #0090FF 100%);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 8px;
}

.sec5_grid_card h5, .sec5_grid_card h5 a {
/*      color: var(--text-color); */
	color: #111111;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* ======================================================================= */
    /* blog_sec start */
/* ======================================================================= */

.blog_sec {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}

.blog_secleft {
    width: 100%;
}

.blog_secleftpic {
    height: 220px;
    position: relative;
    display: flex;
    overflow: hidden;
    margin: 0px 0 20px;
}

.blog_secleftpic img {
    width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.blog_secleft .pagetitle h4 {
    margin-bottom: 10px;
}

.blog_item {
    width: 100%;
    border-top: 1px solid #f0f0f0;
    margin-top: 20px;
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.blog_item .me-2{
  width: 70px;
  height: 70px;
}
.blog_item img {
    width: 80px !important;
    height: 60px !important;
    object-fit: cover;
}

.blog_item h6 {
    font-size: 14px;
    color: var(--text-color);
    font-weight: 500;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	width: 83%;
}

.blog_itempic {
    width: 90px;
    height: 65px;
    flex-basis: 85px;
    flex-shrink: 0;
    position: relative;
    display: flex;
    overflow: hidden;
}

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

.blog_secleft p {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog_secleft .pagetitle h4 {
   min-height: 56px;
}

.blog_secleft p {
    min-height: 56px;
}

/* ======================================================================= */
    /* footer_sec start */
/* ======================================================================= */

.footer_sec {
    width: 100%;
    border-top: 1px solid #f0f0f0;
}

.footer_box {
    width: 100%;
    padding: 60px 20px;
    position: relative;
}

.footer_box h4 {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
     color: var(--text-color);
    font-weight: 500;
    margin-bottom: 20px;
}

.footer_box ul li {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: var(--text-color);
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer_box ul li i {
    font-size: 16px;
    color: #61ce70;
}

.map iframe {
    width: 100%;
    height: 175px;
    border: none;
    margin-top: 10px;
    padding: 2px;
    border: 1px solid #f0f0f0;
}

.footer_box .post_meta {
    justify-content: flex-start;
}

.footer_box .post_meta h6 {
    margin-bottom: 0;
}

.footer_box .sec5_grid_card {
    margin-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

.copyright {
    width: 100%;
    background-color: #111111;
    padding: 30px 0;
}

.copyright_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright h4 {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    color: #fff;
}

.copyright p {
    color: #fff;
}

.footer_sec .row .col-lg-4:nth-of-type(2) {
    border-right: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    height: 100%;
}

.footer_sec .sec5_grid_card h5 {
    /* color: var(--text-color); */
	font-family: "Roboto", sans-serif;
    color: #111111;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* ======================================================================= */
    /* login_sec start */
/* ======================================================================= */

.login_sec {
    width: 100%;
}

.contact-inner-get-in-touch-box {
    /* border: 1px solid #427926; */
    padding: 0px;
    background-image: linear-gradient(180deg, #ecf7e2 0%, #ecf7e2 100%);
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
}

.inner-contact-img-box {
    height: 600px;
    position: relative;
}

.inner-contact-img-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 48%);
}

.contact-img-information-start {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0,-50%);
    top: 50%;
    width: 80%;
}

.inner-contact-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-contact-form-box {
    padding: 100px 50px;
        background-color: var(--bg-color);
    border-radius: 0 10px 10px 0;
}

.inner-contact-form-box h3 span {
    font-weight: 700;
}

.inner-contact-form-box p {
    padding: 10px 0px 20px;
}

.inner-contact-form-box .form-control {
    padding: 10px 12px;
    border-radius: 0px;
    margin-bottom: 0px;
    background: #fff;
    color: #3a3c41;
    border: 1px solid #c1c1c1;
    font-size: 16px;
    height: 49px!important;
    font-weight: 400;
    width: 100%;
}

.inner-contact-form-box textarea.form-control {
    height: 100px!important;
}

.inner-contact-form-box label {
    position: relative;
        background-color: var(--bg-color);
    top: 15px;
    left: 10px;
    padding: 2px 8px;
    /* margin-top: 20px; */
    font-size: 15px;
    color: var(--text-color);
	z-index: 9;
}

.inner-contact-form-box .btn-submit {
    border: none;
}

.contact-inner-get-in-touch-box button {
    border: none;
    margin: 25px auto 0;
    display: block;
}

.toggle-password {
    float: right;
    cursor: pointer;
    margin-right: 12px;
    margin-top: -30px;
    position: relative;
    z-index: 1;
    color: var(--text-color);
}

.inner-contact-form-box h3 {
    text-align: center;
    margin-bottom: 35px;
    position: relative;
    color: var(--text-color);
}

.inner-contact-form-box h3:after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    bottom: -15px;
    background-color: #000;
    width: 200px;
    height: 2px;
}

.form-control:focus {
    box-shadow: none;
}

.w_50 {
    width: 50%;
}

.form_left {
    width: 100%;
    height: 100%;
    padding: 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    justify-content: center;
    /*background-image: linear-gradient(180deg, #417926 0%, #68B146 100%);*/
    border-radius: 10px 0 0 10px;
}

.form_left h2 {
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    color: var(--text-color);
    font-weight: 700;
}

.form_left p {
    text-align: center;
    color: var(--text-color);
    width: 100%;
}

.form_left .btn1 {
    background-color: transparent;
    background-image: linear-gradient(180deg, #417926 0%, #68B146 100%);
    color: #fff;
    padding: 8px 25px;
    margin-top: 10px;
}

.form_left .btn1:hover {
    background-image: linear-gradient(357deg, #417926 0%, #68B146 100%);
}

.form_left .logo {
    width: 100%;
    max-width: 110px;
    position: relative;
    display: inline-block;
}

.p_100 {
   padding: 100px 130px;
}

/*.inner-contact-information-box {
    padding: 20px 20px;
    padding-left: 79px;
    position: relative;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%), 0 1px 8px 0 rgb(0 0 0 / 15%);
    width: 100%;
    background: #000000bd;
    border: 1px solid #fff;
    color: #fff;
    margin: 10px 0px;
}*/

.inner-contact-information-box {
    padding: 20px 20px;
    padding-left: 79px;
    position: relative;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%), 0 1px 8px 0 rgb(0 0 0 / 15%);
    width: 100%;
    background: rgb(236 247 226 / 86%);
    border: 1px solid #fff;
    color: #fff;
    margin: 10px 0px;
        background-color: var(--bg-color);
}

.inner-contact-information-box img {
    position: absolute;
    left: 20px;
    width: 35px!important;
    height: 35px!important;
    object-fit: contain!important;
    top: 24px;
}

.bg_none {
    background-image: none;
    width: 100%;
}

.inner-contact-information-box p {
    color: #fff;
}

.inner-contact-information-box h5 {
    margin-bottom: 5px;
    font-size: 20px;
    color: var(--text-color);
}

.inner-contact-information-box p a {
    font-size: 15px;
    color: var(--text-color);
}

.inner-contact-information-box p {
    color: var(--text-color);
}

/* ======================================================================= */
    /* overview_page start */
/* ======================================================================= */
.overview_page {
    width: 100%;
}

.overview_page .pagetitle h3 {
    font-size: 26px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 25px;
}

.overview_page h4 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    color: var(--text-color);
    font-weight: 500;
    position: relative;
    margin-top: 20px;
}

.overview_page p {
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.overview_page h6 {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: var(--text-color);
    font-weight: 400;
    position: relative;
    margin: 20px 0 10px;
}

.overview_page ul {
    padding: 0;
    margin: 0 0 0 25px;
    list-style: none;
}

.overview_page ul li, .overview_page ul li a {
    width: 100%;
    font-size: 15px;
    color: var(--text-muted-color);
    font-weight: 400;
    padding-top: 10px;
    list-style-type: disc;
}

b, strong {
    font-weight: 400;
    color: var(--text-color);
}

a {
    color: #487a2b;
}

/* ======================================================================= */
    /* publications_page start */
/* ======================================================================= */
.publications_page {
    width: 100%;
}
.publications_page .pagetitle h4 {
    margin-top: 10px !important;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.publications_page .post_meta {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 5px;
}

.publications_page .blog_secleft i {
    color: #447927 !important;
}

.publications_page .blog_secleft .btn1 {
    display: inline-block;
    margin-top: 10px;
    font-size: 15px;
    padding: 6px 20px;
	border: none;
}

.card-body{ padding:0px 15px 15px}

.publications_page .blog_secleftpic {
    height: 180px;
}

.publications_page .leftpublications .pagetitle h3, .publications_page .rightpublications .pagetitle h3 {
    margin-bottom: 10px;
}

.publications_page {
    margin-bottom: 10px;
}

.publications_page .sec5_grid_cardpic {
    width: 60px;
    height: 60px;
    flex-basis: 60px;
}

.publications_page .rightpublications h6 {
    margin: 0;
}

.publications_page .rightpublications .sec5_grid_card {
    gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EBEBEB;
}

.publications_page .rightpublications .sec5_grid_card h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.breadcrumb {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 10px;
    margin-top: 15px;
	margin-bottom: 0;
}

.breadcrumb-item.active {
    color: var(--text-muted-color);
}

/* ======================================================================= */
    /* publications_details start */
/* ======================================================================= */
.publications_details {
    width: 100%;
}

.publications_detailspic {
    height: 550px;
    position: relative;
    display: flex;
    overflow: hidden;
}

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

.publications_details .pagetitle h3 {
    font-family: "Roboto", sans-serif;
}
/*-------------------------------------*/

.accordion__item {
    margin: 5px auto;
}

.accordion__item .accordion__title {
    position: relative;
    display: block;
    padding: 8px 60px 8px 12px;
    margin-bottom: 2px;
    color: #202020;
    font-size: 16px;
    text-decoration: none;
    background-color: #eaeaea;
    border-radius: 3px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    cursor: pointer;
}

.accordion__item .accordion__title:hover {
    background-color: #e5e4e4;
    transition: all 0.5s ease-out;
}

.accordion__item .accordion-active {
    background-color: #e5e4e4;
}

.accordion__item .accordion__title .accordion__arrow {
    position: absolute;
    top: 9px;
    right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #fff;
    line-height: 24px;
    font-size: 20px;
    font-weight: 700;
    margin-right: 5px;
    background-color: #c9c9c9;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.accordion__item .accordion__rotate {
    transform: rotate(225deg);
}

.accordion__item .accordion__content {
    padding: 30px;
    margin-bottom: 2px;
    font-size: 14px;
    display: none;
    background-color: #f3f3f3;
}

.accordion__item .accordion__arrow-item {
    font-weight: 700;
}

.accordion {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 12px;
}










/*-------------------------------------*/


.sub-menu-toggle{ display:none;}

.members-box{padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #ddd;
  margin-bottom: 15px;}
.members-box h4{font-size: 20px;
  margin-bottom: 15px;}
.members-box h6{font-size: 16px;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;}
.members-box h6 i{color: #4a852d;
  margin-right: 5px;
  font-size: 14px;}





/* ======================================================================= */
    /* conferences_sec start */
/* ======================================================================= */
.conferences_sec {
    width: 100%;
}

.conferences_sec_top {
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    padding: 15px;
    /*display: flex;
    align-items: center;
    gap: 25px;*/
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
}

.conferences_toppic {
    width: 100%;
    height: 450px;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
}

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

.conferences_sec_top p {
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.conferences_sec_middle {
    width: 100%;
    margin-top: 25px;
}

.conferences_sec_middleCard {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
}

.conferences_sec  h4 {
    margin-top: 10px;
}

.overview_page h4 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    color: var(--text-color);
    font-weight: 500;
    position: relative;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.conferences_sec .blog_secleft {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 15px 20px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
}

.conferences_sec .blog_secleftpic {
    margin: 0 0 20px; */
}

.conferences_sec .blog_secleftpic img {
    border-radius: 12px;
}

.conferences_sec_btm {
    width: 100%;
    /*display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;*/
    overflow: hidden;
}

.conferences_sec_btmleft {
    width: 100%;
}

.conferences_sec_btm .pagetitle h3 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 0px;
    font-weight: 900;
}

/*//*/
.archive_timeline {
    width: 98%;
    padding: 15px;
    border-radius: 15px;
    margin: 15px;
    position: relative;
}

.archive_timeline::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    background-color: green;
    height: 2px;
}

.timeline_card {
    padding: 10px;
    height: 218px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-direction: column; */
    /* gap: 30px; */
}

.timeline_card_circle {
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    border: 3px solid #417926;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
}



.timeline_card_circle:before {
    content: "";
    color: #417926;
    width: 2px;
    height: 40px;
    background: #417926;
    position: absolute;
    top: -40px;
    left: 50%;
}
.timeline_card.even .timeline_card_circle:before {
    top: auto;
    bottom: -40px;
}
.timeline_card_circle:after {
    content: "";
    color: #417926;
    width: 8px;
    height: 8px;
    background: #417926;
    position: absolute;
    bottom: 77px;
    left: 43%;
    border-radius: 100%;
}
.timeline_card.even .timeline_card_circle:after {
    bottom: auto;
    top: 77px;
}
.timeline_card_circle h6 {
    font-size: 18px;
    color: #000;
    margin: 0;
    font-weight: 600;
}

.timeline_card h5 {
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    color: #000;
    margin-bottom: 158px;
    font-weight: 600;
}


.studies_slide .owl-nav { position: absolute; top: -130px; width: 100%; left: 0; right: 0; text-align: center;}
.studies_slide .owl-nav button.owl-prev, .studies_slide .owl-nav button.owl-next {
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    background-color: #417926;
}
.studies_slide .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.studies_slide .owl-nav button.owl-prev span::after { content: '\f060'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.studies_slide .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #000 !important; }
.studies_slide .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.studies_slide .owl-nav button.owl-next span::before { content: '\f061'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.studies_slide .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #000 !important; }
.studies_slide .owl-nav button.owl-prev { left: 0px; position: relative;}
.studies_slide .owl-nav button.owl-next { right: 0px; position: relative;}
.studies_slide .owl-nav {
    position: absolute;
    top: 80%;
    display: inline-flex;
    left: -25%;
    justify-content: flex-start;
    width: 100%;
}
.studies_slide .owl-nav button.owl-prev:hover, .studies_slide .owl-nav button.owl-next:hover { background: #417926; border: 1px solid #417926; color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
.studies_slide .owl-nav button.owl-prev:hover span::after, .studies_slide .owl-nav button.owl-next:hover span::before {
    color: #fff !important;
    transition: 0.6s;
}

.owl-carousel .studies_slide .owl-dots.disabled, .owl-carousel .studies_slide .owl-nav.disabled {
    display: block !important;
}

.studies_slide .timeline_card.even h5 {
    color: #000;
    margin-top: 165px;
    margin-bottom: auto;
}

.studies_slide .timeline_card.even {
    flex-direction: column-reverse;
    transition: 0.6s;
}



.studies_slide .timeline_card.even:hover .timeline_card_circle {
    background-color: #417926;
}

.studies_slide .timeline_card.even:hover .timeline_card_circle h6 {
    color: #fff;
}

.studies_slide .timeline_card:hover .timeline_card_circle{
    background-color: #417926;
}

.studies_slide .timeline_card:hover .timeline_card_circle h6 {
    color: #fff;
}


.blog-post-wrap p{ margin-bottom:15px}
.blog-post-wrap ul{ padding: 5px 0px 0px 25px !important; margin:0px}
.blog-post-wrap ul li{font-size: 14px; color: var(--text-muted-color); font-weight: 400;
  line-height: 24px; list-style: disc;}



.banner .bannertext h1 a{ color:#000;}

.entry-content img {

  margin: 10px 0;
}

.post-meta-top .post-cat a{ color:#fff}

#searchsubmit{ margin-top:0px;padding: 7px 25px;}
.comment-reply-title{margin-bottom: 15px;}
.comment-form .btn1{ margin-top:0px;}

.entry-content img {
    max-width: 100% !important;
    height: 250px !important;
    margin: 20px 0 !important;
    object-fit: contain;
}


.navigation .nav-links{justify-content: center;display: flex;}
.navigation .nav-links .page-numbers{margin: 0px 5px;width: 30px;height: 30px;
  display: flex; border: 1px solid #62a841; align-items: center; justify-content: center; border-radius: 50px;}

.publications_page .pagetitle p {
	min-height: auto;
	margin-top: 0;
}
.rightpublications p {
    margin-top: 0;
}

/* .overview_page p {
    margin-top: 10px;
    -webkit-line-clamp: inherit;
} */
.entry-content {
    padding: 45px 0;
}

.overview_page p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.banner_left .banner-thumble {
    width: 100%;
    height: 400px;
    display: flex;
}
.banner_left .banner-thumble img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.banner_left .bannefontbox h1 {
    font-size: 36px;
    margin-bottom: 40px;
}








